|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
SqlInfo.fillOneRowWithStringEntriesDEPRECATED(java.sql.ResultSet rs,
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.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.fillOneRowWithRandomData()
This method is used for testing other applications, it generates a new row and adds it if possible. |
SqlRow |
SqlRow.cloneRow()
|
| Methods in org.xmlBlaster.contrib.dbwriter.info with parameters of type SqlRow | |
private java.lang.String |
SqlDescription.createWhereStatement(SqlRow row,
java.util.List searchEntries)
|
private java.lang.String |
SqlDescription.createInsertStatement(SqlRow row,
java.util.List searchEntries)
|
private java.lang.String |
SqlDescription.createSetStatement(SqlRow row,
java.util.List searchEntries)
|
int |
SqlDescription.update(java.sql.Connection conn,
SqlRow newRow,
I_Parser parserForOld)
Returns the number of entries updated |
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 |
private static void |
SqlRow.addCopyOfAttributesAndColumns(SqlRow source,
SqlRow dest)
|
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 |
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). |
| Uses of SqlRow in org.xmlBlaster.contrib.replication |
| Methods in org.xmlBlaster.contrib.replication with parameters of type SqlRow | |
boolean |
SqlPrePostStatement.preStatement(java.lang.String operation,
java.sql.Connection conn,
SqlInfo info,
SqlDescription tableDescription,
SqlRow currentRow)
|
void |
SqlPrePostStatement.postStatement(java.lang.String operation,
java.sql.Connection conn,
SqlInfo info,
SqlDescription tableDescription,
SqlRow currentRow)
|
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. |
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||