Uses of Class
com.sibvisions.rad.persist.jdbc.DBStorage

Packages that use DBStorage
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
 

Uses of DBStorage in com.sibvisions.rad.persist.jdbc
 

Methods in com.sibvisions.rad.persist.jdbc that return types with arguments of type DBStorage
 java.util.Map<java.lang.String,DBStorage> DBStorage.getSubStorages()
          Gets all known sub storages as key/value pair.
 

Methods in com.sibvisions.rad.persist.jdbc with parameters of type DBStorage
 void DBStorage.createAutomaticLinkReference(java.lang.String[] pColumns, DBStorage pDBStorage, java.lang.String[] pReferenceColumns)
          Creates and sets a new StorageReferenceDefinition with the specified DBStorage and columns and reference columns on all pColumns.
protected  java.lang.String DBStorage.createSubStorageName(DBStorage pDBStorage)
          Creates the sub storage name for an AutomaticLinkReference.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.