Package overit.geocall.sql
Class DBFieldMetaData
java.lang.Object
overit.geocall.sql.DBFieldMetaData
This class stores all the needed database field metadata from a
ResultSetMetaData
such as the class name, label, name, type, display size, type name, precision,
scale and schema name.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDBFieldMetaData(ResultSetMetaData rsmd, int column) Main constructor for DBFieldMetaData -
Method Summary
-
Field Details
-
_className
-
_displaySize
protected int _displaySize -
_label
-
_name
-
_type
protected int _type -
typeName
-
_precision
protected int _precision -
_scale
protected int _scale -
_tableName
-
_schemaName
-
-
Constructor Details
-
DBFieldMetaData
Main constructor for DBFieldMetaData- Parameters:
rsmd- TheResultSetMetaDataused to get the informationcolumn- The number of the column- Throws:
SQLException- If an SQL error occurs
-