Interface | Description |
---|---|
ParameterBind<T> |
Describes an input value binding for any IN/INOUT parameters.
|
ParameterRegistration<T> | |
ProcedureCall |
Defines support for executing database stored procedures and functions
|
ProcedureCallMemento |
Represents a "memento" of a ProcedureCall
|
ProcedureResult |
Specialization of the
Result contract providing access to the stored procedure's registered
output parameters. |
Exception | Description |
---|---|
NamedParametersNotSupportedException |
Thrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying
database reports to not support named parameters.
|
ParameterMisuseException |
Thrown to indicate a misuse of a
ParameterRegistration |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.