xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.contrib.db.DbMetaHelper

Packages that use DbMetaHelper
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.db   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.test.contrib.replication   
 

Uses of DbMetaHelper in org.xmlBlaster.contrib
 

Methods in org.xmlBlaster.contrib with parameters of type DbMetaHelper
static java.util.Map InfoHelper.getObjectsWithKeyStartingWith(java.lang.String prefix, I_Info info, DbMetaHelper dbHelper)
          Returns the subset of objects (not normal properties) found in the I_Info object starting with the specified prefix.
static java.util.Map InfoHelper.getPropertiesEndingWith(java.lang.String postfix, I_Info info, DbMetaHelper dbHelper, java.lang.String newPostfix)
          Returns the subset of properties found in the I_Info object ending with the specified postfix.
static java.util.Map InfoHelper.getPropertiesStartingWith(java.lang.String prefix, I_Info info, DbMetaHelper dbHelper)
           
static java.util.Map InfoHelper.getPropertiesStartingWith(java.lang.String prefix, I_Info info, DbMetaHelper dbHelper, java.lang.String newPrefix)
          Returns the subset of properties found in the I_Info object starting with the specified prefix.
 

Uses of DbMetaHelper in org.xmlBlaster.contrib.db
 

Fields in org.xmlBlaster.contrib.db declared as DbMetaHelper
private  DbMetaHelper DbStorage.dbHelper
           
 

Uses of DbMetaHelper in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication with parameters of type DbMetaHelper
private  java.util.Map SqlPrePostStatement.getCodeMap(java.lang.String prefix, I_Info info, DbMetaHelper dbMetaHelper)
          Gets a map of all codes having as key the complete table name and as value the callable statement to invoke (already correct for jdbc callableStatement invocation).
 

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

Fields in org.xmlBlaster.contrib.replication.impl declared as DbMetaHelper
protected  DbMetaHelper SpecificDefault.dbMetaHelper
           
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type DbMetaHelper
protected  void SearchableConfig.doInit(I_Info info, DbMetaHelper dbHelper)
           
protected  void DefaultMapper.doInit(I_Info info, DbMetaHelper dbHelper)
           
 

Uses of DbMetaHelper in org.xmlBlaster.test.contrib.replication
 

Fields in org.xmlBlaster.test.contrib.replication declared as DbMetaHelper
private  DbMetaHelper TestSyncPart.dbHelper
           
private  DbMetaHelper TestDbSpecific.dbHelper
           
(package private)  DbMetaHelper TestReplicationWriter.dbHelper
           
private  DbMetaHelper TestDbBasics.dbHelper
           
private  DbMetaHelper TestReplication.dbHelper
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.