Skip navigation links

Oracle Database JDBC Java API Reference
11g Release 2

E13995-03


oracle.jdbc
Interface OracleResultSetMetaData

All Superinterfaces:
java.sql.ResultSetMetaData
All Known Subinterfaces:
StructMetaData

public interface OracleResultSetMetaData
extends java.sql.ResultSetMetaData

An object that can be used to get information about the types and properties of the columns in a ResultSet object.


Nested Class Summary
static class OracleResultSetMetaData.SecurityAttribute
          eXtensible Data Security (XDS) attribute.

 

Field Summary

 

Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown

 

Method Summary
 OracleResultSetMetaData.SecurityAttribute getSecurityAttribute(int indexOfColumnInResultSet)
          Returns the eXtensible Data Security (XDS) attribute of this column.
 boolean isNCHAR(int index)
          isNCHAR (int)

 

Methods inherited from interface java.sql.ResultSetMetaData
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable

 

Method Detail

isNCHAR

boolean isNCHAR(int index)
                throws java.sql.SQLException
isNCHAR (int)
Parameters:
index - the column index
Returns:
true if the column is of type NCHAR/NVARCHAR/NCLOB false if the column is not of type NCHAR/NVARCHAR/NCLOB
Throws:
java.sql.SQLException

getSecurityAttribute

OracleResultSetMetaData.SecurityAttribute getSecurityAttribute(int indexOfColumnInResultSet)
                                                               throws java.sql.SQLException
Returns the eXtensible Data Security (XDS) attribute of this column.
Throws:
java.sql.SQLException
See Also:
OracleResultSet.getAuthorizationIndicator

Skip navigation links

Oracle Database JDBC Java API Reference
11g Release 2

E13995-03


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.