Uses of Class
ch.sahits.phpclassgenerator.DBField

Packages that use DBField
ch.sahits.phpclassgenerator   
 

Uses of DBField in ch.sahits.phpclassgenerator
 

Fields in ch.sahits.phpclassgenerator with type parameters of type DBField
private  java.util.Vector<DBField> DBStructure.fields
           
 

Methods in ch.sahits.phpclassgenerator that return DBField
 DBField[] DBStructure.getFieldsFor(java.lang.String[] columns)
          Extract the DBFields for the columns
 

Methods in ch.sahits.phpclassgenerator that return types with arguments of type DBField
 java.util.Vector<DBField> DBStructure.getFields()
           
 

Methods in ch.sahits.phpclassgenerator with parameters of type DBField
 boolean DBStructure.isPartPrimaryKey(DBField field)
          Check if the field is part of the primary key