![]() |
Qore SqlUtil Module Reference 1.9.3
|
type for string / varchar / char columns More...
#include <SqlUtilStringType.qc.dox.h>
Public Member Methods | |
auto | acceptsValue (auto value) |
returns the value if the value can be assigned to the type | |
constructor (string native_type, bool nullable, *hash< auto > options) | |
creates the object | |
*hash< string, hash< DataProviderTypeOptionInfo > > | getSupportedOptions () |
returns supported options | |
type for string / varchar / char columns
auto SqlUtil::SqlUtilStringType::acceptsValue | ( | auto | value | ) |
returns the value if the value can be assigned to the type
value | the value to assign to the type |
SqlUtil::SqlUtilStringType::constructor | ( | string | native_type, |
bool | nullable, | ||
*hash< auto > | options | ||
) |
creates the object
we let the DB drive do any encoding conversions