Méthode | Description | |
---|---|---|
DBClassInfo ( ) : System | ||
FieldIndex ( string fieldName ) : int | ||
GetFieldInfo ( string fieldName ) : IDBFieldInfo | ||
HasField ( string fieldName ) : bool | ||
MapClass ( |
Main entry point
|
|
Query ( QueryType type ) : ISqlQuery |
The base query object from which new queries using "where" criteria will be constructed.
|
|
SqlName ( string fieldName ) : string | ||
TryGetFieldInfo ( string fieldName, IDBFieldInfo &info ) : bool | ||
this ( int fieldIndex ) : IDBFieldInfo | ||
this ( string fieldName ) : IDBFieldInfo |
Méthode | Description | |
---|---|---|
MapFromTemporaryFields ( ) : void |
Take all the info we've gathered form constructors, parameters, attributes, etc. and build the map
|
|
ProcessConstructorData ( IQClassData data ) : void |
Méthode | Description | |
---|---|---|
CallIQConstructor ( ) : void |
Obtain and process data from a static IQ constructor
|
|
GetClassMetadata ( ) : void | ||
GetClassPropertiesMethods ( ) : void | ||
GetFieldInfoFromClassAttribute ( ) : void |
public FieldIndex ( string fieldName ) : int | ||
fieldName | string | |
Résultat | int |
public GetFieldInfo ( string fieldName ) : IDBFieldInfo | ||
fieldName | string | |
Résultat | IDBFieldInfo |
public HasField ( string fieldName ) : bool | ||
fieldName | string | |
Résultat | bool |
public MapClass ( |
||
type | ||
data | IQClassData | |
Résultat | void |
protected MapFromTemporaryFields ( ) : void | ||
Résultat | void |
protected ProcessConstructorData ( IQClassData data ) : void | ||
data | IQClassData | |
Résultat | void |
public Query ( QueryType type ) : ISqlQuery | ||
type | QueryType | |
Résultat | ISqlQuery |
public SqlName ( string fieldName ) : string | ||
fieldName | string | |
Résultat | string |
public TryGetFieldInfo ( string fieldName, IDBFieldInfo &info ) : bool | ||
fieldName | string | |
info | IDBFieldInfo | |
Résultat | bool |
public this ( int fieldIndex ) : IDBFieldInfo | ||
fieldIndex | int | |
Résultat | IDBFieldInfo |
public this ( string fieldName ) : IDBFieldInfo | ||
fieldName | string | |
Résultat | IDBFieldInfo |