Package | Description |
---|---|
com.ebasetech.xi.services |
Modifier and Type | Method and Description |
---|---|
int |
DatabaseServices.executeSelectStatement(java.lang.String databaseConnectionName,
java.lang.String selectStatement,
SelectStatementCallback callbackFunction)
Executes a SQL select statement and passes each returned row to the specified callback function.
|