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 String RowClassGenerator.generateRowInterface(Iterator pFieldDescriptors, RowInterfaceProperties pProps)
          Generates an interface based on a Database Row.
static String RowClassGenerator.generateRowInterface(RowCollection pRC, RowInterfaceProperties pProps)
          Generates an interface based on a Database Row.
static String RowClassGenerator.generateRowInterface(Table pTable, RowInterfaceProperties pProps)
          Generates an interface based on a Database Row.