ORCentral
|
A database query object containing a database command as string. More...
Public Member Functions | |
void | setQuery (String query) |
String | toString () |
Converts the query to a string, so that it can be used in database-functions. | |
Package Attributes | |
String | m_query |
A database query object containing a database command as string.
Definition at line 6 of file Query.java.
void eu.coform.database.Query.setQuery | ( | String | query | ) |
String eu.coform.database.Query.toString | ( | ) |
Converts the query to a string, so that it can be used in database-functions.
Definition at line 20 of file Query.java.
String eu.coform.database.Query.m_query [package] |
Definition at line 8 of file Query.java.