public class RDBMSQueryCompilation.StatementCompilation extends Object
Constructor and Description |
---|
StatementCompilation(SQLStatement stmt,
String sql,
boolean useInCount) |
Modifier and Type | Method and Description |
---|---|
String |
getSQL() |
SQLStatement |
getStatement() |
void |
setSQL(String sql) |
boolean |
useInCount() |
public StatementCompilation(SQLStatement stmt, String sql, boolean useInCount)
public SQLStatement getStatement()
public String getSQL()
public boolean useInCount()
public void setSQL(String sql)
Copyright © 2019. All rights reserved.