vishnu.parser.statements
Class TransactionAbortStatement

java.lang.Object
  extended by vishnu.parser.statements.TransactionAbortStatement
All Implemented Interfaces:
SQLStatement

public class TransactionAbortStatement
extends java.lang.Object
implements SQLStatement

 

Constructor Summary
TransactionAbortStatement()
           
 
Method Summary
 StatementPerformer getPerformer()
           
 boolean isQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionAbortStatement

public TransactionAbortStatement()
Method Detail

getPerformer

public StatementPerformer getPerformer()
Specified by:
getPerformer in interface SQLStatement

isQuery

public boolean isQuery()
Specified by:
isQuery in interface SQLStatement