Defines parameters that may be specified when creating an UltraLite database.
public class CreationParms
All members of CreationParms class, including all inherited members.
Name | Description |
---|---|
Returns the constructed creation string. | |
Sets the case-sensitivity of string comparisons in the UltraLite database. | |
Sets the level of checksum validation in the database; the default value is 0. | |
Sets the default string format in which dates are retrieved from the database. | |
Controls the interpretation of date ordering of months, days, and years. | |
Specifies whether the database is encrypted using FIPS strong encryption. | |
Sets the maximum number of bytes that are used to hash the UltraLite indexes; the default value is 0. | |
Controls the interpretation of two-digit years in String-to-Date conversions. | |
Controls whether data in the database is obfuscated. | |
Defines the database page size; the default value is 4096. | |
Specifies the maximum number of digits in the result of any decimal arithmetic. | |
Specifies the minimum number of digits after the decimal point when an arithmetic result is truncated to the maximum precision. | |
Sets the format for times retrieved from the database. | |
Determines how the timestamp is formatted in UltraLite. | |
Determines how the timestamp is truncated in UltraLite. | |
Sets the format for the timestamp with the time zone retrieved from the database. | |
Encodes data using the UTF-8 format, 8-bit multibyte encoding for Unicode. |
Some UltraLite database options must be set at the time the database is created.
toString method
caseSensitive variable
checksumLevel variable
dateFormat variable
dateOrder variable
fips variable
maxHashSize variable
nearestCentury variable
obfuscate variable
pageSize variable
precision variable
scale variable
timeFormat variable
timestampFormat variable
timestampIncrement variable
timestampWithTimeZoneFormat variable
utf8Encoding variable
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |