Uses of Class
net.sf.jso.sql.TableDescriptor

Packages that use TableDescriptor
net.sf.jso.schema   
net.sf.jso.sql   
 

Uses of TableDescriptor in net.sf.jso.schema
 

Methods in net.sf.jso.schema that return TableDescriptor
 TableDescriptor ClassDescriptor.getTableDescriptor()
          Returns a table descriptor for this class descriptor.
 

Uses of TableDescriptor in net.sf.jso.sql
 

Methods in net.sf.jso.sql with parameters of type TableDescriptor
 void JSODatabase.createTable(TableDescriptor aTable, java.sql.Connection aConnection)
          Creates a table in the database.
 void DatabaseInterface.createTable(TableDescriptor aTable, java.sql.Connection aConnection)
          Creates a table in the database.