hunt.database.query.Common

Undocumented in source.

Members

Classes

DlangDataType
class DlangDataType
Undocumented in source.
ValueVariant
class ValueVariant
Undocumented in source.
dBoolType
class dBoolType
Undocumented in source.
dByteType
class dByteType
Undocumented in source.
dCdoubleType
class dCdoubleType
Undocumented in source.
dCfloatType
class dCfloatType
Undocumented in source.
dCharType
class dCharType
Undocumented in source.
dClassType
class dClassType
Undocumented in source.
dCrealType
class dCrealType
Undocumented in source.
dDateType
class dDateType
Undocumented in source.
dDcharType
class dDcharType
Undocumented in source.
dDoubleType
class dDoubleType
Undocumented in source.
dEnumType
class dEnumType
Undocumented in source.
dFloatType
class dFloatType
Undocumented in source.
dIdoubleType
class dIdoubleType
Undocumented in source.
dIfloatType
class dIfloatType
Undocumented in source.
dIntType
class dIntType
Undocumented in source.
dIrealType
class dIrealType
Undocumented in source.
dJsonType
class dJsonType
Undocumented in source.
dLongType
class dLongType
Undocumented in source.
dRealType
class dRealType
Undocumented in source.
dShortType
class dShortType
Undocumented in source.
dStringType
class dStringType
Undocumented in source.
dStructType
class dStructType
Undocumented in source.
dTimeType
class dTimeType
Undocumented in source.
dUbyteType
class dUbyteType
Undocumented in source.
dUintType
class dUintType
Undocumented in source.
dUlongType
class dUlongType
Undocumented in source.
dUnionType
class dUnionType
Undocumented in source.
dUshortType
class dUshortType
Undocumented in source.
dWcharType
class dWcharType
Undocumented in source.

Enums

CompareType
enum CompareType
Undocumented in source.
FieldType
enum FieldType
Undocumented in source.
JoinMethod
enum JoinMethod
Undocumented in source.
Method
enum Method
Undocumented in source.
MysqlField
enum MysqlField
Undocumented in source.
MysqlFieldAffinity
enum MysqlFieldAffinity
Undocumented in source.
ParamType
enum ParamType
Undocumented in source.
PgsqlField
enum PgsqlField
Undocumented in source.
PgsqlFieldAffinity
enum PgsqlFieldAffinity
Undocumented in source.
PropertyMemberType
enum PropertyMemberType
Undocumented in source.
QUERY_TYPE
enum QUERY_TYPE
Undocumented in source.
Relation
enum Relation
Undocumented in source.
SqlType
enum SqlType
Undocumented in source.
SqliteField
enum SqliteField
Undocumented in source.
SqliteFieldAffinity
enum SqliteFieldAffinity
Undocumented in source.

Functions

getDlangDataType
DlangDataType getDlangDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
getDlangDataTypeStr
string getDlangDataTypeStr()
Undocumented in source. Be warned that the author may not have intended to support it.
getDlangTypeStr
string getDlangTypeStr()
Undocumented in source. Be warned that the author may not have intended to support it.
quoteSqlString
string quoteSqlString(string s, string quotes)
Undocumented in source. Be warned that the author may not have intended to support it.
quoteSqlStringIfNeed
string quoteSqlStringIfNeed(T t)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DTypeToPropertyType
enum PropertyMemberType[string] DTypeToPropertyType;
Undocumented in source.

Meta