|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DBServerI
All stored procedure creator classes should implement this interface
Method Summary | |
---|---|
void |
CreateStoredProcedure(java.lang.String key,
java.lang.String sql,
java.util.Stack params,
int paramcount)
This is the stored procedure creator. |
void |
spCreator(ConnectionProviderI hlcon)
This is called before the CreateStoredProcedure() is called, in order for the CreateStoredProcedure() to use the hlCon connection to the database. |
Method Detail |
---|
void spCreator(ConnectionProviderI hlcon)
hlcon
- The connection to the database.void CreateStoredProcedure(java.lang.String key, java.lang.String sql, java.util.Stack params, int paramcount) throws java.sql.SQLException
key
- The key for this stored procedure.sql
- The sql string of this stored procedure.params
- A stack with the parameters for this stored procedure. Use it
to generate the SP's headers etc.paramcount
- The count of the parameters.
java.sql.SQLException
- -
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |