Uses of Class
org.apache.torque.util.JdbcTypedValue

Packages that use JdbcTypedValue
org.apache.torque.util Misc. 
 

Uses of JdbcTypedValue in org.apache.torque.util
 

Methods in org.apache.torque.util that return JdbcTypedValue
 JdbcTypedValue ColumnValues.get(Object key)
           
 JdbcTypedValue ColumnValues.put(Column key, JdbcTypedValue value)
           
 JdbcTypedValue ColumnValues.remove(Object key)
           
 

Methods in org.apache.torque.util that return types with arguments of type JdbcTypedValue
 Set<Map.Entry<Column,JdbcTypedValue>> ColumnValues.entrySet()
           
 Collection<JdbcTypedValue> ColumnValues.values()
           
 

Methods in org.apache.torque.util with parameters of type JdbcTypedValue
 JdbcTypedValue ColumnValues.put(Column key, JdbcTypedValue value)
           
 

Method parameters in org.apache.torque.util with type arguments of type JdbcTypedValue
 int BasePeerImpl.executeStatement(String statementString, Connection con, List<JdbcTypedValue> replacementValues)
          Utility method which executes a given sql statement as prepared statement.
 int BasePeerImpl.executeStatement(String statementString, List<JdbcTypedValue> replacementValues)
          Utility method which executes a given sql statement as prepared statement.
 int BasePeerImpl.executeStatement(String statementString, String dbName, List<JdbcTypedValue> replacementValues)
          Utility method which executes a given sql statement as prepared statement.
 void ColumnValues.putAll(Map<? extends Column,? extends JdbcTypedValue> t)
           
 

Constructor parameters in org.apache.torque.util with type arguments of type JdbcTypedValue
ColumnValues(Map<Column,JdbcTypedValue> columnValues)
          Constructor.
ColumnValues(Map<Column,JdbcTypedValue> columnValues, TableMap table, String dbName)
          Constructor.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.