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
|