|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aris.hldb.servers.SqlServer
public class SqlServer
An implementation of a SP creator for Microsoft's sql server.
Constructor Summary | |
---|---|
SqlServer()
Creates a new instance of SqlServer |
Method Summary | |
---|---|
void |
CreateStoredProcedure(java.lang.String key,
java.lang.String sql,
java.util.Stack params,
int paramcount)
Creates sql server SP's. |
void |
spCreator(ConnectionProviderI hlcon)
This stores the hlcon for later usage. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlServer()
Method Detail |
---|
public void CreateStoredProcedure(java.lang.String key, java.lang.String sql, java.util.Stack params, int paramcount) throws java.sql.SQLException
CreateStoredProcedure
in interface DBServerI
key
- The key with which this CS will be called.sql
- The sql string.params
- A stack with the parameters of this sql.paramcount
- The parameter count.
java.sql.SQLException
- -public void spCreator(ConnectionProviderI hlcon)
spCreator
in interface DBServerI
hlcon
- The connection to the database.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |