コード例 #1
0
ファイル: RowBetweenCondition.java プロジェクト: suhabe/jOOQ
 @Override
 public final Condition and(Record record) {
   RowN r = new RowImpl(Utils.fields(record.intoArray(), record.fields()));
   return and(r);
 }