Uses of Interface
org.makumba.db.makumba.sql.TableManager.CheckingStrategy

Packages that use TableManager.CheckingStrategy
org.makumba.db.makumba.sql The generic SQL-92 implementation of the makumba database layer. 
 

Uses of TableManager.CheckingStrategy in org.makumba.db.makumba.sql
 

Classes in org.makumba.db.makumba.sql that implement TableManager.CheckingStrategy
(package private)  class TableManager.CatalogChecker
           
 

Methods in org.makumba.db.makumba.sql with parameters of type TableManager.CheckingStrategy
protected  void TableManager.alter(SQLDBConnection dbc, TableManager.CheckingStrategy cs, boolean alter)
          checks if an alteration is needed, and calls doAlter if so
protected  void MysqlTableManager.alter(SQLDBConnection dbc, TableManager.CheckingStrategy cs, boolean alter)
          checks if an alteration is needed, and calls doAlter if so