org.jpox.store.rdbms.columninfo
Class SybaseColumnInfo

java.lang.Object
  extended byorg.jpox.store.rdbms.columninfo.ColumnInfo
      extended byorg.jpox.store.rdbms.columninfo.SybaseColumnInfo

public class SybaseColumnInfo
extends ColumnInfo

Represents the metadata of a specific table column in Sybase.

Version:
$Revision: 1.2 $

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.
 
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

SybaseColumnInfo

public SybaseColumnInfo(java.sql.ResultSet rs)
Constructor for column info object from the current row of the given result set. The 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().

Parameters:
rs - The result set returned from DatabaseMetaData.getColumns().


Copyright © -2007 . All Rights Reserved.