public class Field
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
_name
the name *
|
private int |
_type
the sql type *
|
| Constructor and Description |
|---|
Field(java.lang.String name,
int type)
create a new field with name name and type type
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
return the name of the field
|
int |
getType()
get the type of the field
|
java.lang.String |
toString() |