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

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

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

Methods in org.sql.generation.api.grammar.factories that return DirectLiteral
 DirectLiteral LiteralFactory.l(java.lang.String literalContents)
          Creates a literal, which has some textual content.
 DirectLiteral LiteralFactory.param()
          Returns literal, representing a parameter (?)
 



Copyright © 2010. All Rights Reserved.