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

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.HQLFunctionInfo
All Implemented Interfaces:
Comparable<CompletionInfo>

public class HQLFunctionInfo
extends SimpleHQLCompletionInfo


Constructor Summary
HQLFunctionInfo(String infoString)
           
 
Method Summary
static ArrayList<HQLFunctionInfo> 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

HQLFunctionInfo

public HQLFunctionInfo(String infoString)
Method Detail

createInfos

public static ArrayList<HQLFunctionInfo> createInfos()

toString

public String toString()
Overrides:
toString in class CompletionInfo


Copyright © 2001-2012. All Rights Reserved.