| Package | Description |
|---|---|
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| Modifier and Type | Method and Description |
|---|---|
TableReferenceByExpression |
TableReferenceFactory.table(QueryExpression query)
Creates a new table reference, which will use the values returned by query as if they were values of the table.
|
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.
|
Copyright © 2010-2012. All Rights Reserved.