Package de.elo.ix.client
Class FindInfoAsInternalSQL
java.lang.Object
de.elo.ix.client.FindInfoAsInternalSQL
- All Implemented Interfaces:
Serializable
SQL command that is built from a FindInfo object. This class contains the elements of an internal
SQL statement for finding Sord objects. Modifying this elements might cause errors or wrong
results in subsequent versions of IX.
- Since:
- 9.00.030.029
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFromTables
(String fromTables) void
setGroupByClause
(String groupByClause) void
setOrderByClause
(String orderByClause) void
setWhereClause
(String whereClause) toString()
-
Field Details
-
fromTables
Comma separated list of table names. -
whereClause
SQL WHERE clause. -
orderByClause
SQL ORDER BY clause. -
groupByClause
SQL GROUP BY clause.
-
-
Constructor Details
-
FindInfoAsInternalSQL
public FindInfoAsInternalSQL() -
FindInfoAsInternalSQL
-
-
Method Details