パッケージ org.nkjmlab.sorm4j.sql.result
package org.nkjmlab.sorm4j.sql.result
Package for core of SQL results.
-
クラス説明InsertResult<T>Represents a result from an insert operation with auto-generated keys.A object wraps
ResultSet.Tuple2<T1,T2> Represents a tuple of objects, which typically represents joined two rows.Tuple3<T1,T2, T3> Represents a tuple of objects, which typically represents joined three rows.Represents a tuple of objects, which typically represents joined rows.