|
private bool | equalImpl (AbstractColumn c) |
| returns True if the argument is equal to the current object, False if not
|
|
softlist | 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
|
|
softlist | 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; if the column definitions are identical then an empty list is returned More...
|
|
string | getRenameSql (AbstractTable t, string new_name) |
| returns a string that can be used to rename the column More...
|
|
represents a MySQL-specific column