| uk.co.whisperingwind.framework.Model uk.co.whisperingwind.vienna.QueryModel
QueryModel | class QueryModel extends Model (Code) | | Model for the input and output of a query. Contains an
AbstractTableModel, which can be used as the data model for a
JTable. This class also executes the query. If I could work out
how, this would also be able to tell the query view where in a
query an error occurred.
|
canExport | public boolean canExport()(Code) | | |
cancelExecute | public void cancelExecute()(Code) | | |
exportResult | public int exportResult(String fileName, String separator, String quoteString, boolean withQuotes, boolean withTitles)(Code) | | |
getTableModel | public VectorTableModel getTableModel()(Code) | | Returns the table model created by executing the query.
|
isDirty | public boolean isDirty()(Code) | | |
isExecuting | public boolean isExecuting()(Code) | | |
saveFile | public boolean saveFile()(Code) | | |
setDirty | public void setDirty(boolean state)(Code) | | |
|
|