|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.application.DBOptions
public final class DBOptions
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 |
---|
public static final int _useDefault
public static final int _doNotVerifyDB
public static final int _mapFieldByRowsetPosition
public static final int _ignoreCurrentTableQualifiers
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |