Documentation
¶
Overview ¶
Package models conatains the models of database qureies and forms
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColType ¶ added in v0.1.7
type ColType struct {
DataType string `json:"dataType"`
HasSize bool `json:"hasSize"`
HasValues bool `json:"hasValues,omitempty"`
HasDigit bool `json:"hasDigit,omitempty"`
HasAutoIncrement bool `json:"hasAutoIncrement"`
HasDefault bool `json:"hasDefault"`
IsUnique bool `json:"isUnique"`
IsPk bool `json:"isPk"`
IsNull bool `json:"isNull"`
InputType string `json:"inputType" enum:"text,number,checkbox,textarea,json,select"`
}
type ListTablesRow ¶
type QueryParts ¶
type RunSQLQueryOutput ¶ added in v0.1.7
Click to show internal directories.
Click to hide internal directories.