Package DE_EPAGES::Database::API::Constants
Some constants
@EXPORT_OK |
Functions
LONG_STATEMENT_TIME (integer)
time in seconds that need to run over for logging
long running queries.
This value is configurable in the epages.conf file, section
DE_EPAGES::Database, key LongStatementTime.
Used for Sybase databases only!
NUMBER_OF_RETRIES
Function to retrieve the number of retries. This value is configurable in the epages.conf file, section DE_EPAGES::Database, key NumberOfRetries.
Syntax |
NUMBER_OF_RETRIES(); |
Example |
NUMBER_OF_RETRIES(); |
Return |
|
RETRY_WAITING_TIME
Function to retrieve the time to wait before retrying an action. This value is configurable in the epages.conf file, section DE_EPAGES::Database, key RetryWaitingTime.
Syntax |
RETRY_WAITING_TIME(); |
Example |
RETRY_WAITING_TIME(); |
Return |
|