Package org.sql.generation.api.grammar.common

This package contains interfaces and classes common for most parts of SQL generator.

See:
          Description

Interface Summary
ColumnNameList This interface presents a non-empty list of plain-text column names.
NonBooleanExpression A common interface for all expressions, which return non-boolean value.
SchemaDefinitionStatement This is a common interface for all definition (CREATE) clauses.
SchemaManipulationStatement  
SchemaStatement  
SQLConstants A container for common textual constants of SQL language.
SQLFunctions A container for textual names of default SQL functions.
SQLStatement A single SQL statement, which is to be sent to database.
TableName This is common interface for table names.
TableNameDirect A direct table name may be just table name, or schema-qualified table name.
TableNameFunction A table name function serves as a function call when selecting data.
ValueExpression A common interface for BooleanExpression and NonBooleanExpression.
 

Class Summary
SetQuantifier Set quantifer, can be either SetQuantifier.ALL or SetQuantifier.DISTINCT.
 

Package org.sql.generation.api.grammar.common Description

This package contains interfaces and classes common for most parts of SQL generator.



Copyright © 2010-2012. All Rights Reserved.