Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Method and Description |
---|---|
StoredProcedure |
StoredProcedureQuery.getProcedure() |
Modifier and Type | Field and Description |
---|---|
protected Map<String,StoredProcedure> |
DBDictionary._procs |
Modifier and Type | Method and Description |
---|---|
StoredProcedure |
StoredProcedure.addParameter(StoredProcedure.PARAM param,
String var,
String typeName)
Adds the given parameter declaration.
|
StoredProcedure |
StoredProcedure.addParameter(String var,
String typeName)
Adds an
IN parameter of the given name and type. |
StoredProcedure |
DBDictionary.getStoredProcedure(DatabaseMetaData meta,
DBIdentifier catalog,
DBIdentifier schema,
String procedure)
Gets the metadata of the stored procedure by the given name either from the cached version or
by enquiring the database.
|
StoredProcedure |
StoredProcedure.setExternalName(Class<?> cls,
String method,
Class<?>... paramTypes) |
StoredProcedure |
StoredProcedure.setLanguage(String language) |
StoredProcedure |
StoredProcedure.setParameterStyle(String lang)
Sets the language whose parameter passing convention will be used to pass paramater values.
|
StoredProcedure |
StoredProcedure.setResult(int i) |
StoredProcedure |
StoredProcedure.setResult(int i,
boolean dynamic) |
StoredProcedure |
StoredProcedure.setSQL(StoredProcedure.SQL sql)
Adds a read SQL statement via an external method.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.