Method | 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 |
Method | Description | |
---|---|---|
MapFromTemporaryFields ( ) : void |
Take all the info we've gathered form constructors, parameters, attributes, etc. and build the map
|
|
ProcessConstructorData ( IQClassData data ) : void |
Method | Description | |
---|---|---|
CallIQConstructor ( ) : void |
Obtain and process data from a static IQ constructor
|
|
GetClassMetadata ( ) : void | ||
GetClassPropertiesMethods ( ) : void | ||
GetFieldInfoFromClassAttribute ( ) : void |
public GetFieldInfo ( string fieldName ) : IDBFieldInfo | ||
fieldName | string | |
return | IDBFieldInfo |
public MapClass ( |
||
type | ||
data | IQClassData | |
return | void |
protected ProcessConstructorData ( IQClassData data ) : void | ||
data | IQClassData | |
return | void |
public TryGetFieldInfo ( string fieldName, IDBFieldInfo &info ) : bool | ||
fieldName | string | |
info | IDBFieldInfo | |
return | bool |
public this ( int fieldIndex ) : IDBFieldInfo | ||
fieldIndex | int | |
return | IDBFieldInfo |
public this ( string fieldName ) : IDBFieldInfo | ||
fieldName | string | |
return | IDBFieldInfo |