|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.store.rdbms.columninfo.ColumnInfo
org.jpox.store.rdbms.columninfo.SybaseColumnInfo
public class SybaseColumnInfo
Represents the metadata of a specific table column in Sybase.
| Field Summary |
|---|
| Fields inherited from class org.jpox.store.rdbms.columninfo.ColumnInfo |
|---|
charOctetLength, columnDef, columnName, columnSize, dataType, decimalDigits, isNullable, nullable, numPrecRadix, ordinalPosition, remarks, tableCat, tableName, tableSchem, typeName |
| Constructor Summary | |
|---|---|
SybaseColumnInfo(java.sql.ResultSet rs)
Constructor for column info object from the current row of the given result set. |
|
| Method Summary |
|---|
| Methods inherited from class org.jpox.store.rdbms.columninfo.ColumnInfo |
|---|
equals, getCharOctetLength, getColumnDef, getColumnName, getColumnSize, getDataType, getDecimalDigits, getIsNullable, getNullable, getNumPrecRadix, getOrdinalPosition, getRemarks, getTableCat, getTableName, getTableSchem, getTypeName, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SybaseColumnInfo(java.sql.ResultSet rs)
ResultSet object passed must have been obtained
from a call to DatabaseMetaData.getColumns().
This method only retrieves the values from the current row; the caller
is required to advance to the next row with ResultSet.next().
rs - The result set returned from DatabaseMetaData.getColumns().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||