| 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 |
|---|---|
TableReferenceByName |
TableReferenceFactory.table(TableName tableName)
Creates a new table reference, which uses given table name, without table alias.
|
TableReferenceByName |
TableReferenceFactory.table(TableName tableName,
TableAlias alias)
Creates a new table references, which uses given table name along with given table alias.
|
Copyright © 2010-2012. All Rights Reserved.