org.qi4j.index.sql.support.common
Class GenericDatabaseExplorer.DatabaseProcessorAdapter

java.lang.Object
  extended by org.qi4j.index.sql.support.common.GenericDatabaseExplorer.DatabaseProcessorAdapter
All Implemented Interfaces:
GenericDatabaseExplorer.DatabaseProcessor
Enclosing class:
GenericDatabaseExplorer

public abstract static class GenericDatabaseExplorer.DatabaseProcessorAdapter
extends Object
implements GenericDatabaseExplorer.DatabaseProcessor


Constructor Summary
GenericDatabaseExplorer.DatabaseProcessorAdapter()
           
 
Method Summary
 void beginProcessColumnInfo(String schemaName, String tableName, GenericDatabaseExplorer.ColumnInfo colInfo, GenericDatabaseExplorer.ForeignKeyInfo fkInfo)
           
 void beginProcessColumns(String schemaName, String tableName, String tableRemarks)
           
 void beginProcessRowInfo(String schemaName, String tableName, Object[] rowContents)
           
 void beginProcessRows(String schemaName, String tableName, String tableRemarks)
           
 void beginProcessSchemaInfo(String schemaName)
           
 void beginProcessTableInfo(String schemaName, String tableName, String remarks)
           
 void endProcessColumnInfo(String schemaName, String tableName, GenericDatabaseExplorer.ColumnInfo colInfo, GenericDatabaseExplorer.ForeignKeyInfo fkInfo)
           
 void endProcessColumns(String schemaName, String tableName, String tableRemarks)
           
 void endProcessRowInfo(String schemaName, String tableName, Object[] rowContents)
           
 void endProcessRows(String schemaName, String tableName, String tableRemarks)
           
 void endProcessSchemaInfo(String schemaName)
           
 void endProcessTableInfo(String schemaName, String tableName, String remarks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericDatabaseExplorer.DatabaseProcessorAdapter

public GenericDatabaseExplorer.DatabaseProcessorAdapter()
Method Detail

beginProcessColumnInfo

public void beginProcessColumnInfo(String schemaName,
                                   String tableName,
                                   GenericDatabaseExplorer.ColumnInfo colInfo,
                                   GenericDatabaseExplorer.ForeignKeyInfo fkInfo)
Specified by:
beginProcessColumnInfo in interface GenericDatabaseExplorer.DatabaseProcessor

beginProcessColumns

public void beginProcessColumns(String schemaName,
                                String tableName,
                                String tableRemarks)
Specified by:
beginProcessColumns in interface GenericDatabaseExplorer.DatabaseProcessor

beginProcessRowInfo

public void beginProcessRowInfo(String schemaName,
                                String tableName,
                                Object[] rowContents)
Specified by:
beginProcessRowInfo in interface GenericDatabaseExplorer.DatabaseProcessor

beginProcessRows

public void beginProcessRows(String schemaName,
                             String tableName,
                             String tableRemarks)
Specified by:
beginProcessRows in interface GenericDatabaseExplorer.DatabaseProcessor

beginProcessSchemaInfo

public void beginProcessSchemaInfo(String schemaName)
Specified by:
beginProcessSchemaInfo in interface GenericDatabaseExplorer.DatabaseProcessor

beginProcessTableInfo

public void beginProcessTableInfo(String schemaName,
                                  String tableName,
                                  String remarks)
Specified by:
beginProcessTableInfo in interface GenericDatabaseExplorer.DatabaseProcessor

endProcessColumnInfo

public void endProcessColumnInfo(String schemaName,
                                 String tableName,
                                 GenericDatabaseExplorer.ColumnInfo colInfo,
                                 GenericDatabaseExplorer.ForeignKeyInfo fkInfo)
Specified by:
endProcessColumnInfo in interface GenericDatabaseExplorer.DatabaseProcessor

endProcessColumns

public void endProcessColumns(String schemaName,
                              String tableName,
                              String tableRemarks)
Specified by:
endProcessColumns in interface GenericDatabaseExplorer.DatabaseProcessor

endProcessRowInfo

public void endProcessRowInfo(String schemaName,
                              String tableName,
                              Object[] rowContents)
Specified by:
endProcessRowInfo in interface GenericDatabaseExplorer.DatabaseProcessor

endProcessRows

public void endProcessRows(String schemaName,
                           String tableName,
                           String tableRemarks)
Specified by:
endProcessRows in interface GenericDatabaseExplorer.DatabaseProcessor

endProcessSchemaInfo

public void endProcessSchemaInfo(String schemaName)
Specified by:
endProcessSchemaInfo in interface GenericDatabaseExplorer.DatabaseProcessor

endProcessTableInfo

public void endProcessTableInfo(String schemaName,
                                String tableName,
                                String remarks)
Specified by:
endProcessTableInfo in interface GenericDatabaseExplorer.DatabaseProcessor