xmlBlaster 2.2.0 contributions API

Uses of Class
org.xmlBlaster.contrib.dbwriter.info.SqlDescription

Packages that use SqlDescription
org.xmlBlaster.contrib.dbwriter.info   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
 

Uses of SqlDescription in org.xmlBlaster.contrib.dbwriter.info
 

Methods in org.xmlBlaster.contrib.dbwriter.info that return SqlDescription
 SqlDescription SqlInfo.getDescription()
           
 

Methods in org.xmlBlaster.contrib.dbwriter.info with parameters of type SqlDescription
static java.lang.String SqlDescription.getDifferences(SqlDescription description1, SqlDescription description2)
           
 void I_PrePostStatement.postStatement(java.lang.String operation, java.sql.Connection conn, SqlInfo info, SqlDescription tableDescription, SqlRow currentRow)
          This method is invoked in the ReplicationWriter just after an INSERT, UPDATE, DELETE, CREATE, ALTER, DROP is invoked on the specified entry (the row).
 boolean I_PrePostStatement.preStatement(java.lang.String operation, java.sql.Connection conn, SqlInfo info, SqlDescription tableDescription, SqlRow currentRow)
          This method is invoked in the ReplicationWriter just before an INSERT, UPDATE or DELETE and CREATE, ALTER, DROP is invoked on the specified entry (the row).
 void SqlInfo.setDescription(SqlDescription description)
           
 

Uses of SqlDescription in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication with parameters of type SqlDescription
 java.lang.String I_DbSpecific.createTableTrigger(SqlDescription infoDescription, TableToWatchInfo tableToWatch)
          Creates a string containing the trigger of the table to be watched.
 java.lang.String I_DbSpecific.getCreateTableStatement(SqlDescription infoDescription, I_Mapper mapper)
          Returns the statement necessary to create a new table.
 void SqlPrePostStatement.postStatement(java.lang.String operation, java.sql.Connection conn, SqlInfo info, SqlDescription tableDescription, SqlRow currentRow)
           
 boolean SqlPrePostStatement.preStatement(java.lang.String operation, java.sql.Connection conn, SqlInfo info, SqlDescription tableDescription, SqlRow currentRow)
           
 

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

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type SqlDescription
 java.lang.String SpecificPostgres.createTableFunction(SqlDescription infoDescription, java.lang.String functionName)
          This method creates a function to be associated to a trigger to detect INSERT DELETE and UPDATE operations on a particular table.
 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.
protected  java.lang.String SpecificPostgres.createVariableSqlPart(SqlDescription description, java.lang.String prefix)
           
protected  java.lang.String SpecificDB2.createVariableSqlPart(SqlDescription description, java.lang.String prefix, boolean containsLongs, boolean isInsert)
           
protected  java.lang.String SpecificOracle.createVariableSqlPart(SqlDescription description, java.lang.String prefix, boolean containsLongs, boolean isInsert, boolean useOid)
           
 java.lang.String SpecificDefault.getCreateTableStatement(SqlDescription infoDescription, I_Mapper mapper)
           
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.