public interface IFieldDatabaseProvider
FieldDatabase field when it's updated.| Modifier and Type | Method and Description |
|---|---|
FieldDatabaseDataTable |
getQueryResult(java.lang.String fileName,
java.lang.String connection,
java.lang.String query,
FieldDatabase field)
Returns query result.
|
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.FieldDatabaseDataTable instance that should be used for the field's update.