Uses of Interface
com.saperion.common.sql.ResultReader
Packages that use ResultReader
-
Uses of ResultReader in com.saperion.common.sql
Methods in com.saperion.common.sql with parameters of type ResultReaderModifier and TypeMethodDescriptionvoid
DataSource.executeQuery
(String sql, ResultReader<? extends CommonReadResultException> resultReader) Executes the specified SQL-select statement and calls the specifiedResultReader
.