|
Public Member Functions inherited from MysqlSqlUtil::MysqlColumn |
softlist< string > | getAddColumnSql (AbstractTable t) |
| returns a list of sql strings that can be used to add the column to an existing table More...
|
|
string | getCreateSql (AbstractTable t) |
| returns an sql string that can be used to add the column to a table
|
|
string | getDdlName (string name) |
| returns the column name with quoting in case the column name is a reserved word More...
|
|
softlist< string > | getModifySqlImpl (AbstractTable t, AbstractColumn col, *hash opt) |
| returns a list of sql strings that can be used to modify the column to the new definition More...
|
|
string | getRenameSql (AbstractTable t, string new_name) |
| returns a string that can be used to rename the column More...
|
|
Public Attributes inherited from MysqlSqlUtil::MysqlColumn |
int | byte_size |
| byte size of the column
|
|
represents a MySQL-specific numeric column