68 *hash<string, AbstractDataField>
getFields();
*AbstractDataProviderType getElementType()
returns the subtype (for lists or hashes) if there is only one
Qore AbstractDatabase class definition.
Definition: AbstractDatabase.qc.dox.h:32
hash< string, bool > getAcceptTypeHash()
returns a hash of types accepted by this type
data type for DB-specific types that are not convertible to other types
Definition: SqlUtilDbSpecificDataType.qc.dox.h:39
bool nullable
nullable flag
Definition: SqlUtilDbSpecificDataType.qc.dox.h:47
hash< string, bool > getReturnTypeHash()
returns a hash of types returned by this type
*hash< string, AbstractDataField > getFields()
returns the fields of the data structure; if any
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
string getName()
returns the type name
string name
the type name
Definition: SqlUtilDbSpecificDataType.qc.dox.h:44
*Type getValueType()
returns the base type for the type, if any