Uses of Interface
net.sourceforge.backpedal.api.db.TableMetadata

Packages that use TableMetadata
net.sourceforge.backpedal.api.core   
net.sourceforge.backpedal.api.db   
net.sourceforge.backpedal.impl.core   
net.sourceforge.backpedal.impl.db   
 

Uses of TableMetadata in net.sourceforge.backpedal.api.core
 

Methods in net.sourceforge.backpedal.api.core with parameters of type TableMetadata
 Collection BindVariableResolver.getBindVariableSetsForMutatedRows(ParsedStatement parsedStatement, BindVariableSet bindVariableSet, TableMetadata tableMetadata, Connection connection)
          For all the rows affected by parsedStatement, return a BindVariableSet instance that contains the current values for all thr columns affected by parsedStatement.
 

Uses of TableMetadata in net.sourceforge.backpedal.api.db
 

Methods in net.sourceforge.backpedal.api.db that return TableMetadata
 TableMetadata MetadataManager.lookupMetadata(Connection connection, String tableName)
           
 

Uses of TableMetadata in net.sourceforge.backpedal.impl.core
 

Methods in net.sourceforge.backpedal.impl.core with parameters of type TableMetadata
 Collection BindVariableResolverImpl.getBindVariableSetsForMutatedRows(ParsedStatement parsedStatement, BindVariableSet bindVariableSet, TableMetadata tableMetadata, Connection connection)
           
 

Uses of TableMetadata in net.sourceforge.backpedal.impl.db
 

Classes in net.sourceforge.backpedal.impl.db that implement TableMetadata
 class TableMetadataImpl
           
 

Methods in net.sourceforge.backpedal.impl.db that return TableMetadata
 TableMetadata MetadataManagerImpl.lookupMetadata(Connection connection, String tableName)
           
 



Copyright © Sourceforge. All Rights Reserved.