net.sourceforge.squirrel_sql.plugins.hibernate.completion
Class SimpleHQLCompletionInfo

java.lang.Object
  extended by net.sourceforge.squirrel_sql.fw.completion.CompletionInfo
      extended by net.sourceforge.squirrel_sql.plugins.hibernate.completion.SimpleHQLCompletionInfo
All Implemented Interfaces:
Comparable<CompletionInfo>
Direct Known Subclasses:
HQLFunctionInfo, HQLKeywordInfo

public class SimpleHQLCompletionInfo
extends CompletionInfo


Constructor Summary
SimpleHQLCompletionInfo(String infoString)
           
 
Method Summary
 String getCompareString()
           
 boolean matches(CompletionParser parser)
           
 
Methods inherited from class net.sourceforge.squirrel_sql.fw.completion.CompletionInfo
compareTo, getCompletionString, hasColumns, matchesCompletionString, matchesCompletionStringStart, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleHQLCompletionInfo

public SimpleHQLCompletionInfo(String infoString)
Method Detail

getCompareString

public String getCompareString()
Specified by:
getCompareString in class CompletionInfo

matches

public boolean matches(CompletionParser parser)


Copyright © 2001-2012. All Rights Reserved.