Qore SqlUtil Module Reference 1.9
|
the base class for named objects More...
#include <SqlUtil.qm.dox.h>
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
|
pure virtual |
returns the column name with quoting in case the column name is a reserved word
the name returned here will be used when executing DDL