|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--vortex.sql.vortexMetaResult
This class provides the implementation of the JDBC ResultSetMetaData interface.
ResultSetMetaData| Constructor Summary | |
vortexMetaResult(vortexRecord rd)
Constructs a new instance of the vortexMetaResult class |
|
| Method Summary | |
java.lang.String |
getCatalogName(int column)
Not supported by VORTEXjdbc. |
int |
getColumnCount()
Returns the number of columns in this result set. |
int |
getColumnDisplaySize(int column)
Gives the display size for this column. |
java.lang.String |
getColumnLabel(int column)
Not supported by VORTEXjdbc. |
java.lang.String |
getColumnName(int column)
The name of the requested column. |
int |
getColumnType(int column)
Gives the column type using the types in java.sql.Types. |
java.lang.String |
getColumnTypeName(int column)
Gives the column type as a string. |
int |
getPrecision(int column)
Returning the precision |
int |
getScale(int column)
Returning the scale |
java.lang.String |
getSchemaName(int column)
Not supported by VORTEXjdbc. |
java.lang.String |
getTableName(int column)
Not supported by VORTEXjdbc. |
boolean |
isAutoIncrement(int column)
Is the column automatically numbered, thus read-only? |
boolean |
isCaseSensitive(int column)
Does a column's case matter? |
boolean |
isCurrency(int column)
Is the column a cash value? |
boolean |
isDefinitelyWritable(int column)
Will a write on the column definitely succeed? |
int |
isNullable(int column)
Determines if the column in question is nullable. |
boolean |
isReadOnly(int column)
Is a column definitely not writable? |
boolean |
isSearchable(int column)
Can the column be used in a where clause? |
boolean |
isSigned(int column)
Since all VORTEXjdbc integer types are signed, this returns true. |
boolean |
isWritable(int column)
Is it possible for a write on the column to succeed? |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public vortexMetaResult(vortexRecord rd)
rd - the vortexRecord object| Method Detail |
public int getColumnCount()
throws java.sql.SQLException
ResultSetMetaData.getColumnCount()
public boolean isAutoIncrement(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.isAutoIncrement(int)
public boolean isCaseSensitive(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.isCaseSensitive(int)
public boolean isSearchable(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.isSearchable(int)
public boolean isCurrency(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.isCurrency(int)
public int isNullable(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.isNullable(int)
public boolean isSigned(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.isSigned(int)
public int getColumnDisplaySize(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.getColumnDisplaySize(int)
public java.lang.String getColumnLabel(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.getColumnLabel(int)
public java.lang.String getColumnName(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.getColumnName(int)
public java.lang.String getSchemaName(int column)
throws java.sql.SQLException
column - the column index
public int getPrecision(int column)
throws java.sql.SQLException
column - the column of the field this information is needed for
public int getScale(int column)
throws java.sql.SQLException
column - the column of the field this information is needed for
public java.lang.String getTableName(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.getTableName(int)
public java.lang.String getCatalogName(int column)
throws java.sql.SQLException
column - the column index
public int getColumnType(int column)
throws java.sql.SQLException
column - the column indexjava.sql.Types,
ResultSetMetaData.getColumnType(int)
public java.lang.String getColumnTypeName(int column)
throws java.sql.SQLException
column - the column indexResultSetMetaData.getColumnTypeName(int)
public boolean isReadOnly(int column)
throws java.sql.SQLException
column - the column index
public boolean isWritable(int column)
throws java.sql.SQLException
column - the column index
public boolean isDefinitelyWritable(int column)
throws java.sql.SQLException
column - the column index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||