data type for DB-specific types that are not convertible to other types
Definition SqlUtilDbSpecificDataType.qc.dox.h:33
string name
the type name
Definition SqlUtilDbSpecificDataType.qc.dox.h:38
*AbstractDataProviderType getElementType()
returns the subtype (for lists or hashes) if there is only one
hash< string, bool > getReturnTypeHash(*bool simple)
returns a hash of types returned by this type
string getDesc()
Returns the description.
bool nullable
nullable flag
Definition SqlUtilDbSpecificDataType.qc.dox.h:41
*Type getValueType()
returns the base type for the type, if any
hash< string, bool > getAcceptTypeHash(*bool simple)
returns a hash of types accepted by this type
constructor(string native_type, bool nullable, *hash< auto > options)
creates the object from the given parameters
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
string getName()
returns the type name
*hash< string, AbstractDataField > getFields()
returns the fields of the data structure; if any
Qore AbstractDatabase class definition.
Definition AbstractDatabase.qc.dox.h:26