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, unwrappublic 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.AutoCloseableclose in interface java.sql.Connectionclose in class ExecutorConnectionjava.sql.SQLExceptionpublic boolean isClosed()
throws java.sql.SQLException
isClosed in interface java.sql.ConnectionisClosed in class ExecutorConnectionjava.sql.SQLExceptionpublic void setCatalog(java.lang.String catalog)
throws java.sql.SQLException
setCatalog in interface java.sql.ConnectionsetCatalog in class ExecutorConnectionjava.sql.SQLExceptionpublic java.lang.String getCatalog()
throws java.sql.SQLException
getCatalog in interface java.sql.ConnectiongetCatalog in class ExecutorConnectionjava.sql.SQLExceptionstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.