![]() |
Qore MysqlSqlUtil Module Reference 1.5
|
represents a MySQL-specific numeric column More...
#include <MysqlSqlUtil.qm.dox.h>
Private Member Methods | |
| bool | equalImpl (AbstractColumn c) |
| returns True if the argument is equal to the current object, False if not | |
Private Member Methods inherited from MysqlSqlUtil::MysqlColumn | |
| constructor () | |
| empty constructor for subclasses | |
| bool | equalImpl (AbstractColumn c) |
| returns True if the argument is equal to the current object, False if not | |
Private:Internal Member Methods | |
| deserializeMembers (hash< auto > members) | |
| deserializes the hash to a replica of the original object | |
Additional Inherited Members | |
Public Member Methods 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 | |
| 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 | |
| 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 | |
| string | getRenameSql (AbstractTable t, string new_name) |
| returns a string that can be used to rename the column | |
Public Attributes inherited from MysqlSqlUtil::MysqlColumn | |
| int | byte_size |
| byte size of the column | |
represents a MySQL-specific numeric column