|
|||||||||||
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.MSSQLServerColumnInfo
Represents the metadata of a specific table column in MS SQL Server.
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 | |
MSSQLServerColumnInfo(java.sql.ResultSet rs)
Constructs a column information object from the current row of the given result set. |
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 MSSQLServerColumnInfo(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 |