xmlBlaster 2.2.0 API

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

Packages that use SqlInfo
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.contrib.dbwriter.info   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.test.contrib.replication   
 

Uses of SqlInfo in org.xmlBlaster.contrib.dbwriter
 

Fields in org.xmlBlaster.contrib.dbwriter declared as SqlInfo
private  SqlInfo SqlInfoParser.updateRecord
           
 

Methods in org.xmlBlaster.contrib.dbwriter that return SqlInfo
 SqlInfo SqlInfoParser.parse(java.io.InputStream is, java.lang.String encoding)
           
 SqlInfo I_Parser.parse(java.io.InputStream data, java.lang.String encoding)
           
 SqlInfo SqlInfoParser.parse(java.lang.String data)
           
 SqlInfo SqlInfoParser.readObject(java.io.InputStream is, java.lang.String encoding)
          Parses the given xml Qos and returns a StatusQosData holding the data.
 

Methods in org.xmlBlaster.contrib.dbwriter with parameters of type SqlInfo
 void I_Writer.store(SqlInfo info)
           
 void DefaultWriter.store(SqlInfo info)
           
 

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

Methods in org.xmlBlaster.contrib.dbwriter.info that return SqlInfo
static SqlInfo SqlInfo.getStructure(I_Info info)
           
 

Methods in org.xmlBlaster.contrib.dbwriter.info with parameters of type SqlInfo
 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).
private static void SqlDescription.processMapping(SqlInfo sqlInfo, I_Mapper mapper)
           
 

Uses of SqlInfo in org.xmlBlaster.contrib.replication
 

Fields in org.xmlBlaster.contrib.replication declared as SqlInfo
private  SqlInfo ReplicationConverter.sqlInfo
           
 

Methods in org.xmlBlaster.contrib.replication that return SqlInfo
private  SqlInfo ReplicationWriter.getTableDescriptionFromCache(java.lang.String catalog, java.lang.String schema, java.lang.String tableName)
           
 

Methods in org.xmlBlaster.contrib.replication with parameters of type SqlInfo
private  void ReplicationWriter.addToSqlInfoCache(SqlInfo sqlInfo)
           
private  boolean ReplicationWriter.checkIfAlreadyProcessed(SqlInfo dbInfo)
          Checks weather an entry has already been processed, in which case it will not be processed anymore
 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)
           
 void ReplicationWriter.store(SqlInfo dbInfo)
           
 void ReplicationDumper.store(SqlInfo dbInfo)
           
 

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

Fields in org.xmlBlaster.contrib.replication.impl declared as SqlInfo
private  SqlInfo RsToSqlInfo.sqlInfo
           
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type SqlInfo
private  void SpecificDefault.addTrigger(java.sql.Connection conn, TableToWatchInfo tableToWatch, SqlInfo sqlInfo, boolean force)
          Adds a trigger.
 java.lang.String InitialUpdater.publishCreate(int counter, SqlInfo updateInfo, long newReplKey, java.lang.String destination)
          Publishes a 'CREATE TABLE' operation to the XmlBlaster.
 

Constructors in org.xmlBlaster.contrib.replication.impl with parameters of type SqlInfo
RsToSqlInfo(InitialUpdater initialUpdater, SqlInfo sqlInfo, java.util.Set cancelledUpdates, I_AttributeTransformer transformer, long newReplKey, int rowsPerMessage, java.lang.String destination)
           
 

Uses of SqlInfo in org.xmlBlaster.test.contrib.replication
 

Methods in org.xmlBlaster.test.contrib.replication that return SqlInfo
private  SqlInfo TestHelperClasses.createMsg(I_Info info, java.lang.String oldFirst, java.lang.String oldSecond, java.lang.String first, java.lang.String second, java.lang.String fifth, int replKey)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.