org.apache.derby.iapi.reference
Interface Property


public interface Property

List of all properties understood by the system. It also has some other static fields.

This class exists for two reasons

  1. To act as the internal documentation for the properties.
  2. To remove the need to declare a java static field for the property name in the protocol/implementation class. This reduces the footprint as the string is final and thus can be included simply as a String constant pool entry.

This class should not be shipped with the product.

This class has no methods, all it contains are String's which by are public, static and final since they are declared in an interface.


Field Summary
static java.lang.String AUTHENTICATION_PROVIDER_BUILTIN
           
static java.lang.String AUTHENTICATION_PROVIDER_LDAP
           
static java.lang.String AUTHENTICATION_PROVIDER_PARAMETER
           
static java.lang.String AUTHENTICATION_SERVER_PARAMETER
           
static java.lang.String BOOT_ALL
          derby.system.bootAll
Automatically boot any services at start up time.
static java.lang.String BOOT_DB_CLASSPATH
          internal use only, passes the database classpathinto the class manager
static java.lang.String CHECKPOINT_INTERVAL
          Property name for specifying checkpoint interval
static java.lang.String CREATE_WITH_NO_LOG
          Creation of an access factory should be done with no logging.
static java.lang.String DATABASE_CLASSPATH
          derby.database.classpath
Consists of a series of two part jar names.
static java.lang.String DATABASE_MODULE
           
static java.lang.String DATABASE_PROPERTIES_ONLY
          derby.database.propertiesOnly
static java.lang.String DEADLOCK_MONITOR
          Turn on lock monitor to help debug deadlocks.
static java.lang.String DEADLOCK_TIMEOUT
          Configuration parameter for deadlock timeouts, set in seconds.
static int DEADLOCK_TIMEOUT_DEFAULT
          Default value for deadlock timesouts (20 seconds)
static java.lang.String DEADLOCK_TRACE
          Turn on deadlock trace to help debug deadlocks.
static java.lang.String DEFAULT_ACCESS
           
static java.lang.String DEFAULT_CONNECTION_MODE_PROPERTY
           
static int DEFAULT_LANGUAGE_STALE_PLAN_CHECK_INTERVAL
          Default value for above
static int DEFAULT_LOCKS_ESCALATION_THRESHOLD
          The default value for LOCKS_ESCALATION_THRESHOLD
static java.lang.String DEFAULT_USER_NAME
           
static java.lang.String DELETE_ON_CREATE
          derby.
static java.lang.String DELETE_ROOT_ON_ERROR
          db2j.deleteRootOnError
If we a new root is created while doing restore from backup, it should be deleted if a error occur before we could complete restore successfully.
static java.lang.String DRDA_PROP_HOSTNAME
           
static java.lang.String DRDA_PROP_KEEPALIVE
          derby.drda.keepAlive
client socket setKeepAlive value
static java.lang.String DRDA_PROP_LOGCONNECTIONS
          derby.drda.logConnections
Indicates whether to log connections and disconnections.
static java.lang.String DRDA_PROP_MAXTHREADS
           
static java.lang.String DRDA_PROP_MINTHREADS
           
static java.lang.String DRDA_PROP_PORTNUMBER
          derby.drda.portNumber
The port number used by the network server.
static java.lang.String DRDA_PROP_TIMESLICE
           
static java.lang.String DRDA_PROP_TRACE
           
static java.lang.String DRDA_PROP_TRACEALL
          derby.drda.traceAll
Turns tracing on for all sessions.
static java.lang.String DRDA_PROP_TRACEDIRECTORY
          derby.drda.traceDirectory
The directory used for network server tracing files.
static java.lang.String FILESYNC_TRANSACTION_LOG
          derby.storage.fileSyncTransactionLog When set, the store system will use sync() call on the log at commit instead of doing a write sync on all writes to the log; even if the write sync mode (rws) is supported in the JVM.
static java.lang.String FORCE_DATABASE_LOCK
          derby.database.forceDatabaseLock
Cloudscape attempts to prevent two instances of Cloudscape from booting the same database with the use of a file called db.lck inside the database directory.
static java.lang.String FULL_ACCESS
           
static java.lang.String FULL_ACCESS_USERS_PROPERTY
           
static java.lang.String HTTP_DB_FILE_LENGTH
           
static java.lang.String HTTP_DB_FILE_NAME
           
static java.lang.String HTTP_DB_FILE_OFFSET
           
static int IDX_PAGE_SIZE_BUMP_THRESHOLD
          The bump threshold for pages size for index.
static java.lang.String IN_RESTORE_FROM_BACKUP
          db2j.inRestore
This Property is used to indicate that we are in restore mode if if the system is doing a restore from backup.
static java.lang.String LANG_SPS_CACHE_SIZE
          The size of the stored prepared statment descriptor cache used by the data dictionary.
static int LANG_SPS_CACHE_SIZE_DEFAULT
           
static java.lang.String LANG_TD_CACHE_SIZE
          The size of the table descriptor cache used by the data dictionary.
static int LANG_TD_CACHE_SIZE_DEFAULT
           
static java.lang.String LANGUAGE_STALE_PLAN_CHECK_INTERVAL
          derby.language.stalePlanCheckInterval This property tells the number of times a prepared statement should be executed before checking whether its plan is stale.
static java.lang.String LOCKS_ESCALATION_THRESHOLD
          derby.locks.escalationThreshold
The number of row locks on a table after which we escalate to table locking.
static java.lang.String LOCKS_INTRO
           
static java.lang.String LOCKWAIT_TIMEOUT
          Configuration parameter for lock wait timeouts, set in seconds.
static java.lang.String LOG_ARCHIVAL_DIRECTORY
          Property name for specifying log archival location
static java.lang.String LOG_ARCHIVE_MODE
          derby.storage.logArchiveMode
used to identify whether the log is being archived for the database or not.
static java.lang.String LOG_BUFFER_SIZE
          Property name for specifying log Buffer Size
static java.lang.String LOG_DEVICE_AT_BACKUP
          derby.storage.logDeviceWhenBackedUp
This property indicates the logDevice location(path) when the backup was taken, used to restore the log to the same location while restoring from backup.
static java.lang.String LOG_FILE_APPEND
          derby.infolog.append={true,false}
If the info stream goes to a file and the file already exist, it can either delete the existing file or append to it.
static java.lang.String LOG_SEVERITY_LEVEL
          derby.stream.error.logSeverityLevel=integerValue
Indicates the minimum level of severity for errors that are reported to the error stream.
static java.lang.String LOG_SWITCH_INTERVAL
          Property name for specifying log switch interval
static int MIN_LANGUAGE_STALE_PLAN_CHECK_INTERVAL
          Minimum value for above
static int MIN_LOCKS_ESCALATION_THRESHOLD
          The minimum value for LOCKS_ESCALATION_THRESHOLD
static java.lang.String NO_ACCESS
           
static java.lang.String NO_AUTO_BOOT
          derby.database.noAutoBoot
Don't automatically boot this service at start up time.
static java.lang.String PAGE_SIZE_DEFAULT_LONG
          The default page size to use for tables that contain a long column.
static java.lang.String PAGE_SIZE_PARAMETER
          The page size to create a table or index with.
static java.lang.String PROPERTIES_CONGLOM_ID
          derby.storage.propertiesId
Stores the id of the conglomerate that holds the per-database properties.
static java.lang.String PROPERTIES_FILE
          Name of the file that contains system wide properties.
static java.lang.String PROPERTY_RUNTIME_PREFIX
          By convention properties that must not be stored any persistent form of service properties start with this prefix.
static java.lang.String READ_ONLY_ACCESS
           
static java.lang.String READ_ONLY_ACCESS_USERS_PROPERTY
           
static java.lang.String REQUIRE_AUTHENTICATION_PARAMETER
           
static java.lang.String ROW_LOCKING
          In cloudscape products which support Row Level Locking (rll), use this property to disable rll.
static java.lang.String SERVICE_LOCALE
           
static java.lang.String SERVICE_PROTOCOL
           
static java.lang.String START_DRDA
          derby.drda.startNetworkServer
If true then we will attempt to start a DRDA network server when Cloudscape boots, turning the current JVM into a server.
static java.lang.String STATEMENT_CACHE_SIZE
           
static int STATEMENT_CACHE_SIZE_DEFAULT
           
static java.lang.String STORAGE_DATA_NOT_SYNCED_AT_ALLOCATION
          derby.storage.dataNotSyncedAtAllocation When set, the store system will not force a sync() call on the containers when pages are allocated.
static java.lang.String STORAGE_DATA_NOT_SYNCED_AT_CHECKPOINT
          derby.storage.dataNotSyncedAtCheckPoint When set, the store system will not force a sync() call on the containers during a checkpoint.
static java.lang.String STORAGE_LOG_NOT_SYNCED
          derby.storage.logNotSynced When set, the store system will not force a sync() call on the log at commit.
static java.lang.String STORAGE_TEMP_DIRECTORY
          derby.storage.tempDirectory
Sets the temp directory for a database.
static java.lang.String SUB_SUB_PROTOCOL_PREFIX
          derby.subSubProtocol.xxx A new subsubprotocol can be defined by specifying the class that handles storage for the subsubprotocol by implementing the StorageFactory or WritableStorageFactory interface.
static java.lang.String SYSTEM_HOME_PROPERTY
          derby.system.home
Property name for the home directory.
static int TBL_PAGE_SIZE_BUMP_THRESHOLD
          The bump threshold for pages sizes for create tables If the approximate column sizes of a table is greater than this threshold, the page size for the tbl is bumped to PAGE_SIZE_DEFAULT_LONG provided the page size is not already specified as a property
static java.lang.String USER_PROPERTY_PREFIX
           
static int WAIT_TIMEOUT_DEFAULT
          Default value for wait timeouts (60 seconds)
 

Field Detail

PROPERTIES_FILE

public static final java.lang.String PROPERTIES_FILE
Name of the file that contains system wide properties. Has to be located in ${derby.system.home} if set, otherwise ${user.dir}

See Also:
Constant Field Values

PROPERTY_RUNTIME_PREFIX

public static final java.lang.String PROPERTY_RUNTIME_PREFIX
By convention properties that must not be stored any persistent form of service properties start with this prefix.

See Also:
Constant Field Values

LOG_SEVERITY_LEVEL

public static final java.lang.String LOG_SEVERITY_LEVEL
derby.stream.error.logSeverityLevel=integerValue
Indicates the minimum level of severity for errors that are reported to the error stream. Default to 0 in a "sane" server, and SESSION_SEVERITY in the insane (and product) server.

See Also:
ExceptionSeverity.SESSION_SEVERITY, Constant Field Values

LOG_FILE_APPEND

public static final java.lang.String LOG_FILE_APPEND
derby.infolog.append={true,false}
If the info stream goes to a file and the file already exist, it can either delete the existing file or append to it. User can specifiy whether info log file should append or not by setting derby.infolog.append={true/false} The default behavior is that the exiting file will be deleted when a new info stream is started.

See Also:
Constant Field Values

SYSTEM_HOME_PROPERTY

public static final java.lang.String SYSTEM_HOME_PROPERTY
derby.system.home
Property name for the home directory. Any relative path in the system should be accessed though this property

See Also:
Constant Field Values

BOOT_ALL

public static final java.lang.String BOOT_ALL
derby.system.bootAll
Automatically boot any services at start up time. When set to true this services will be booted at startup, otherwise services will be booted on demand.

See Also:
Constant Field Values

NO_AUTO_BOOT

public static final java.lang.String NO_AUTO_BOOT
derby.database.noAutoBoot
Don't automatically boot this service at start up time. When set to true this service will only be booted on demand, otherwise the service will be booted at startup time if possible.

See Also:
Constant Field Values

DELETE_ON_CREATE

public static final java.lang.String DELETE_ON_CREATE
derby.__deleteOnCreate
Before creating this service delete any remenants (e.g. the directory) of a previous service at the same location.

INTERNAL USE ONLY

See Also:
Constant Field Values

FORCE_DATABASE_LOCK

public static final java.lang.String FORCE_DATABASE_LOCK
derby.database.forceDatabaseLock
Cloudscape attempts to prevent two instances of Cloudscape from booting the same database with the use of a file called db.lck inside the database directory. On some platforms, Cloudscape can successfully prevent a second instance of Cloudscape from booting the database, and thus prevents corruption. If this is the case, you will see an SQLException like the following: ERROR XJ040: Failed to start database 'toursDB', see the next exception for details. ERROR XSDB6: Another instance of Cloudscape may have already booted the database C:\databases\toursDB. The error is also written to the information log. On other platforms, Cloudscape issues a warning message if an instance of Cloudscape attempts to boot a database that may already have a running instance of Cloudscape attached to it. However, it does not prevent the second instance from booting, and thus potentially corrupting, the database. If a warning message has been issued, corruption may already have occurred. NOTE: When you are using Cloudview, error messages appear in the console or operating system window from which Cloudview was started. The warning message looks like this: WARNING: Cloudscape (instance 80000000-00d2-3265-de92-000a0a0a0200) is attempting to boot the database /export/home/sky/wombat even though Cloudscape (instance 80000000-00d2-3265-8abf-000a0a0a0200) may still be active. Only one instance of Cloudscape should boot a database at a time. Severe and non-recoverable corruption can result and may have already occurred. The warning is also written to the information log. This warning is primarily a Technical Support aid to determine the cause of corruption. However, if you see this warning, your best choice is to close the connection and exit the JVM. This minimizes the risk of a corruption. Close all instances of Cloudscape, then restart one instance of Cloudscape and shut down the database properly so that the db.lck file can be removed. The warning message continues to appear until a proper shutdown of the Cloudscape system can delete the db.lck file. If the "derby.database.forceDatabaseLock" property is set to true then this default behavior is altered on systems where cloudscape cannot prevent this dual booting. If the to true, then if the platform does not provide the ability for cloudscape to guarantee no double boot, and if cloudscape finds a db.lck file when it boots, it will throw an exception (TODO - mikem - add what exception), leave the db.lck file in place and not boot the system. At this point the system will not boot until the db.lck file is removed by hand. Note that this situation can arise even when 2 VM's are not accessing the same cloudscape system. Also note that if the db.lck file is removed by hand while a VM is still accessing a derby.database, then there is no way for cloudscape to prevent a second VM from starting up and possibly corrupting the database. In this situation no warning message will be logged to the error log. To disable the default behavior of the db.lck file set property as follows: derby.database.forceDatabaseLock=true

See Also:
Constant Field Values

LOCKS_INTRO

public static final java.lang.String LOCKS_INTRO
See Also:
Constant Field Values

LOCKS_ESCALATION_THRESHOLD

public static final java.lang.String LOCKS_ESCALATION_THRESHOLD
derby.locks.escalationThreshold
The number of row locks on a table after which we escalate to table locking. Also used by the optimizer to decide when to start with table locking. The String value must be convertible to an int.

See Also:
Constant Field Values

DEFAULT_LOCKS_ESCALATION_THRESHOLD

public static final int DEFAULT_LOCKS_ESCALATION_THRESHOLD
The default value for LOCKS_ESCALATION_THRESHOLD

See Also:
Constant Field Values

MIN_LOCKS_ESCALATION_THRESHOLD

public static final int MIN_LOCKS_ESCALATION_THRESHOLD
The minimum value for LOCKS_ESCALATION_THRESHOLD

See Also:
Constant Field Values

DEADLOCK_TIMEOUT

public static final java.lang.String DEADLOCK_TIMEOUT
Configuration parameter for deadlock timeouts, set in seconds.

See Also:
Constant Field Values

DEADLOCK_TIMEOUT_DEFAULT

public static final int DEADLOCK_TIMEOUT_DEFAULT
Default value for deadlock timesouts (20 seconds)

See Also:
Constant Field Values

WAIT_TIMEOUT_DEFAULT

public static final int WAIT_TIMEOUT_DEFAULT
Default value for wait timeouts (60 seconds)

See Also:
Constant Field Values

DEADLOCK_MONITOR

public static final java.lang.String DEADLOCK_MONITOR
Turn on lock monitor to help debug deadlocks. Default value is OFF. With this property turned on, all deadlocks will cause a tracing to be output to the db2j.LOG file.
This property takes effect dynamically.

See Also:
Constant Field Values

DEADLOCK_TRACE

public static final java.lang.String DEADLOCK_TRACE
Turn on deadlock trace to help debug deadlocks. Effect 1: This property only takes effect if DEADLOCK_MONITOR is turned ON for deadlock trace. With this property turned on, each lock object involved in a deadlock will output its stack trace to db2j.LOG. Effect 2: When a timeout occurs, a lockTable dump will also be output to db2j.LOG. This acts independent of DEADLOCK_MONITOR.
This property takes effect dynamically.

See Also:
Constant Field Values

LOCKWAIT_TIMEOUT

public static final java.lang.String LOCKWAIT_TIMEOUT
Configuration parameter for lock wait timeouts, set in seconds.

See Also:
Constant Field Values

DATABASE_CLASSPATH

public static final java.lang.String DATABASE_CLASSPATH
derby.database.classpath
Consists of a series of two part jar names.

See Also:
Constant Field Values

BOOT_DB_CLASSPATH

public static final java.lang.String BOOT_DB_CLASSPATH
internal use only, passes the database classpathinto the class manager

See Also:
Constant Field Values

DATABASE_PROPERTIES_ONLY

public static final java.lang.String DATABASE_PROPERTIES_ONLY
derby.database.propertiesOnly

See Also:
Constant Field Values

CREATE_WITH_NO_LOG

public static final java.lang.String CREATE_WITH_NO_LOG
Creation of an access factory should be done with no logging. This is a run-time property that should not make it to disk in the service.properties file.

See Also:
Constant Field Values

PAGE_SIZE_PARAMETER

public static final java.lang.String PAGE_SIZE_PARAMETER
The page size to create a table or index with. Must be a multiple of 2k, usual choices are: 2k, 4k, 8k, 16k, 32k, 64k. The default if property is not set is 4k.

See Also:
Constant Field Values

PAGE_SIZE_DEFAULT_LONG

public static final java.lang.String PAGE_SIZE_DEFAULT_LONG
The default page size to use for tables that contain a long column.

See Also:
Constant Field Values

TBL_PAGE_SIZE_BUMP_THRESHOLD

public static final int TBL_PAGE_SIZE_BUMP_THRESHOLD
The bump threshold for pages sizes for create tables If the approximate column sizes of a table is greater than this threshold, the page size for the tbl is bumped to PAGE_SIZE_DEFAULT_LONG provided the page size is not already specified as a property

See Also:
Constant Field Values

IDX_PAGE_SIZE_BUMP_THRESHOLD

public static final int IDX_PAGE_SIZE_BUMP_THRESHOLD
The bump threshold for pages size for index. If the approximate key columns of an index is greater than this threshold, the page size for the index is bumped to PAGE_SIZE_DEFAULT_LONG provided the page size is not already specified as a property

See Also:
Constant Field Values

ROW_LOCKING

public static final java.lang.String ROW_LOCKING
In cloudscape products which support Row Level Locking (rll), use this property to disable rll. Application's which use rll will use more system resources, so if an application knows that it does not need rll then it can use this system property to force all locking in the system to lock at the table level. This property can be set to the boolean values "true" or "false". Setting the property to true is the same as not setting the property at all, and will result in rll being enabled. Setting the property to false disables rll.

See Also:
Constant Field Values

PROPERTIES_CONGLOM_ID

public static final java.lang.String PROPERTIES_CONGLOM_ID
derby.storage.propertiesId
Stores the id of the conglomerate that holds the per-database properties. Is stored in the service.properties file.

INTERNAL USE ONLY

See Also:
Constant Field Values

STORAGE_TEMP_DIRECTORY

public static final java.lang.String STORAGE_TEMP_DIRECTORY
derby.storage.tempDirectory
Sets the temp directory for a database.

See Also:
Constant Field Values

STORAGE_DATA_NOT_SYNCED_AT_CHECKPOINT

public static final java.lang.String STORAGE_DATA_NOT_SYNCED_AT_CHECKPOINT
derby.storage.dataNotSyncedAtCheckPoint

When set, the store system will not force a sync() call on the containers during a checkpoint.

An internal debug system only flag. The recovery system will not work properly if this flag is enabled, it is provided to do performance debugging to see whether the system is I/O bound based on checkpoint synchronous I/O.

See Also:
Constant Field Values

STORAGE_DATA_NOT_SYNCED_AT_ALLOCATION

public static final java.lang.String STORAGE_DATA_NOT_SYNCED_AT_ALLOCATION
derby.storage.dataNotSyncedAtAllocation

When set, the store system will not force a sync() call on the containers when pages are allocated.

An internal debug system only flag. The recovery system will not work properly if this flag is enabled, it is provided to do performance debugging to see whether the system is I/O bound based on page allocation synchronous I/O.

See Also:
Constant Field Values

STORAGE_LOG_NOT_SYNCED

public static final java.lang.String STORAGE_LOG_NOT_SYNCED
derby.storage.logNotSynced

When set, the store system will not force a sync() call on the log at commit.

An internal debug system only flag. The recovery system will not work properly if this flag is enabled, it is provided to do performance debugging to see whether the system is I/O bound based on log file synchronous I/O.

See Also:
Constant Field Values

FILESYNC_TRANSACTION_LOG

public static final java.lang.String FILESYNC_TRANSACTION_LOG
derby.storage.fileSyncTransactionLog

When set, the store system will use sync() call on the log at commit instead of doing a write sync on all writes to the log; even if the write sync mode (rws) is supported in the JVM.

See Also:
Constant Field Values

LOG_ARCHIVE_MODE

public static final java.lang.String LOG_ARCHIVE_MODE
derby.storage.logArchiveMode
used to identify whether the log is being archived for the database or not. It Is stored in the service.properties file. This property can be set to the boolean values "true" or "false". Setting the property to true means log is being archived, which could be used for roll-forward recovery. Setting the property to false disables log archive mode.

INTERNAL USE ONLY

See Also:
Constant Field Values

LOG_DEVICE_AT_BACKUP

public static final java.lang.String LOG_DEVICE_AT_BACKUP
derby.storage.logDeviceWhenBackedUp
This property indicates the logDevice location(path) when the backup was taken, used to restore the log to the same location while restoring from backup.

INTERNAL USE ONLY

See Also:
Constant Field Values

SUB_SUB_PROTOCOL_PREFIX

public static final java.lang.String SUB_SUB_PROTOCOL_PREFIX
derby.subSubProtocol.xxx

A new subsubprotocol can be defined by specifying the class that handles storage for the subsubprotocol by implementing the StorageFactory or WritableStorageFactory interface. This is done using a property named db2j.subsubprotocol.xxx where xxx is the subsubprotocol name. Subsubprotocol names are case sensitive and must be at least 3 characters in length.

For instance:
derby.subSubProtocol.mem=com.mycompany.MemStore
defines the "mem" subsubprotocol with class com.mycompany.MemStore as its StorageFactory implementation. A database implemented using this subsubprotocol can be opened with the URL "jdbc:derby:mem:myDatabase".

Subsubprotocols "directory", "classpath", "jar", "http", and "https" are built in and may not be overridden.

See Also:
Constant Field Values

LANG_TD_CACHE_SIZE

public static final java.lang.String LANG_TD_CACHE_SIZE
The size of the table descriptor cache used by the data dictionary. Database. Static.

Undocumented.

See Also:
Constant Field Values

LANG_TD_CACHE_SIZE_DEFAULT

public static final int LANG_TD_CACHE_SIZE_DEFAULT
See Also:
Constant Field Values

LANG_SPS_CACHE_SIZE

public static final java.lang.String LANG_SPS_CACHE_SIZE
The size of the stored prepared statment descriptor cache used by the data dictionary. Database. Static.

Externally visible.

See Also:
Constant Field Values

LANG_SPS_CACHE_SIZE_DEFAULT

public static final int LANG_SPS_CACHE_SIZE_DEFAULT
See Also:
Constant Field Values

LANGUAGE_STALE_PLAN_CHECK_INTERVAL

public static final java.lang.String LANGUAGE_STALE_PLAN_CHECK_INTERVAL
derby.language.stalePlanCheckInterval

This property tells the number of times a prepared statement should be executed before checking whether its plan is stale. Database. Dynamic.

Externally visible.

See Also:
Constant Field Values

DEFAULT_LANGUAGE_STALE_PLAN_CHECK_INTERVAL

public static final int DEFAULT_LANGUAGE_STALE_PLAN_CHECK_INTERVAL
Default value for above

See Also:
Constant Field Values

MIN_LANGUAGE_STALE_PLAN_CHECK_INTERVAL

public static final int MIN_LANGUAGE_STALE_PLAN_CHECK_INTERVAL
Minimum value for above

See Also:
Constant Field Values

STATEMENT_CACHE_SIZE

public static final java.lang.String STATEMENT_CACHE_SIZE
See Also:
Constant Field Values

STATEMENT_CACHE_SIZE_DEFAULT

public static final int STATEMENT_CACHE_SIZE_DEFAULT
See Also:
Constant Field Values

DEFAULT_USER_NAME

public static final java.lang.String DEFAULT_USER_NAME
See Also:
Constant Field Values

DATABASE_MODULE

public static final java.lang.String DATABASE_MODULE
See Also:
Constant Field Values

DEFAULT_CONNECTION_MODE_PROPERTY

public static final java.lang.String DEFAULT_CONNECTION_MODE_PROPERTY
See Also:
Constant Field Values

NO_ACCESS

public static final java.lang.String NO_ACCESS
See Also:
Constant Field Values

READ_ONLY_ACCESS

public static final java.lang.String READ_ONLY_ACCESS
See Also:
Constant Field Values

FULL_ACCESS

public static final java.lang.String FULL_ACCESS
See Also:
Constant Field Values

DEFAULT_ACCESS

public static final java.lang.String DEFAULT_ACCESS
See Also:
Constant Field Values

READ_ONLY_ACCESS_USERS_PROPERTY

public static final java.lang.String READ_ONLY_ACCESS_USERS_PROPERTY
See Also:
Constant Field Values

FULL_ACCESS_USERS_PROPERTY

public static final java.lang.String FULL_ACCESS_USERS_PROPERTY
See Also:
Constant Field Values

REQUIRE_AUTHENTICATION_PARAMETER

public static final java.lang.String REQUIRE_AUTHENTICATION_PARAMETER
See Also:
Constant Field Values

AUTHENTICATION_PROVIDER_PARAMETER

public static final java.lang.String AUTHENTICATION_PROVIDER_PARAMETER
See Also:
Constant Field Values

USER_PROPERTY_PREFIX

public static final java.lang.String USER_PROPERTY_PREFIX
See Also:
Constant Field Values

AUTHENTICATION_PROVIDER_BUILTIN

public static final java.lang.String AUTHENTICATION_PROVIDER_BUILTIN
See Also:
Constant Field Values

AUTHENTICATION_PROVIDER_LDAP

public static final java.lang.String AUTHENTICATION_PROVIDER_LDAP
See Also:
Constant Field Values

AUTHENTICATION_SERVER_PARAMETER

public static final java.lang.String AUTHENTICATION_SERVER_PARAMETER
See Also:
Constant Field Values

LOG_SWITCH_INTERVAL

public static final java.lang.String LOG_SWITCH_INTERVAL
Property name for specifying log switch interval

See Also:
#checkpoint, Constant Field Values

CHECKPOINT_INTERVAL

public static final java.lang.String CHECKPOINT_INTERVAL
Property name for specifying checkpoint interval

See Also:
#checkpoint, Constant Field Values

LOG_ARCHIVAL_DIRECTORY

public static final java.lang.String LOG_ARCHIVAL_DIRECTORY
Property name for specifying log archival location

See Also:
#logArchived, Constant Field Values

LOG_BUFFER_SIZE

public static final java.lang.String LOG_BUFFER_SIZE
Property name for specifying log Buffer Size

See Also:
Constant Field Values

IN_RESTORE_FROM_BACKUP

public static final java.lang.String IN_RESTORE_FROM_BACKUP
db2j.inRestore
This Property is used to indicate that we are in restore mode if if the system is doing a restore from backup. Used internally to set flags to indicate that service is not booted.

INTERNAL USE ONLY

See Also:
Constant Field Values

DELETE_ROOT_ON_ERROR

public static final java.lang.String DELETE_ROOT_ON_ERROR
db2j.deleteRootOnError
If we a new root is created while doing restore from backup, it should be deleted if a error occur before we could complete restore successfully.

INTERNAL USE ONLY

See Also:
Constant Field Values

HTTP_DB_FILE_OFFSET

public static final java.lang.String HTTP_DB_FILE_OFFSET
See Also:
Constant Field Values

HTTP_DB_FILE_LENGTH

public static final java.lang.String HTTP_DB_FILE_LENGTH
See Also:
Constant Field Values

HTTP_DB_FILE_NAME

public static final java.lang.String HTTP_DB_FILE_NAME
See Also:
Constant Field Values

START_DRDA

public static final java.lang.String START_DRDA
derby.drda.startNetworkServer
If true then we will attempt to start a DRDA network server when Cloudscape boots, turning the current JVM into a server.
Default: false

See Also:
Constant Field Values

DRDA_PROP_LOGCONNECTIONS

public static final java.lang.String DRDA_PROP_LOGCONNECTIONS
derby.drda.logConnections
Indicates whether to log connections and disconnections.
Default: false

See Also:
Constant Field Values

DRDA_PROP_TRACEALL

public static final java.lang.String DRDA_PROP_TRACEALL
derby.drda.traceAll
Turns tracing on for all sessions.
Default: false

See Also:
Constant Field Values

DRDA_PROP_TRACE

public static final java.lang.String DRDA_PROP_TRACE
See Also:
Constant Field Values

DRDA_PROP_TRACEDIRECTORY

public static final java.lang.String DRDA_PROP_TRACEDIRECTORY
derby.drda.traceDirectory
The directory used for network server tracing files.
Default: if the derby.system.home property has been set, it is the default. Otherwise, the default is the current directory.

See Also:
Constant Field Values

DRDA_PROP_MINTHREADS

public static final java.lang.String DRDA_PROP_MINTHREADS
See Also:
Constant Field Values

DRDA_PROP_MAXTHREADS

public static final java.lang.String DRDA_PROP_MAXTHREADS
See Also:
Constant Field Values

DRDA_PROP_TIMESLICE

public static final java.lang.String DRDA_PROP_TIMESLICE
See Also:
Constant Field Values

DRDA_PROP_PORTNUMBER

public static final java.lang.String DRDA_PROP_PORTNUMBER
derby.drda.portNumber
The port number used by the network server.

See Also:
Constant Field Values

DRDA_PROP_HOSTNAME

public static final java.lang.String DRDA_PROP_HOSTNAME
See Also:
Constant Field Values

DRDA_PROP_KEEPALIVE

public static final java.lang.String DRDA_PROP_KEEPALIVE
derby.drda.keepAlive
client socket setKeepAlive value

See Also:
Constant Field Values

SERVICE_PROTOCOL

public static final java.lang.String SERVICE_PROTOCOL
See Also:
Constant Field Values

SERVICE_LOCALE

public static final java.lang.String SERVICE_LOCALE
See Also:
Constant Field Values


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.