Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DDLData ¶
type DDLData struct { Version uint DBType string TableDefs []DDLDataTable IndexDefs []string }
type DDLDataIndexes ¶
type DDLDataIndexes struct {
DDL string
}
type DDLDataTable ¶
type DMLDataTable ¶
type DMLDataTable struct { Table string LowerTable string ObjectName string LowerObjectName string LowerCamelObjectName string InsertColumns []string FuncPrefix string InsertFuncParams []string UpdateFuncParams []string InsertVarNames []string UpdateVarNames []string InsertValues []string UpdateSets []string RawFuncParams []string RawInsertColumns []string RawInsertValues []string RawInsertVarNames []string JSONValues []DMLDataTableJSON }
type DMLDataTableJSON ¶
type DMLDataTableMapField ¶
type DMLDataTableSequence ¶
type DMLGenericData ¶
type DMLGenericData struct { TableDefs []DMLGenericDataTable TypesImport string AdditionalImports []string HasJSON bool HasSequences bool }
type DMLGenericDataTable ¶
type DMLGenericDataTable struct { Table string ObjectName string LowerObjectName string LowerCamelObjectName string SelectColumns []string ScanFields []string MapFields []DMLDataTableMapField FuncPrefix string JSONValues []DMLDataTableJSON Sequences []DMLDataTableSequence }
type MethodsData ¶
Click to show internal directories.
Click to hide internal directories.