xmlBlaster 2.2.0 API

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

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

Uses of SqlRow in org.xmlBlaster.contrib.dbwriter
 

Fields in org.xmlBlaster.contrib.dbwriter declared as SqlRow
private  SqlRow SqlInfoParser.recordRow
           
 

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
private static void SqlRow.addCopyOfAttributesAndColumns(SqlRow source, SqlRow dest)
           
private  java.lang.String SqlDescription.createInsertStatement(SqlRow row, java.util.List searchEntries)
           
private  java.lang.String SqlDescription.createSetStatement(SqlRow row, java.util.List searchEntries)
           
private  java.lang.String SqlDescription.createWhereStatement(SqlRow row, java.util.List searchEntries)
           
 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
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.
private  int ReplicationWriter.modifyColumnsIfNecessary(java.lang.String originalCatalog, java.lang.String originalSchema, java.lang.String originalTable, SqlRow row)
          Returns the number of columns modified.
 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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.