Documentation ¶
Index ¶
- type DDLClient
- type DDLDAO
- func (d *DDLDAO) CreateTable(db, table string, schema []abstract.ColSchema) error
- func (d *DDLDAO) CreateTableAs(baseDB, baseTable, targetDB, targetTable string) error
- func (d *DDLDAO) DropTable(db, table string) error
- func (d *DDLDAO) TableExists(db, table string) (bool, error)
- func (d *DDLDAO) TruncateTable(db, table string) error
- type PartsDAO
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DDLDAO ¶
type DDLDAO struct {
// contains filtered or unexported fields
}
func (*DDLDAO) CreateTable ¶
func (*DDLDAO) CreateTableAs ¶
func (*DDLDAO) TruncateTable ¶
Click to show internal directories.
Click to hide internal directories.