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

All Known Implementing Classes:
TableManager.CatalogChecker
Enclosing class:
TableManager

protected static interface TableManager.CheckingStrategy


Method Summary
 boolean checkColumn(String fieldName)
           
 String columnName()
           
 int columnType()
           
 String columnTypeName()
           
 boolean hasMoreColumns()
           
 boolean shouldCreate()
           
 

Method Detail

hasMoreColumns

boolean hasMoreColumns()
                       throws SQLException
Throws:
SQLException

columnName

String columnName()
                  throws SQLException
Throws:
SQLException

columnType

int columnType()
               throws SQLException
Throws:
SQLException

columnTypeName

String columnTypeName()
                      throws SQLException
Throws:
SQLException

checkColumn

boolean checkColumn(String fieldName)
                    throws SQLException
Throws:
SQLException

shouldCreate

boolean shouldCreate()
                     throws SQLException
Throws:
SQLException