Uses of Enum Class
oracle.jdbc.OracleResultSet.AuthorizationIndicator
Packages that use OracleResultSet.AuthorizationIndicator
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of OracleResultSet.AuthorizationIndicator in oracle.jdbc
Methods in oracle.jdbc that return OracleResultSet.AuthorizationIndicatorModifier and TypeMethodDescriptionOracleResultSet.getAuthorizationIndicator(int columnIndex) Retrieves the column security visibility attribute of the designated column in the current row of thisOracleResultSetobject.OracleResultSet.getAuthorizationIndicator(String columnName) Retrieves the column security visibility attribute of the designated column in the current row of thisOracleResultSet.Returns the enum constant of this class with the specified name.OracleResultSet.AuthorizationIndicator.values()Returns an array containing the constants of this enum class, in the order they are declared.