Qore SqlUtil Module Reference
1.7.5
|
column data type options More...
Public Attributes | |
*TimeZone | data_timezone |
the timezone when converting dates from external data to the DB's date | |
*string | date_format |
optional format string for converting strings to dates for date / timestamp columns | |
*TimeZone | db_timezone |
the timezone to use when sending date/time values to the DB | |
*softbool | mandatory |
optional flag to overrude any nullable attribute and require data for the column | |
*softint | maxlen |
optional additional limit to the maximum length of the data More... | |
*string | number_format |
optional format string for converting strings to numeric / decimal / number columns | |
column data type options
*softint SqlUtil::SqlUtilDataTypeOptionInfo::maxlen |
optional additional limit to the maximum length of the data
only takes effect if the value is smaller than the column's maximum length