Package | Description |
---|---|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Method and Description |
---|---|
static StoredProcedure.PARAM |
StoredProcedure.PARAM.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoredProcedure.PARAM[] |
StoredProcedure.PARAM.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StoredProcedure |
StoredProcedure.addParameter(StoredProcedure.PARAM param,
String var,
String typeName)
Adds the given parameter declaration.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.