|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.jdbc.driver.StructMetaData
Constructor Summary | |
StructMetaData(StructDescriptor desc)
|
Method Summary | |
java.lang.String |
getAttributeJavaName(int column)
Gets a JAVA_STRUCT attribute's external name. |
java.lang.String |
getCatalogName(int column)
|
java.lang.String |
getColumnClassName(int column)
|
int |
getColumnCount()
Get number of attributes. |
int |
getColumnDisplaySize(int column)
Return maximum column length in case of type CHAR,VARCHAR and RAW; Return 0 for other cases. |
java.lang.String |
getColumnLabel(int column)
|
java.lang.String |
getColumnName(int column)
Gets a attribute's name. |
int |
getColumnType(int column)
|
java.lang.String |
getColumnTypeName(int column)
Retrieves a attribute's database-specific type name. |
int |
getLocalColumnCount()
Get number of local attributes i.e. |
java.lang.String |
getOracleColumnClassName(int column)
Return the fully-qualified name of the Datum class whose instances are manufactured if the method OracleResultSet.getOracleObject is called to retrieve a value from a column. |
int |
getPrecision(int column)
|
int |
getScale(int column)
|
java.lang.String |
getSchemaName(int column)
Gets a attribute's schema name if it's of object type. |
java.lang.String |
getTableName(int column)
|
boolean |
isAutoIncrement(int column)
|
boolean |
isCaseSensitive(int column)
|
boolean |
isCurrency(int column)
|
boolean |
isDefinitelyWritable(int column)
|
boolean |
isInherited(int column)
Indicates whether the attribute is inherited from its supertype. |
boolean |
isNCHAR(int column)
|
int |
isNullable(int column)
|
boolean |
isReadOnly(int column)
|
boolean |
isSearchable(int column)
|
boolean |
isSigned(int column)
|
boolean |
isWritable(int column)
|
Constructor Detail |
public StructMetaData(StructDescriptor desc) throws java.sql.SQLException
Method Detail |
public int getColumnCount() throws java.sql.SQLException
public boolean isAutoIncrement(int column) throws java.sql.SQLException
public boolean isSearchable(int column) throws java.sql.SQLException
public boolean isCurrency(int column) throws java.sql.SQLException
public boolean isCaseSensitive(int column) throws java.sql.SQLException
public int isNullable(int column) throws java.sql.SQLException
public boolean isSigned(int column) throws java.sql.SQLException
public int getColumnDisplaySize(int column) throws java.sql.SQLException
public java.lang.String getColumnLabel(int column) throws java.sql.SQLException
public java.lang.String getColumnName(int column) throws java.sql.SQLException
column
- the first attribue is 1, the second is 2, ...public java.lang.String getSchemaName(int column) throws java.sql.SQLException
column
- the first attribute is 1, the second is 2, ...public int getPrecision(int column) throws java.sql.SQLException
public int getScale(int column) throws java.sql.SQLException
public java.lang.String getTableName(int column) throws java.sql.SQLException
public java.lang.String getCatalogName(int column) throws java.sql.SQLException
public int getColumnType(int column) throws java.sql.SQLException
public java.lang.String getColumnTypeName(int column) throws java.sql.SQLException
column
- the first attribute is 1, the second is 2, ...public boolean isReadOnly(int column) throws java.sql.SQLException
public boolean isWritable(int column) throws java.sql.SQLException
public boolean isDefinitelyWritable(int column) throws java.sql.SQLException
public java.lang.String getColumnClassName(int column) throws java.sql.SQLException
public java.lang.String getOracleColumnClassName(int column) throws java.sql.SQLException
public int getLocalColumnCount() throws java.sql.SQLException
public boolean isInherited(int column) throws java.sql.SQLException
public java.lang.String getAttributeJavaName(int column) throws java.sql.SQLException
column
- the first attribue is 1, the second is 2, ...public boolean isNCHAR(int column) throws java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |