EntityFieldInfo

Undocumented in source.

Constructors

this
this(string fieldName, string columnName, string tableName)
Undocumented in source.

Members

Functions

getAuto
bool getAuto()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnFieldData
Variant getColumnFieldData()
Undocumented in source. Be warned that the author may not have intended to support it.
getFieldName
string getFieldName()
Undocumented in source. Be warned that the author may not have intended to support it.
getForeignKeyData
ForeignKeyData getForeignKeyData()
Undocumented in source. Be warned that the author may not have intended to support it.
getInverseJoinColumn
string getInverseJoinColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
getJoinColumn
string getJoinColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
getJoinPrimaryKey
string getJoinPrimaryKey()
Undocumented in source. Be warned that the author may not have intended to support it.
getJoinSqlData
JoinSqlBuild getJoinSqlData()
Undocumented in source. Be warned that the author may not have intended to support it.
getJoinTable
string getJoinTable()
Undocumented in source. Be warned that the author may not have intended to support it.
getNullable
bool getNullable()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrimary
bool getPrimary()
Undocumented in source. Be warned that the author may not have intended to support it.
isAggregateType
bool isAggregateType()
Undocumented in source.
isEnableJoin
bool isEnableJoin()
Undocumented in source. Be warned that the author may not have intended to support it.
isMainMapped
bool isMainMapped()
Undocumented in source. Be warned that the author may not have intended to support it.
setAuto
void setAuto(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
setEnableJoin
void setEnableJoin(bool en)
Undocumented in source. Be warned that the author may not have intended to support it.
setNullable
void setNullable(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
setPrimary
void setPrimary(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
typeInfo
TypeInfo typeInfo()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_columnFieldData
Variant _columnFieldData;
Undocumented in source.
_enableJoin
bool _enableJoin;
Undocumented in source.
_foreignKeyData
ForeignKeyData _foreignKeyData;
Undocumented in source.
_inverseJoinColumn
string _inverseJoinColumn;
Undocumented in source.
_isMainMapped
bool _isMainMapped;
Undocumented in source.
_joinColumn
string _joinColumn;
Undocumented in source.
_joinPrimaryKey
string _joinPrimaryKey;
Undocumented in source.
_joinSqlData
JoinSqlBuild _joinSqlData;
Undocumented in source.
_joinTable
string _joinTable;
Undocumented in source.
_typeInfo
TypeInfo _typeInfo;
Undocumented in source.

Meta