public class SoapConnection extends ExecutorConnection
executor
Constructor and Description |
---|
SoapConnection(Client soapClient)
JDBC via SOAP
|
SoapConnection(java.lang.String url,
java.lang.String user,
java.lang.String pass)
JDBC via SOAP
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getCatalog() |
boolean |
isClosed() |
void |
setCatalog(java.lang.String catalog) |
abort, clearWarnings, commit, createArrayOf, createBlob, createClob, createNClob, createQueryObject, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getClientInfo, getClientInfo, getExecutor, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, unwrap
public SoapConnection(@Nonnull java.lang.String url, @Nonnull java.lang.String user, @Nonnull java.lang.String pass) throws java.lang.Exception
url
- the URLuser
- the userpass
- the passwordjava.lang.Exception
- a serious problempublic SoapConnection(Client soapClient)
soapClient
- the soap clientpublic void close() throws java.sql.SQLException
close
in interface java.lang.AutoCloseable
close
in interface java.sql.Connection
close
in class ExecutorConnection
java.sql.SQLException
public boolean isClosed() throws java.sql.SQLException
isClosed
in interface java.sql.Connection
isClosed
in class ExecutorConnection
java.sql.SQLException
public void setCatalog(java.lang.String catalog) throws java.sql.SQLException
setCatalog
in interface java.sql.Connection
setCatalog
in class ExecutorConnection
java.sql.SQLException
public java.lang.String getCatalog() throws java.sql.SQLException
getCatalog
in interface java.sql.Connection
getCatalog
in class ExecutorConnection
java.sql.SQLException
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.