org.apache.hive.service.cli
Class PatternOrIdentifier

java.lang.Object
  extended by org.apache.hive.service.cli.PatternOrIdentifier

public class PatternOrIdentifier
extends Object

PatternOrIdentifier.


Constructor Summary
PatternOrIdentifier(String tpoi)
           
 
Method Summary
 boolean isIdentifier()
           
 boolean isPattern()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatternOrIdentifier

public PatternOrIdentifier(String tpoi)
Method Detail

isPattern

public boolean isPattern()

isIdentifier

public boolean isIdentifier()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The Apache Software Foundation