public class Select extends Query
Modifier and Type | Method and Description |
---|---|
From |
from(DataSource dataSource)
Create and chain a FROM component for specifying the data source of the query.
|
addChangeListener, execute, explain, getDatabase, getParameters, removeChangeListener, select, selectDistinct, setParameters, toString
public From from(DataSource dataSource)
dataSource
- the data source.