Uses of Interface
com.ebasetech.xi.services.SelectStatementCallback
Package | Description |
---|---|
com.ebasetech.xi.services |
-
Uses of SelectStatementCallback in com.ebasetech.xi.services
Methods in com.ebasetech.xi.services with parameters of type SelectStatementCallback Modifier and Type Method 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.