Class SQLStatement<T extends SQLStatement>
- java.lang.Object
-
- org.dashbuilder.dataprovider.sql.model.SQLStatement<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<Column>_columnsRefsprotected Connectionconnectionprotected Dialectdialectprotected Tabletable
-
Constructor Summary
Constructors Constructor Description SQLStatement(Connection connection, Dialect dialect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Columnfix(Column column)protected Conditionfix(Condition condition)protected Tablefix(Table table)protected StringfixCase(String id)protected voidfixColumns()ConnectiongetConnection()DialectgetDialect()TablegetTable()Ttable(Table table)
-
-
-
Field Detail
-
connection
protected Connection connection
-
dialect
protected Dialect dialect
-
table
protected Table table
-
-
Constructor Detail
-
SQLStatement
public SQLStatement(Connection connection, Dialect dialect)
-
-
Method Detail
-
getConnection
public Connection getConnection()
-
getDialect
public Dialect getDialect()
-
getTable
public Table getTable()
-
fixColumns
protected void fixColumns()
-
-