public interface IFieldDatabaseProvider
| Method Summary | ||
|---|---|---|
abstract FieldDatabaseDataTable | getQueryResult(java.lang.String fileName, java.lang.String connection, java.lang.String query, FieldDatabase field) | |
| Returns query result. | ||
| Method Detail |
|---|
getQueryResult | |
public abstract FieldDatabaseDataTable getQueryResult(java.lang.String fileName, java.lang.String connection, java.lang.String query, FieldDatabase field) | |
fileName - The complete path and file name of the database specified in the \d field switch.connection - The connection to the data specified in the \c field switch.query - The set of SQL instructions that query the database specified in the \s field switch.field - The field being updated.