ResultSetColumn(String newName) Creates a new instance of ResultSetColumn with the given name.
public
ResultSetColumn(String newName, String newJavaType) Creates a new instance of ResultSetColum with the given attributes.
public
ResultSetColumn(String newName, String newJavaType, int newOrdinalPosition, int newNumericPrecision, int newNumericScale, boolean newIsNullable) Creates a new instance of ResultSetColum with the given attributes.
Method Summary
public boolean
getIsNullable() Get the ResultSet column nullable flag.
Creates a new instance of ResultSetColum with the given attributes.
Parameters: newName - ResultSetColumn name Parameters: newJavaType - Java type
ResultSetColumn
public ResultSetColumn(String newName, String newJavaType, int newOrdinalPosition, int newNumericPrecision, int newNumericScale, boolean newIsNullable)(Code)
Creates a new instance of ResultSetColum with the given attributes.
Parameters: newName - ResultSetColumn name Parameters: newJavaType - Java type Parameters: newOrdinalPosition - Ordinal position Parameters: newNumericPrecision - Numeric precision Parameters: newNumericScale - Numeric scale Parameters: newIsNullable - Nullable flag