client
Class SentenceHandler

java.lang.Object
  extended by client.SentenceHandler

public class SentenceHandler
extends java.lang.Object

Author:
Mariano Tepper
 

Constructor Summary
SentenceHandler(SQLInterface sqli, java.lang.String sentencia)
           
 
Method Summary
 boolean isQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentenceHandler

public SentenceHandler(SQLInterface sqli,
                       java.lang.String sentencia)
Method Detail

isQuery

public boolean isQuery()