public static class PostgresDbEngineDialect.PostgresJdbcTemplate
extends org.springframework.jdbc.core.JdbcTemplate
JdbcTemplate
extension for PostgreSQL DB, for stripping the 'v_' prefix from parameters returned by
function calls.Constructor and Description |
---|
PostgresDbEngineDialect.PostgresJdbcTemplate(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
protected Map |
extractOutputParameters(CallableStatement cs,
List parameters) |
applyStatementSettings, batchUpdate, batchUpdate, batchUpdate, batchUpdate, batchUpdate, call, createConnectionProxy, createResultsMap, execute, execute, execute, execute, execute, execute, execute, extractReturnedResults, getColumnMapRowMapper, getFetchSize, getMaxRows, getNativeJdbcExtractor, getQueryTimeout, getSingleColumnRowMapper, handleWarnings, handleWarnings, isIgnoreWarnings, isResultsMapCaseInsensitive, isSkipResultsProcessing, isSkipUndeclaredResults, newArgPreparedStatementSetter, newArgTypePreparedStatementSetter, processResultSet, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, queryForInt, queryForInt, queryForInt, queryForList, queryForList, queryForList, queryForList, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForLong, queryForMap, queryForMap, queryForMap, queryForObject, queryForObject, queryForObject, queryForObject, queryForObject, queryForObject, queryForObject, queryForObject, queryForRowSet, queryForRowSet, queryForRowSet, setFetchSize, setIgnoreWarnings, setMaxRows, setNativeJdbcExtractor, setQueryTimeout, setResultsMapCaseInsensitive, setSkipResultsProcessing, setSkipUndeclaredResults, update, update, update, update, update, update, update
public PostgresDbEngineDialect.PostgresJdbcTemplate(DataSource dataSource)
JdbcTemplate.JdbcTemplate(DataSource)
protected Map extractOutputParameters(CallableStatement cs, List parameters) throws SQLException
extractOutputParameters
in class org.springframework.jdbc.core.JdbcTemplate
SQLException
Copyright © 2012. All Rights Reserved.