Uses of Class
org.apache.torque.util.JdbcTypedValue
-
Packages that use JdbcTypedValue Package Description org.apache.torque.util Misc. utility classes. -
-
Uses of JdbcTypedValue in org.apache.torque.util
Methods in org.apache.torque.util that return JdbcTypedValue Modifier and Type Method Description 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 Modifier and Type Method Description Set<Map.Entry<Column,JdbcTypedValue>>
ColumnValues. entrySet()
Collection<JdbcTypedValue>
ColumnValues. values()
Methods in org.apache.torque.util with parameters of type JdbcTypedValue Modifier and Type Method Description JdbcTypedValue
ColumnValues. put(Column key, JdbcTypedValue value)
Method parameters in org.apache.torque.util with type arguments of type JdbcTypedValue Modifier and Type Method Description int
BasePeerImpl. executeStatement(String statementString, String dbName, List<JdbcTypedValue> replacementValues)
Utility method which executes a given sql statement as prepared statement.int
BasePeerImpl. executeStatement(String statementString, String dbName, Map<String,JdbcTypedValue> replacementValues)
Utility method which executes a given sql statement as prepared statement.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, Connection con, Map<String,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, Map<String,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 Constructor Description ColumnValues(Map<Column,JdbcTypedValue> columnValues)
Constructor.ColumnValues(Map<Column,JdbcTypedValue> columnValues, String dbName)
Constructor.
-