This section describes the UltraLite creation parameters that are available when you create a new UltraLite database.
In addition to creation parameters, the following UltraLite connection parameters can be used as creation parameters:
UltraLite supports the following creation parameters:
Name | Description |
---|---|
case | Sets the case-sensitivity of string comparisons in the UltraLite database. See UltraLite case creation parameter. |
checksum_level | Sets the level of checksum validation in the database. See UltraLite checksum_level creation parameter. |
collation | Sets the collation sequence used by the UltraLite database. Setting this property with or without the UTF-8 property determines the character set of the database. See UltraLite character sets and UltraLite collation creation parameter and UltraLite utf8_encoding creation parameter. |
date_format | Sets the default string format in which dates are retrieved from the database. See UltraLite date_format creation parameter. |
date_order | Controls the interpretation of date ordering of months, days, and years. See UltraLite date_order creation parameter. |
fips | Controls AES FIPS-certified encryption by using a Certicom certified cryptographic algorithm. See UltraLite database security and UltraLite fips creation parameter. |
max_hash_size | Sets the default index hash size in bytes. See UltraLite max_hash_size creation parameter. |
nearest_century | Controls the interpretation of two-digit years in string-to-date conversions. See UltraLite nearest_century creation parameter. |
obfuscate | Controls whether data in the database is obfuscated. Obfuscation is a form of simple encryption. See UltraLite database security and UltraLite obfuscate creation parameter. |
page_size | Defines the database page size. See UltraLite page_size creation parameter. |
precision | Specifies the maximum number of digits in decimal point arithmetic results. See UltraLite precision creation parameter. |
scale | Specifies the minimum number of digits after the decimal point when an arithmetic result is truncated to the maximum precision. See UltraLite scale creation parameter. |
time_format | Sets the format for times retrieved from the database. See UltraLite time_format creation parameter. |
timestamp_format | Sets the format for timestamps retrieved from the database. See UltraLite timestamp_format creation parameter. |
timestamp_increment | Determines how the timestamp is truncated in UltraLite. See UltraLite timestamp_increment creation parameter. |
timestamp_with_time_zone_format | This option sets the format for TIMESTAMP WITH TIME ZONE values retrieved from the database. See UltraLite timestamp_with_time_zone_format creation parameter. |
utf8_encoding | Encodes data using the UTF-8 format, 8-bit multibyte encoding for Unicode. See UltraLite character sets and UltraLite utf8_encoding creation parameter. |
UltraLite case creation parameter
UltraLite checksum_level creation parameter
UltraLite collation creation parameter
UltraLite date_format creation parameter
UltraLite date_order creation parameter
UltraLite fips creation parameter
UltraLite max_hash_size creation parameter
UltraLite nearest_century creation parameter
UltraLite obfuscate creation parameter
UltraLite page_size creation parameter
UltraLite precision creation parameter
UltraLite scale creation parameter
UltraLite time_format creation parameter
UltraLite timestamp_format creation parameter
UltraLite timestamp_increment creation parameter
UltraLite timestamp_with_time_zone_format creation parameter
UltraLite utf8_encoding creation parameter
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |