| Modifier and Type | Field and Description |
|---|---|
protected Set<Column> |
_columnsRefs |
protected Connection |
connection |
protected Dialect |
dialect |
protected Table |
table |
| Constructor and Description |
|---|
SQLStatement(Connection connection,
Dialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
fix(Column column) |
protected Condition |
fix(Condition condition) |
protected Table |
fix(Table table) |
protected String |
fixCase(String id) |
protected void |
fixColumns() |
Connection |
getConnection() |
Dialect |
getDialect() |
Table |
getTable() |
T |
table(Table table) |
protected Connection connection
protected Dialect dialect
protected Table table
public SQLStatement(Connection connection, Dialect dialect)
public Connection getConnection()
public Dialect getDialect()
public Table getTable()
protected void fixColumns()
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.