| Package | Description | 
|---|---|
| org.apache.torque.util | Misc. | 
| Modifier and Type | Method and Description | 
|---|---|
| JdbcTypedValue | ColumnValues. get(Object key) | 
| JdbcTypedValue | ColumnValues. put(Column key,
   JdbcTypedValue value) | 
| JdbcTypedValue | ColumnValues. remove(Object key) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Map.Entry<Column,JdbcTypedValue>> | ColumnValues. entrySet() | 
| Collection<JdbcTypedValue> | ColumnValues. values() | 
| Modifier and Type | Method and Description | 
|---|---|
| JdbcTypedValue | ColumnValues. put(Column key,
   JdbcTypedValue value) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| 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. | 
| void | ColumnValues. putAll(Map<? extends Column,? extends JdbcTypedValue> t) | 
| Constructor and Description | 
|---|
| ColumnValues(Map<Column,JdbcTypedValue> columnValues)Constructor. | 
| ColumnValues(Map<Column,JdbcTypedValue> columnValues,
            String dbName)Constructor. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.