Uses of Class
org.apache.torque.util.JdbcTypedValue
Packages that use JdbcTypedValue
-
Uses of JdbcTypedValue in org.apache.torque.util
Methods in org.apache.torque.util that return JdbcTypedValueMethods in org.apache.torque.util that return types with arguments of type JdbcTypedValueMethods in org.apache.torque.util with parameters of type JdbcTypedValueMethod parameters in org.apache.torque.util with type arguments of type JdbcTypedValueModifier and TypeMethodDescriptionintBasePeerImpl.executeStatement(String statementString, String dbName, List<JdbcTypedValue> replacementValues) Utility method which executes a given sql statement as prepared statement.intBasePeerImpl.executeStatement(String statementString, String dbName, Map<String, JdbcTypedValue> replacementValues) Utility method which executes a given sql statement as prepared statement.intBasePeerImpl.executeStatement(String statementString, Connection con, List<JdbcTypedValue> replacementValues) Utility method which executes a given sql statement as prepared statement.intBasePeerImpl.executeStatement(String statementString, Connection con, Map<String, JdbcTypedValue> replacementValues) Utility method which executes a given sql statement as prepared statement.intBasePeerImpl.executeStatement(String statementString, List<JdbcTypedValue> replacementValues) Utility method which executes a given sql statement as prepared statement.intBasePeerImpl.executeStatement(String statementString, Map<String, JdbcTypedValue> replacementValues) Utility method which executes a given sql statement as prepared statement.voidColumnValues.putAll(Map<? extends Column, ? extends JdbcTypedValue> t) Constructor parameters in org.apache.torque.util with type arguments of type JdbcTypedValueModifierConstructorDescriptionColumnValues(Map<Column, JdbcTypedValue> columnValues) Constructor.ColumnValues(Map<Column, JdbcTypedValue> columnValues, String dbName) Constructor.