Uses of Class
org.vizzini.database.TableData

Packages that use TableData
org.vizzini.database Provides database classes for the game framework. 
 

Uses of TableData in org.vizzini.database
 

Methods in org.vizzini.database that return TableData
protected  TableData DBDescriptor.createJunctionTableData(JunctionData junctionData)
          Create a junction table data object from the given junction data.
 TableData DBDescriptor.getTableData(String tableName)
          Return the table data with the given name.
 

Methods in org.vizzini.database with parameters of type TableData
 void DBDescriptor.add(TableData tableData)
          Add the given table data.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02