パッケージ org.nkjmlab.sorm4j.result
Package for result.
-
インタフェースの概要 インタフェース 説明 InsertResult<T> Represents a result from an insert operation with auto-generated keys.ResultSetStream<T> A object wrapsResultSet.TableMetaData Except forTableMetaData.getColumnAliases()andTableMetaData.getColumnAliasPrefix(), this object is created from metadata. -
クラスの概要 クラス 説明 ColumnName Value object of column.ColumnNameWithMetaData ColumnName name and data type for message.Tuple Represents a tuple of objects, which typically represents joined rows.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.