| Package | Description |
|---|---|
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| org.sql.generation.api.grammar.query |
This package and its sub-package contain elements related to SQL queries (
SELECT statements). |
| Modifier and Type | Method and Description |
|---|---|
TableAlias |
TableReferenceFactory.tableAlias(String tableNameAlias)
Creates a new alias for table.
|
TableAlias |
TableReferenceFactory.tableAliasWithCols(String tableNameAlias,
String... colNames)
Creates a new table alias for table, with renamed columns.
|
| Modifier and Type | Method and Description |
|---|---|
TableReferenceByExpression |
TableReferenceFactory.table(QueryExpression query,
TableAlias alias)
Creates a new table reference, which will use the values returned by query as if they were values of the table.
|
TableReferenceByName |
TableReferenceFactory.table(TableName tableName,
TableAlias alias)
Creates a new table references, which uses given table name along with given table alias.
|
| Modifier and Type | Method and Description |
|---|---|
TableAlias |
TableReferencePrimary.getTableAlias()
Returns the alias for this table.
|
Copyright © 2010-2012. All Rights Reserved.