Table of Contents
Constants
-
BATCH_SIZE
: string = 'batchSize'
-
CONNECTION
: string = 'connection'
-
CREATE
: string = 'create'
-
DATABASE
: string = 'database'
-
DEBUG
: string = 'debug'
-
ENCRYPT
: string = 'encrypt'
-
ENDPOINT
: string = 'endpoint'
-
LAZY
: string = 'lazy'
-
MAX_RUNTIME
: string = 'maxRuntime'
-
PASSWORD
: string = 'password'
-
RECONNECT
: string = 'reconnect'
-
TIMEOUT
: string = 'timeout'
-
TYPE
: string = 'type'
-
USER
: string = 'user'
BATCH_SIZE
public
string
BATCH_SIZE
= 'batchSize'
CONNECTION
public
string
CONNECTION
= 'connection'
CREATE
public
string
CREATE
= 'create'
DATABASE
public
string
DATABASE
= 'database'
DEBUG
public
string
DEBUG
= 'debug'
ENCRYPT
public
string
ENCRYPT
= 'encrypt'
ENDPOINT
public
string
ENDPOINT
= 'endpoint'
LAZY
public
string
LAZY
= 'lazy'
MAX_RUNTIME
public
string
MAX_RUNTIME
= 'maxRuntime'
PASSWORD
public
string
PASSWORD
= 'password'
RECONNECT
public
string
RECONNECT
= 'reconnect'
TIMEOUT
public
string
TIMEOUT
= 'timeout'
TYPE
public
string
TYPE
= 'type'
USER
public
string
USER
= 'user'