Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnsType ¶
type ColumnsType struct { ColumnName qb.Field DataType qb.Field IsNullable qb.Field CharacterMaximumLength qb.Field TableSchema qb.Field TableName qb.Field // contains filtered or unexported fields }
ColumnsType represents the table "Columns"
func (*ColumnsType) GetTable ¶
func (t *ColumnsType) GetTable() *qb.Table
GetTable returns an object with info about the table
func (*ColumnsType) Insert ¶
func (t *ColumnsType) Insert(f ...qb.Field) *qb.InsertBuilder
Insert starts an INSERT query
func (*ColumnsType) Select ¶
func (t *ColumnsType) Select(f ...qb.Field) *qb.SelectBuilder
Select starts a SELECT query
func (*ColumnsType) Update ¶
func (t *ColumnsType) Update() *qb.UpdateBuilder
Update starts an UPDATE query
type TablesType ¶
type TablesType struct { TableName qb.Field TableSchema qb.Field // contains filtered or unexported fields }
TablesType represents the table "Tables"
func (*TablesType) GetTable ¶
func (t *TablesType) GetTable() *qb.Table
GetTable returns an object with info about the table
func (*TablesType) Insert ¶
func (t *TablesType) Insert(f ...qb.Field) *qb.InsertBuilder
Insert starts an INSERT query
func (*TablesType) Select ¶
func (t *TablesType) Select(f ...qb.Field) *qb.SelectBuilder
Select starts a SELECT query
func (*TablesType) Update ¶
func (t *TablesType) Update() *qb.UpdateBuilder
Update starts an UPDATE query
Click to show internal directories.
Click to hide internal directories.