Uses of Interface
org.sql.generation.api.grammar.literals.SQLFunctionLiteral

Packages that use SQLFunctionLiteral
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

Uses of SQLFunctionLiteral in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories that return SQLFunctionLiteral
 SQLFunctionLiteral LiteralFactory.func(java.lang.String name, ValueExpression... parameters)
          Creates a literal, which represents a use of SQL function.
 



Copyright © 2010. All Rights Reserved.