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 A table name may be just table name, or schema-qualified table name.
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. All Rights Reserved.