Qore OracleSqlUtil Module Reference  1.4
OracleSqlUtil::OracleNumberColumn Class Reference

represents an Oracle number column More...

Inheritance diagram for OracleSqlUtil::OracleNumberColumn:

Additional Inherited Members

- Public Member Methods inherited from OracleSqlUtil::OracleColumn
bool equalImpl (AbstractColumn c)
 returns True if the argument is equal to the current object, False if not
 
list getAddColumnSql (AbstractTable t)
 returns a list of sql strings that can be used to add the column to an existing table More...
 
string getDdlName (string name)
 returns the column name with quoting in case the column name is a reserved word More...
 
list 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 getNativeTypeString ()
 returns the string describing the native type that can be used in SQL (for example to add the colunn to a table or when creating the table)
 
string getRenameSql (AbstractTable t, string new_name)
 returns a string that can be used to rename the column More...
 
- Public Attributes inherited from OracleSqlUtil::OracleColumn
int byte_size
 byte size of the column
 
bool char_used
 the column uses character semantics
 
- Private Member Methods inherited from OracleSqlUtil::OracleColumn
 constructor ()
 empty constructor for subclasses
 

Detailed Description

represents an Oracle number column