com.microstrategy.webapi.EnumDSSXMLDBConnectionCacheOption |
Class Overview
Enumeration used to specify the degree to which the IServer
will attempt to reuse data for DB connections
Constants
public
static
final
int
DssDBConnectionCacheNone
Constant Value:
1
(0x00000001)
public
static
final
int
DssDBConnectionCacheReserved
Constant Value:
0
(0x00000000)
public
static
final
int
DssDBConnectionCacheReuse
Constant Value:
2
(0x00000002)
public
static
final
int
DssDBConnectionCacheSerialReuse
Constant Value:
3
(0x00000003)