Uses of Class
planetj.dataengine.RowInterfaceProperties

Packages that use RowInterfaceProperties
planetj.dataengine   
 

Uses of RowInterfaceProperties in planetj.dataengine
 

Methods in planetj.dataengine with parameters of type RowInterfaceProperties
static java.lang.String RowClassGenerator.generateRowInterface(java.util.Iterator pFieldDescriptors, RowInterfaceProperties pProps)
          Generates an interface based on a Database Row.
static java.lang.String RowClassGenerator.generateRowInterface(RowCollection pRC, RowInterfaceProperties pProps)
          Generates an interface based on a Database Row.
static java.lang.String RowClassGenerator.generateRowInterface(Table pTable, RowInterfaceProperties pProps)
          Generates an interface based on a Database Row.