Documentation
¶
Index ¶
- func AddColumn(table_name, column_name, data_type string, tx *sql.Tx, ctx context.Context) bool
- func CreateTableInTransaction(table model.Object, tx *sql.Tx, ctx context.Context) bool
- func New(db *sql.DB, orm ormAdapter) *operation
- func RenameColumn(table_name, old_column, new_column string, tx *sql.Tx, ctx context.Context) bool
- func RenameTable(old_name, new_name string, tx *sql.Tx, ctx context.Context) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenameColumn ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.