public interface Executor
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
execute(java.lang.String sql)
Call back
|
SoapResultSet |
fetch(java.lang.String sql)
Fetch the results for the given SQL
|
java.util.TimeZone |
getTimeZone()
The timezone of this executor
|
java.lang.String |
getUserName()
get the user name
|
boolean |
isStateless()
Is the client currently stateless ?
|
org.w3c.dom.Document execute(java.lang.String sql) throws java.lang.Exception
sql
- the sqljava.lang.Exception
- a serious problemjava.util.TimeZone getTimeZone()
SoapResultSet fetch(java.lang.String sql) throws java.lang.Exception
sql
- the sqljava.lang.Exception
- a serious problemboolean isStateless()
java.lang.String getUserName()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.