Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method and Description |
---|---|
OracleResultSetMetaData.SecurityAttribute |
OracleResultSetMetaData.getSecurityAttribute(int indexOfColumnInResultSet)
Returns the eXtensible Data Security (XDS) attribute of this column.
|
OracleResultSetMetaData.SecurityAttribute |
OracleResultSetMetaData.getSecurityAttribute(int indexOfColumnInResultSet)
Returns the eXtensible Data Security (XDS) attribute of this column.
|
static OracleResultSetMetaData.SecurityAttribute |
OracleResultSetMetaData.SecurityAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleResultSetMetaData.SecurityAttribute |
OracleResultSetMetaData.SecurityAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleResultSetMetaData.SecurityAttribute[] |
OracleResultSetMetaData.SecurityAttribute.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
static OracleResultSetMetaData.SecurityAttribute[] |
OracleResultSetMetaData.SecurityAttribute.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|