Uses of Class
com.zphinx.spine.data.DataPack

Packages that use DataPack
com.zphinx.spine.data.impl Implementation of abstraction classes for data interchange used in the data layers of the Spine application. 
com.zphinx.spine.utils Utility classes and helpers needed by other classes and interfaces. 
 

Uses of DataPack in com.zphinx.spine.data.impl
 

Methods in com.zphinx.spine.data.impl that return DataPack
protected  DataPack AbstractDataBaseDAO.createDataPack(int i, String tableName, String setClause)
          Creates a DataPack
 

Uses of DataPack in com.zphinx.spine.utils
 

Methods in com.zphinx.spine.utils with parameters of type DataPack
 String PreparedData.delete(DataPack dp)
          Creates a delete prepared statement
protected  String PreparedData.getWhereString(DataPack dataPack, String sql)
          Gets the where statement and conditions
 String PreparedData.insert(DataPack dp)
          Creates an insert prepared statement
 String PreparedData.select(DataPack dp)
          Creates a select prepared statement
 String PreparedData.selectDistinct(DataPack dp)
          Creates a select distinct prepared statement
 String PreparedData.update(DataPack dp)
          Creates an update prepared statement