| FDO API Reference | Feature Data Objects |
#include <Identifier.h>
Inherits FdoExpression.
Inherited by FdoComputedIdentifier.
Inheritance diagram for FdoIdentifier:

Definition at line 38 of file Identifier.h.
Public Member Functions | |
| FDO_API FdoString * | GetName () |
| Gets just the name of the identifier, with any scope stripped off. | |
| FDO_API FdoString * | GetSchemaName () |
| Gets the schema name part of the identifier. | |
| FDO_API FdoString ** | GetScope (FdoInt32 &length) |
| Gets the scope of the identifier as an array of strings. | |
| FDO_API FdoString * | GetText () |
| Gets the full text of the identifier. | |
| virtual FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoIdentifier to the appropriate expression processor operation. | |
| FDO_API void | SetText (FdoString *value) |
| Sets the full text of the identifier. | |
| virtual FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| static FDO_API FdoIdentifier * | Create (FdoString *text) |
| Constructs an instance of an identifier using the specified arguments. | |
| static FDO_API FdoIdentifier * | Create () |
| Constructs a default instance of an identifier. | |
| Comments or suggestions? Send us feedback. |