|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.accesslayer.sql.SqlProcedureStatement
Model a call to a stored procedure based on ProcedureDescriptors
ProcedureDescriptor
Constructor Summary | |
SqlProcedureStatement(ProcedureDescriptor procedureDescriptor,
Logger logger)
Create an instance of this object. |
Method Summary | |
java.lang.String |
getStatement()
Get the syntax that is required to invoke the procedure that is defined by the ProcedureDescriptor that was passed to the
constructor of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SqlProcedureStatement(ProcedureDescriptor procedureDescriptor, Logger logger)
logger
- the logger to utilizeMethod Detail |
public java.lang.String getStatement()
ProcedureDescriptor
that was passed to the
constructor of this class.
getStatement
in interface SqlStatement
SqlStatement.getStatement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |