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

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

public class HQLKeywordInfo
extends SimpleHQLCompletionInfo


Constructor Summary
HQLKeywordInfo(String infoString)
           
 
Method Summary
static ArrayList<HQLKeywordInfo> createInfos()
           
 String toString()
           
 
Methods inherited from class net.sourceforge.squirrel_sql.plugins.hibernate.completion.SimpleHQLCompletionInfo
getCompareString, matches
 
Methods inherited from class net.sourceforge.squirrel_sql.fw.completion.CompletionInfo
compareTo, getCompletionString, hasColumns, matchesCompletionString, matchesCompletionStringStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HQLKeywordInfo

public HQLKeywordInfo(String infoString)
Method Detail

createInfos

public static ArrayList<HQLKeywordInfo> createInfos()

toString

public String toString()
Overrides:
toString in class CompletionInfo


Copyright © 2001-2012. All Rights Reserved.