Uses of Class
org.gswing.components.common.db.DbTable

Packages that use DbTable
org.gswing.components.input Package contains the gswing database insertion packages and classes. 
org.gswing.framework.services Package contains gswing framework services interfaces. 
 

Uses of DbTable in org.gswing.components.input
 

Methods in org.gswing.components.input with parameters of type DbTable
 void DbWriteAccess.createIndex(DbTable table, String column)
          Create index on a table column.
 boolean DbWriteAccess.createTable(DbTable table)
          Create a new table in the database.
 

Uses of DbTable in org.gswing.framework.services
 

Methods in org.gswing.framework.services with parameters of type DbTable
 void IDbWriteAccess.createIndex(DbTable table, String column)
          Create index on a table column.
 boolean IDbWriteAccess.createTable(DbTable table)
          Create a new table in the database.
 



Copyright © 2008. All Rights Reserved.