Class Select

All Implemented Interfaces:
Cloneable, Query, ReadQuery

public class Select extends AbstractWhereQuery<Select> implements Cloneable, ReadQuery
Object representation of a SQL "SELECT" query.

This object may be used to dynamically construct a SQL statement in a database-independent fashion. After it is finished, it may be executed using one of the query methods on DbQueryManager.

Since:
1.0