|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.uwyn.rife.database.queries.ReadQueryString
public class ReadQueryString
An instance of ReadQueryString can contain any kind of SQL
query for read purposes.
This allows you to use any SQL together with the functionalities
that are provided by DbQueryManager
| Constructor Summary | |
|---|---|
ReadQueryString()
Creates a new empty instance of ReadQueryString. |
|
ReadQueryString(String sql)
Creates a new instance of ReadQueryString with the
specified SQL query. |
|
| Method Summary | |
|---|---|
void |
clear()
|
com.uwyn.rife.database.capabilities.Capabilities |
getCapabilities()
|
QueryParameters |
getParameters()
|
String |
getSql()
|
void |
setExcludeUnsupportedCapabilities(boolean flag)
|
void |
setSql(String sql)
Replaces the SQL that is executed by this query. |
ReadQueryString |
sql(String sql)
Replaces the SQL that is executed by this query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReadQueryString()
ReadQueryString.
public ReadQueryString(String sql)
ReadQueryString with the
specified SQL query.
sql - The SQL that should be executed by this query| Method Detail |
|---|
public ReadQueryString sql(String sql)
sql - The SQL that should be executed by this query
ReadQueryString instance.public void setSql(String sql)
sql - The SQL that should be executed by this querypublic void clear()
clear in interface Querypublic String getSql()
getSql in interface Querypublic QueryParameters getParameters()
getParameters in interface Querypublic com.uwyn.rife.database.capabilities.Capabilities getCapabilities()
getCapabilities in interface Querypublic void setExcludeUnsupportedCapabilities(boolean flag)
setExcludeUnsupportedCapabilities in interface Query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||