xmlBlaster 2.2.0 contributions API

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

Packages that use SqlRow
org.xmlBlaster.contrib.dbwriter.info   
org.xmlBlaster.contrib.replication   
 

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

Methods in org.xmlBlaster.contrib.dbwriter.info that return SqlRow
 SqlRow SqlRow.cloneRow()
           
 SqlRow SqlInfo.fillOneRow(java.sql.ResultSet rs, java.lang.String rawContent, I_AttributeTransformer transformer)
          Result set must come from a select spaning over a single table.
 SqlRow SqlInfo.fillOneRowWithObjects(java.sql.ResultSet rs, I_AttributeTransformer transformer)
          Result set must come from a select spaning over a single table.
 SqlRow SqlInfo.fillOneRowWithRandomData()
          This method is used for testing other applications, it generates a new row and adds it if possible.
 SqlRow SqlInfo.fillOneRowWithStringEntriesDEPRECATED(java.sql.ResultSet rs, I_AttributeTransformer transformer)
          Result set must come from a select spaning over a single table.
 

Methods in org.xmlBlaster.contrib.dbwriter.info with parameters of type SqlRow
 int SqlDescription.delete(java.sql.Connection conn, SqlRow row)
          Returns the number of entries deleted
 int SqlDescription.insert(java.sql.Connection conn, SqlRow row)
          Returns the number of entries inserted
 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).
 int SqlDescription.update(java.sql.Connection conn, SqlRow newRow, I_Parser parserForOld)
          Returns the number of entries updated
 

Uses of SqlRow in org.xmlBlaster.contrib.replication
 

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


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.