A B C G N O P R S T U V 

A

array - Variable in class com.github.ferstl.spring.jdbc.oracle.SqlOracleArrayValue
 

B

batchUpdate(String, SqlParameterSource[]) - Method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate
 

C

cleanup() - Method in class com.github.ferstl.spring.jdbc.oracle.SqlOracleArrayValue
cleanupParameters() - Method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
com.github.ferstl.spring.jdbc.oracle - package com.github.ferstl.spring.jdbc.oracle
 
convertToBindable(Object) - Static method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
OJDBC does not support binding common Java types most notably Date this method converts some of the to bindable types.
convertToSqlTemporal(Date) - Static method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
Converts a Date that is not a java.sql type to a Timestamp.
copyDate(Date) - Static method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
createArray(Connection) - Method in class com.github.ferstl.spring.jdbc.oracle.SqlOracleArrayValue
 
createPreparedStatement(Connection) - Method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 

G

generatedKeysColumnNames - Variable in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
getParsedSql(String) - Method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate
getPreparedStatementCreator(String, SqlParameterSource) - Method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate
getSql() - Method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 

N

NamedPreparedStatementCreator(String, SqlParameterSource) - Constructor for class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
NamedPreparedStatementCreator(String, SqlParameterSource, boolean, String[]) - Constructor for class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
NamedSqlValue - Interface in com.github.ferstl.spring.jdbc.oracle
Adds named support to SqlValue.

O

OracleNamedParameterJdbcTemplate - Class in com.github.ferstl.spring.jdbc.oracle
A subclass of Spring's NamedParameterJdbcTemplate the uses Oracle named parameter to avoid parsing building a new query.
OracleNamedParameterJdbcTemplate(DataSource) - Constructor for class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate
Create a new NamedParameterJdbcTemplate for the given DataSource.
OracleNamedParameterJdbcTemplate(JdbcOperations) - Constructor for class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate
Create a new NamedParameterJdbcTemplate for the given classic Spring JdbcTemplate.
OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator - Class in com.github.ferstl.spring.jdbc.oracle
Binds named parameters using proprietary Oracle methods.

P

parameterSource - Variable in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 

R

returnGeneratedKeys - Variable in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 

S

setNull(OraclePreparedStatement, String, int, String) - Static method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
setValue(PreparedStatement, int) - Method in class com.github.ferstl.spring.jdbc.oracle.SqlOracleArrayValue
setValue(PreparedStatement, String) - Method in interface com.github.ferstl.spring.jdbc.oracle.NamedSqlValue
Set the value on the given PreparedStatement.
setValue(PreparedStatement, String) - Method in class com.github.ferstl.spring.jdbc.oracle.SqlOracleArrayValue
Set the value on the given PreparedStatement.
setValue(OraclePreparedStatement, String, Object, int) - Static method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
setValues(PreparedStatement) - Method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
sql - Variable in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
SqlOracleArrayValue - Class in com.github.ferstl.spring.jdbc.oracle
Implementation of the SqlTypeValue interface, for convenient creation of provided scalar values as an Oracle Array.
SqlOracleArrayValue(String, Object...) - Constructor for class com.github.ferstl.spring.jdbc.oracle.SqlOracleArrayValue
Constructor that takes two parameters, one parameter with the array of values passed in to the statement and one that takes the type name.

T

typeName - Variable in class com.github.ferstl.spring.jdbc.oracle.SqlOracleArrayValue
 

U

update(String, SqlParameterSource, KeyHolder, String[]) - Method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate
 

V

validateValue(Object) - Static method in class com.github.ferstl.spring.jdbc.oracle.OracleNamedParameterJdbcTemplate.NamedPreparedStatementCreator
 
values - Variable in class com.github.ferstl.spring.jdbc.oracle.SqlOracleArrayValue
 
A B C G N O P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.