Package org.onemind.commons.java.sql
Class Field
- java.lang.Object
-
- org.onemind.commons.java.sql.Field
-
public class Field extends java.lang.Object
A Field contains meta infomration of a field in the database table- Version:
- $Id: Field.java,v 1.2 2004/08/26 12:33:18 thlee Exp $ $Name: $
- Author:
- TiongHiang Lee (thlee@onemindsoft.org)
-
-
Constructor Summary
Constructors Constructor Description Field(java.lang.String name, int type)
create a new field with name name and type type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
return the name of the fieldint
getType()
get the type of the fieldjava.lang.String
toString()
-