|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShareNetException | |
---|---|
com.sas.net.sharenet | SAS/SHARE driver for JDBC |
Uses of ShareNetException in com.sas.net.sharenet |
---|
Methods in com.sas.net.sharenet that throw ShareNetException | |
---|---|
protected void |
ShareNetConnection.connect(java.lang.String myhost,
int port)
Connect to the server. |
protected void |
ShareNetStatement.describe()
Open up a new query (select statement). |
protected void |
ShareNetStatement.destroy()
Destroy a query object. |
protected int |
ShareNetConnection.execute(java.lang.String command)
Execute a command on the remote server. |
protected com.sas.net.sharenet.SqlValue[] |
ShareNetResultSet.fetch()
Fetch the next row of the data table. |
protected static java.lang.String |
ShareNetConnection.formatMsg(int acc,
com.sas.net.sharenet.Ans1 ans1,
com.sas.net.sharenet.Rcmsg rcmsg)
Format the response from the server. |
protected void |
ShareNetStatement.prepare(java.lang.String statement)
Open up a new query (select statement). |
protected void |
ShareNetStatement.prepareDescribe(java.lang.String statement)
Open up a new query (select statement). |
protected void |
ShareNetResultSet.send(com.sas.net.sharenet.Wqefcb fcb)
Sends a message to the server. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |