| 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 |
|---|---|
ColumnReferenceByName |
ColumnsFactory.colName(String colName)
Creates column reference, which references column by name, without table name.
|
ColumnReferenceByName |
ColumnsFactory.colName(String tableName,
String colName)
Creates column reference, which reference column by its name and by name of table, to which it belongs.
|
Copyright © 2010-2012. All Rights Reserved.