Uses of Package
org.sql.generation.api.grammar.literals

Packages that use org.sql.generation.api.grammar.literals
org.sql.generation.api.grammar.common This package contains interfaces and classes common for most parts of SQL generator. 
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
org.sql.generation.api.grammar.literals The package for syntax elements representing various literals. 
 

Classes in org.sql.generation.api.grammar.literals used by org.sql.generation.api.grammar.common
SQLFunctionLiteral
          This syntax element encapsulates reference to some SQL function to be inserted into SQL statement.
 

Classes in org.sql.generation.api.grammar.literals used by org.sql.generation.api.grammar.factories
DirectLiteral
          This syntax element encapsulates text to be inserted directly into SQL statement.
NumericLiteral
          This syntax element encapsulates reference to some number to be inserted into SQL statement.
SQLFunctionLiteral
          This syntax element encapsulates reference to some SQL function to be inserted into SQL statement.
StringLiteral
          This syntax element encapsulates reference to SQL string, that is, some element between ' and ' characters.
TimestampTimeLiteral
          This syntax element encapsulates reference to some time stamp to be inserted into SQL statement.
 

Classes in org.sql.generation.api.grammar.literals used by org.sql.generation.api.grammar.literals
LiteralExpression
          This is common interface for all literal expressions.
TemporalLiteral
          This syntax element represents any literal that represents some kind of time.
 



Copyright © 2010-2012. All Rights Reserved.