Package overit.geocall.sql
Class DBFields.Field
java.lang.Object
overit.geocall.sql.DBFields.Field
- All Implemented Interfaces:
Serializable
- Enclosing class:
DBFields
This class implements a Field
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Field
Creates a Field object- Parameters:
name- The name of the fieldtable- The name of the table which the field belongspos- The position in the collectiontype- The JDBC type of the field
-
Field
Creates a Field object- Parameters:
name- The name of the fieldtable- The name of the table which the field belongspos- The position in the collectiontype- The JDBC type of the fieldtypeReference- The class of the field
-
-
Method Details
-
getName
Returns the name of the Field- Returns:
- The string that defines the name of the string
-
getTable
Returns the name of the table which the Field belongs- Returns:
- The string that represents the name of the table
-
getPos
public int getPos()Returns the position of the Field in the collection- Returns:
- The position in the collection
-
getType
public int getType()Returns the type of the Field- Returns:
- The int that represents the JDBC type of the Field
-
getTypeReference
Returns the class of the Field- Returns:
- The class of the Field
-