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

Uses of SqlInfo in org.xmlBlaster.contrib.dbwriter
 

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).
 

Uses of SqlInfo in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication with parameters of type SqlInfo
 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
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type SqlInfo
 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)
           
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.