IBM DB2 Manual page 250

Table of Contents

Advertisement

DBDATE
DBPATH
DBSPACETEMP
DBTEMP
DBUPSPACE
DELIMIDENT
234
Application Programming Guide and Reference for Java
IDS database to return an SQLWarning to the application if an SQL statement
does not use ANSI-standard syntax. The data type of this property is boolean.
Possible values are:
false or 0
Do not send a value to the IDS database that instructs the database to
return an SQLWarning to the application if an SQL statement does not
use ANSI-standard syntax. This is the default.
true or 1
Send a value to the IDS database that instructs the database to return
an SQLWarning to the application if an SQL statement does not use
ANSI-standard syntax.
You can use the DBANSIWARN IBM Data Server Driver for JDBC and SQLJ
property to set the DBANSIWARN IDS property, but you cannot use the
DBANSIWARN IBM Data Server Driver for JDBC and SQLJ property to reset
the DBANSIWARN IDS property.
Specifies the end-user format of DATE values. The data type of this property is
String. Possible values are in the description of the DBDATE environment
variable in IBM Informix Guide to SQL: Reference.
The default value is "Y4MD-".
Specifies a colon-separated list of values that identify the database servers that
contain databases. The date type of this property is String. Each value can be:
v A full path name
v A relative path name
v The server name of an IDS database server
v A server name and full path name
The default ".".
Specifies a comma-separated or colon-separated list of existing dbspaces in
which temporary tables are placed. The data type of this property is String.
If this property is not set, no value is sent to the server. The value for the
DBSPACETEMP environment variable is used.
Specifies the full path name of an existing directory in which temporary files
and temporary tables are placed. The data type of this property is String. The
default is "/tmp".
Specifies the maximum amount of system disk space and maximum amount of
memory, in kilobytes, that the UPDATE STATISTICS statement can use when it
constructs multiple column distributions simultaneously. The data type of this
property is String.
The format of DBUPSPACE is "maximum-disk-space:maximum-memory".
If this property is not set, no value is sent to the server. The value for the
DBUPSPACE environment variable is used.
Specifies whether delimited SQL identifiers can be used in an application. The
data type of this property is boolean. Possible values are:

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents