xmlBlaster 1.6.2 API

Uses of Class
org.xmlBlaster.contrib.replication.TableToWatchInfo

Packages that use TableToWatchInfo
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
 

Uses of TableToWatchInfo in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication that return TableToWatchInfo
static TableToWatchInfo[] TableToWatchInfo.getTablesToWatch(java.sql.Connection conn, I_Info originalInfo)
          Gets an array containing all the tables to watch found in this configuration info object.
private static TableToWatchInfo TableToWatchInfo.get(java.sql.ResultSet rs, TableToWatchInfo tableToWatch)
           
static TableToWatchInfo TableToWatchInfo.get(java.sql.Connection conn, java.lang.String tableName, java.lang.String catalog, java.lang.String schema, java.lang.String table, TableToWatchInfo tableToWatch)
           
static TableToWatchInfo[] TableToWatchInfo.getAll(java.sql.Connection conn, java.lang.String confTableName)
          Gets the entire configuration information of the configuration table specified in the argument list.
 

Methods in org.xmlBlaster.contrib.replication with parameters of type TableToWatchInfo
 java.lang.String I_DbSpecific.createTableTrigger(SqlDescription infoDescription, TableToWatchInfo tableToWatch)
          Creates a string containing the trigger of the table to be watched.
 boolean I_DbSpecific.addTableToWatch(TableToWatchInfo tableToWatch, boolean force, java.lang.String[] destinations, boolean forceSend)
          Adds a table to be watcher/replicated.
 void I_DbSpecific.removeTableToWatch(TableToWatchInfo tableToWatch, boolean removeAlsoSchemaTrigger)
          Removes a table from the repl_tables.
 boolean I_DbSpecific.triggerExists(java.sql.Connection conn, TableToWatchInfo tableToWatch)
          Checks wether a trigger really exists or not.
private static java.lang.String[] TableToWatchInfo.getTablesForSchema(java.lang.String prefixToAdd, java.sql.Connection conn, TableToWatchInfo tableToWatch)
          Returns all table names for the given catalog and schema.
private static TableToWatchInfo TableToWatchInfo.get(java.sql.ResultSet rs, TableToWatchInfo tableToWatch)
           
static TableToWatchInfo TableToWatchInfo.get(java.sql.Connection conn, java.lang.String tableName, java.lang.String catalog, java.lang.String schema, java.lang.String table, TableToWatchInfo tableToWatch)
           
 

Uses of TableToWatchInfo in org.xmlBlaster.contrib.replication.impl
 

Methods in org.xmlBlaster.contrib.replication.impl that return TableToWatchInfo
private  TableToWatchInfo SpecificDefault.getTableToWatch(java.sql.Connection conn, java.lang.String catalog, java.lang.String schema, java.lang.String tableName)
           
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type TableToWatchInfo
private  void SpecificDefault.addTrigger(java.sql.Connection conn, TableToWatchInfo tableToWatch, SqlInfo sqlInfo, boolean force)
          Adds a trigger.
 boolean SpecificDefault.addTableToWatch(TableToWatchInfo firstTableToWatch, boolean force, java.lang.String[] destinations, boolean forceSend)
           
 void SpecificDefault.removeTableToWatch(TableToWatchInfo tableToWatch, boolean removeAlsoSchemaTrigger)
           
 java.lang.String SpecificDbReadonly.createTableTrigger(SqlDescription infoDescription, TableToWatchInfo tableToWatch)
           
 boolean SpecificDbReadonly.triggerExists(java.sql.Connection conn, TableToWatchInfo tableToWatch)
           
 java.lang.String SpecificPostgres.createTableTrigger(SqlDescription infoDescription, TableToWatchInfo tableToWatch)
          This method creates a trigger to detect INSERT DELETE and UPDATE operations on a particular table.
 boolean SpecificPostgres.triggerExists(java.sql.Connection conn, TableToWatchInfo tableToWatch)
           
 java.lang.String SpecificDB2.createTableTrigger(SqlDescription infoDescription, TableToWatchInfo tableToWatch)
           
 boolean SpecificDB2.triggerExists(java.sql.Connection conn, TableToWatchInfo tableToWatch)
           
 java.lang.String SpecificOracle.createTableTrigger(SqlDescription infoDescription, TableToWatchInfo tableToWatch)
           
 boolean SpecificOracle.triggerExists(java.sql.Connection conn, TableToWatchInfo tableToWatch)
           
 


xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.