xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.contrib.dbwatcher.convert.I_AttributeTransformer

Packages that use I_AttributeTransformer
org.xmlBlaster.contrib.dbwatcher.convert   
org.xmlBlaster.contrib.dbwriter.info   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
 

Uses of I_AttributeTransformer in org.xmlBlaster.contrib.dbwatcher.convert
 

Fields in org.xmlBlaster.contrib.dbwatcher.convert declared as I_AttributeTransformer
protected  I_AttributeTransformer ResultSetToXmlConverter.transformer
           
 

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

Methods in org.xmlBlaster.contrib.dbwriter.info with parameters of type I_AttributeTransformer
 void SqlInfo.fillFromTableSelectDELETED(java.sql.ResultSet rs, boolean fillData, I_AttributeTransformer transformer)
          Deprecated.  
 boolean SqlInfo.fillMetadata(java.sql.Connection conn, java.lang.String catalog, java.lang.String schema, java.lang.String table, java.sql.ResultSet queryRs, I_AttributeTransformer transformer)
          Fills the object with the metadata.
 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.fillOneRowWithStringEntriesDEPRECATED(java.sql.ResultSet rs, I_AttributeTransformer transformer)
          Result set must come from a select spaning over a single table.
 

Uses of I_AttributeTransformer in org.xmlBlaster.contrib.replication
 

Fields in org.xmlBlaster.contrib.replication declared as I_AttributeTransformer
private  I_AttributeTransformer ReplicationConverter.transformer
           
 

Methods in org.xmlBlaster.contrib.replication with parameters of type I_AttributeTransformer
 java.lang.String I_DbSpecific.getContentFromGuid(java.lang.String guid, java.lang.String catalog, java.lang.String schema, java.lang.String table, I_AttributeTransformer transformer)
          This is used for cases where it was not possible to retrieve the (new) content of an entry synchronously in the PL/SQL Code.
 void I_DbSpecific.setAttributeTransformer(I_AttributeTransformer transformer)
           
 

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

Fields in org.xmlBlaster.contrib.replication.impl declared as I_AttributeTransformer
protected  I_AttributeTransformer SpecificDefault.transformer
           
private  I_AttributeTransformer RsToSqlInfo.transformer
           
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type I_AttributeTransformer
 java.lang.String SpecificDbReadonly.getContentFromGuid(java.lang.String guid, java.lang.String catalog, java.lang.String schema, java.lang.String table, I_AttributeTransformer transformer)
           
 java.lang.String SpecificOracle.getContentFromGuid(java.lang.String guid, java.lang.String catalog, java.lang.String schema, java.lang.String table, I_AttributeTransformer transformer)
           
 java.lang.String SpecificDB2.getContentFromGuid(java.lang.String guid, java.lang.String catalog, java.lang.String schema, java.lang.String table, I_AttributeTransformer transformer)
           
 java.lang.String SpecificPostgres.getContentFromGuid(java.lang.String guid, java.lang.String catalog, java.lang.String schema, java.lang.String table, I_AttributeTransformer transformer)
           
 void SpecificDefault.setAttributeTransformer(I_AttributeTransformer transformer)
           
 

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


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.