Package | Description |
---|---|
org.apache.empire.dbms.oracle |
This package contains classes necessary to support the Oracle database system.
|
Modifier and Type | Method and Description |
---|---|
DBMSHandlerOracle.BooleanType |
DBMSHandlerOracle.getBooleanType() |
static DBMSHandlerOracle.BooleanType |
DBMSHandlerOracle.BooleanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBMSHandlerOracle.BooleanType[] |
DBMSHandlerOracle.BooleanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DBMSHandlerOracle.setBooleanType(DBMSHandlerOracle.BooleanType booleanType) |
Constructor and Description |
---|
OracleDBModelChecker(OracleDBModelParser modelParser,
DBMSHandlerOracle.BooleanType booleanType) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.