Documentation
¶
Index ¶
- func GetATCreateColSQL(tableid string, col *types.Column) string
- func GetATCreateConstraintSQL(tableid string, con *types.DbConstraint) string
- func GetATDropColSQL(tableid string, colName string) string
- func GetATDropConstraint(tableid string, conName string) string
- func GetColDefSQL(col *types.Column) string
- func GetCreateSchemaSQL(schema *types.Schema) string
- func GetCreateSequenceSQL(seq *types.DbSequence) string
- func GetCreateTableSQL(tableSchema *types.TableSchema) string
- func GetCreateViewSQL(viewSchema *types.TableSchema) string
- func GetDropSchemaSQL(schema *types.Schema) string
- func GetDropSequenceSQL(seq *types.DbSequence) string
- func GetDropTableSQL(tableid string) string
- func GetDropViewSQL(viewid string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetATCreateConstraintSQL ¶
func GetATCreateConstraintSQL(tableid string, con *types.DbConstraint) string
func GetATDropColSQL ¶
func GetATDropConstraint ¶
func GetColDefSQL ¶
func GetCreateSchemaSQL ¶
func GetCreateSequenceSQL ¶
func GetCreateSequenceSQL(seq *types.DbSequence) string
func GetCreateTableSQL ¶
func GetCreateTableSQL(tableSchema *types.TableSchema) string
func GetCreateViewSQL ¶
func GetCreateViewSQL(viewSchema *types.TableSchema) string
func GetDropSchemaSQL ¶
func GetDropSequenceSQL ¶
func GetDropSequenceSQL(seq *types.DbSequence) string
func GetDropTableSQL ¶
tableid should be of the form "schemaname"."tablename"
func GetDropViewSQL ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.