xmlBlaster 2.2.0 contributions 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.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.
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.
 

Methods in org.xmlBlaster.contrib.replication with parameters of type TableToWatchInfo
 boolean I_DbSpecific.addTableToWatch(TableToWatchInfo tableToWatch, boolean force, java.lang.String[] destinations, boolean forceSend)
          Adds a table to be watcher/replicated.
 java.lang.String I_DbSpecific.createTableTrigger(SqlDescription infoDescription, TableToWatchInfo tableToWatch)
          Creates a string containing the trigger of the table to be watched.
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)
           
 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.
 

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

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type TableToWatchInfo
 boolean SpecificDefault.addTableToWatch(TableToWatchInfo firstTableToWatch, boolean force, java.lang.String[] destinations, boolean forceSend)
           
 java.lang.String SpecificDbReadonly.createTableTrigger(SqlDescription infoDescription, TableToWatchInfo tableToWatch)
           
 java.lang.String SpecificOracle.createTableTrigger(SqlDescription infoDescription, TableToWatchInfo tableToWatch)
           
 java.lang.String SpecificDB2.createTableTrigger(SqlDescription infoDescription, 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.
 void SpecificDefault.removeTableToWatch(TableToWatchInfo tableToWatch, boolean removeAlsoSchemaTrigger)
           
 boolean SpecificDbReadonly.triggerExists(java.sql.Connection conn, TableToWatchInfo tableToWatch)
           
 boolean SpecificOracle.triggerExists(java.sql.Connection conn, TableToWatchInfo tableToWatch)
           
 boolean SpecificDB2.triggerExists(java.sql.Connection conn, TableToWatchInfo tableToWatch)
           
 boolean SpecificPostgres.triggerExists(java.sql.Connection conn, TableToWatchInfo tableToWatch)
           
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.