|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wrq.apptrieve.jdbc.ApptrieveResultSetMetaData
public class ApptrieveResultSetMetaData
Field Summary |
---|
Fields inherited from interface java.sql.ResultSetMetaData |
---|
columnNoNulls, columnNullable, columnNullableUnknown |
Method Summary | |
---|---|
java.lang.String |
getCatalogName(int column)
Gets the catalog name for the table from which an indexed column of this result set derives. |
java.lang.String |
getColumnClassName(int column)
Gets the fully-qualified name for the Java class to which a value in an indexed column will be mapped. |
int |
getColumnCount()
Gets the number of columns in the ResultSet object for which this ResultSetMetaData object pertains. |
int |
getColumnDisplaySize(int column)
Gets the normal maximum width in characters for an indexed column. |
java.lang.String |
getColumnLabel(int column)
Gets the suggested column title for an indexed column, to be used in printouts and displays. |
java.lang.String |
getColumnName(int column)
Gets the name for an indexed column. |
int |
getColumnType(int column)
Gets the JDBC type for the value stored in an indexed column. |
java.lang.String |
getColumnTypeName(int column)
Gets type name used for the value stored in an indexed column. |
int |
getPrecision(int column)
Gets the precision for an indexed column. |
int |
getScale(int column)
Gets the number of digits to the right of the decimal point for values in an indexed column. |
java.lang.String |
getSchemaName(int column)
Gets the schema name for the table from which an indexed column in this ResultSet was derived. |
java.lang.String |
getTableName(int column)
Gets the name of the table from which an indexed column in this ResultSet was derived. |
boolean |
isAutoIncrement(int column)
Discovers whether an indexed column is automatically numbered. |
boolean |
isCaseSensitive(int column)
Discovers whether an indexed column is case sensitive. |
boolean |
isCurrency(int column)
Discovers whether an indexed column a cash value. |
boolean |
isDefinitelyWritable(int column)
Discovers whether a write on an indexed column will definitely succeed. |
int |
isNullable(int column)
Discovers whether a null can be stored in an indexed column. |
boolean |
isReadOnly(int column)
Discovers whether an indexed column is definitely not writable. |
boolean |
isSearchable(int column)
Discovers whether the value stored in an indexed column can be used in a WHERE clause. |
boolean |
isSigned(int column)
Discovers whether the value stored in an indexed column is a signed number. |
boolean |
isWritable(int column)
Discovers whether it is possible for a write on an indexed column to succeed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getCatalogName(int column) throws java.sql.SQLException
getCatalogName
in interface java.sql.ResultSetMetaData
column
- int - the index of the column
java.sql.SQLException
ResultSetMetaData.getCatalogName(int)
public java.lang.String getColumnClassName(int column) throws java.sql.SQLException
getColumnClassName
in interface java.sql.ResultSetMetaData
column
- int - the index of the column
java.sql.SQLException
ResultSetMetaData.getColumnClassName(int)
public int getColumnCount() throws java.sql.SQLException
getColumnCount
in interface java.sql.ResultSetMetaData
java.sql.SQLException
ResultSetMetaData.getColumnCount()
public int getColumnDisplaySize(int column) throws java.sql.SQLException
getColumnDisplaySize
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.getColumnDisplaySize(int)
public java.lang.String getColumnLabel(int column) throws java.sql.SQLException
getColumnLabel
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.getColumnLabel(int)
public java.lang.String getColumnName(int column) throws java.sql.SQLException
getColumnName
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.getColumnName(int)
public int getColumnType(int column) throws java.sql.SQLException
getColumnType
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.getColumnType(int)
public java.lang.String getColumnTypeName(int column) throws java.sql.SQLException
getColumnTypeName
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.getColumnTypeName(int)
public int getPrecision(int column) throws java.sql.SQLException
getPrecision
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.getPrecision(int)
public int getScale(int column) throws java.sql.SQLException
getScale
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.getScale(int)
public java.lang.String getSchemaName(int column) throws java.sql.SQLException
getSchemaName
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.getSchemaName(int)
public java.lang.String getTableName(int column) throws java.sql.SQLException
getTableName
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.getTableName(int)
public boolean isAutoIncrement(int column) throws java.sql.SQLException
isAutoIncrement
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.isAutoIncrement(int)
public boolean isCaseSensitive(int column) throws java.sql.SQLException
isCaseSensitive
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.isCaseSensitive(int)
public boolean isCurrency(int column) throws java.sql.SQLException
isCurrency
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.isCurrency(int)
public boolean isDefinitelyWritable(int column) throws java.sql.SQLException
isDefinitelyWritable
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.isDefinitelyWritable(int)
public int isNullable(int column) throws java.sql.SQLException
isNullable
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.isNullable(int)
public boolean isReadOnly(int column) throws java.sql.SQLException
isReadOnly
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.isReadOnly(int)
public boolean isSearchable(int column) throws java.sql.SQLException
isSearchable
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.isSearchable(int)
public boolean isSigned(int column) throws java.sql.SQLException
isSigned
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.isSigned(int)
public boolean isWritable(int column) throws java.sql.SQLException
isWritable
in interface java.sql.ResultSetMetaData
column
- int - the column index
java.sql.SQLException
ResultSetMetaData.isSigned(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |