Qore SqlUtil Module Reference
1.7.5
|
the base class for named objects More...
Public Member Methods | |
constructor (string name) | |
creates the object from the name | |
abstract string | getDdlName (string name) |
returns the column name with quoting in case the column name is a reserved word More... | |
Public Attributes | |
string | ddl_name |
the name of the object for DDL (in case it's a reserved word) | |
string | name |
the name of the object | |
Private Member Methods | |
constructor () | |
empty constructor for subclasses | |
the base class for named objects