xmlBlaster 2.2.0 API

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

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

Uses of SqlDescription in org.xmlBlaster.contrib.dbwriter
 

Fields in org.xmlBlaster.contrib.dbwriter declared as SqlDescription
private  SqlDescription SqlInfoParser.recordDescription
           
 

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

Fields in org.xmlBlaster.contrib.dbwriter.info declared as SqlDescription
private  SqlDescription SqlInfo.description
           
 

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)
           
private static java.lang.String SqlDescription.getVal(SqlDescription description, java.lang.String key)
           
 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)
           
private static void SqlDescription.setVal(SqlDescription description, java.lang.String key, java.lang.String val)
           
 

Uses of SqlDescription in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication that return SqlDescription
private  SqlDescription ReplicationWriter.getTableDescription(java.lang.String catalog, java.lang.String schema, java.lang.String tableName, java.sql.Connection conn)
          Returns the structure information of the table in question.
 

Methods in org.xmlBlaster.contrib.replication with parameters of type SqlDescription
private static boolean TableToWatchInfo.checkIfForeignKeysAreResolved(SqlDescription desc, java.util.Set setOfProcessedTables, java.util.Map allTables)
          Checks if there are foreign keys which are not resolved yet
 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.
private  java.lang.String ReplicationWriter.getStringAttribute(java.lang.String key, SqlRow row, SqlDescription description)
          It first searches in the row and if nothing found it searches in the description.
 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
private  boolean SpecificOracle.checkIfContainsLongs(SqlDescription description)
           
 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.
private  java.lang.String SpecificPostgres.createTableTrigger(SqlDescription infoDescription, java.lang.String triggerName, java.lang.String replFlags)
           
 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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.