org.deegree.client.core.utils
Class SQLExecution

java.lang.Object
  extended by org.deegree.client.core.utils.SQLExecution
All Implemented Interfaces:
Serializable

public class SQLExecution
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SQLExecution(String connId, String[] sqlStatements, String backOutcome)
           
 
Method Summary
 String execute()
           
 String getBackOutcome()
           
 String getMessage()
           
 String getStatements()
           
 void setStatements(String sql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLExecution

public SQLExecution(String connId,
                    String[] sqlStatements,
                    String backOutcome)
Method Detail

getMessage

public String getMessage()

getStatements

public String getStatements()

setStatements

public void setStatements(String sql)

execute

public String execute()

getBackOutcome

public String getBackOutcome()


Copyright © 2011. All Rights Reserved.