|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Methods to query meta data information for a JXTRResultSet.
| Method Summary | |
java.lang.String |
getCatalogName(int column)
Gets the designated column's table's catalog name. |
java.lang.String |
getColumnClassName(int column)
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column. |
int |
getColumnCount()
Number of result set columns. |
int |
getColumnDisplaySize(int column)
Indicates the designated column's maximum width in characters. |
java.lang.String |
getColumnLabel(int column)
Gets the designated column's suggested title for use in printouts and displays. |
java.lang.String |
getColumnName(int column)
Get the designated column's name. |
int |
getColumnType(int column)
Retrieves the designated column's SQL type. |
java.lang.String |
getColumnTypeName(int column)
Retrieves the designated column's database-specific type name. |
int |
getPrecision(int column)
Get the designated column's number of decimal digits. |
int |
getScale(int column)
Gets the designated column's number of digits to right of the decimal point. |
java.lang.String |
getSchemaName(int column)
Get the designated column's table's schema. |
java.lang.String |
getTableName(int column)
Gets the designated column's table name. |
boolean |
isAutoIncrement(int column)
Indicates whether the designated column is automatically numbered, and consequently, read-only. |
boolean |
isCaseSensitive(int column)
Indicates whether a column's case matters. |
boolean |
isCurrency(int column)
Indicates whether the designated column is a cash value. |
boolean |
isDefinitelyWritable(int column)
Indicates whether a write performed on the designated column will succeed. |
int |
isNullable(int column)
Indicates the nullability of values in the designated column. |
boolean |
isReadOnly(int column)
Indicates whether the designated column is not writable. |
boolean |
isSearchable(int column)
Indicates whether the designated column can be used in a where clause. |
boolean |
isSigned(int column)
Indicates whether values in the designated column are signed numbers. |
boolean |
isWritable(int column)
Indicates whether it is possible to perform a write on the designated column. |
| Method Detail |
public int getColumnCount()
throws JXTRException
JXTRException - in case an error is detected.
public boolean isAutoIncrement(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public java.lang.String getColumnName(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public int getColumnType(int column)
throws JXTRException
column - 1 based column index.
JXTRQuery.XMLTYPE.
JXTRException - in case an error is detected.
public boolean isCaseSensitive(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public boolean isSearchable(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public boolean isCurrency(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public int isNullable(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public boolean isSigned(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public int getColumnDisplaySize(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public java.lang.String getColumnLabel(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public java.lang.String getSchemaName(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public int getPrecision(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public int getScale(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public java.lang.String getTableName(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public java.lang.String getCatalogName(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public java.lang.String getColumnTypeName(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public boolean isReadOnly(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public boolean isWritable(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public boolean isDefinitelyWritable(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
public java.lang.String getColumnClassName(int column)
throws JXTRException
column - 1 based column index.
JXTRException - in case an error is detected.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||