Uses of Class
com.easyjf.dbo.DBField

Packages that use DBField
com.easyjf.dbo   
 

Uses of DBField in com.easyjf.dbo
 

Methods in com.easyjf.dbo that return DBField
 DBField DBTable.findField(java.lang.String fieldName)
           
 DBField DBTable.getKeyFiled()
           
 

Methods in com.easyjf.dbo with parameters of type DBField
 void DBTable.addField(java.lang.String key, DBField value)