パッケージ org.nkjmlab.sorm4j.basic
Package for SqlExecutor.
-
インタフェースの概要 インタフェース 説明 ConsumerHandler<T> Interface for handling without a return value.FunctionHandler<T,R> Interface for handling with a return value.ResultSetTraverser<T> TraversesResultSetand maps to T.RowMapper<T> Maps a row in aResultSetto a object.SqlExecutor A interface for executing SQL with parameters.