com.crystaldecisions.sdk.occa.report.application
Class DBOptions

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.application.DBOptions

public final class DBOptions
extends java.lang.Object

This class defines database options.


Field Summary
static int _doNotVerifyDB
          force the data connection to be verified immediately
static int _ignoreCurrentTableQualifiers
          ignore the current table qualifiers when searching the corresponding table in new connection
static int _mapFieldByRowsetPosition
          map the fields by their position in the rowset rather than by the field names
static int _useDefault
          use default options
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_useDefault

public static final int _useDefault
use default options

See Also:
Constant Field Values

_doNotVerifyDB

public static final int _doNotVerifyDB
force the data connection to be verified immediately

See Also:
Constant Field Values

_mapFieldByRowsetPosition

public static final int _mapFieldByRowsetPosition
map the fields by their position in the rowset rather than by the field names

See Also:
Constant Field Values

_ignoreCurrentTableQualifiers

public static final int _ignoreCurrentTableQualifiers
ignore the current table qualifiers when searching the corresponding table in new connection

See Also:
Constant Field Values