Module org.jooq
Package org.jooq

Interface RecordType<R extends Record>

All Superinterfaces:
Fields

public interface RecordType<R extends Record> extends Fields
A record type for Table, Cursor, Result and other objects.

This type differs from Row in several ways:

  • It is generic using <R>
  • It is not repeated for degrees 1 to 22, such as Row1 .. RowN
  • It is not part of the DSL
Author:
Lukas Eder
  • Method Details

    • size

      int size()
      Get the degree of this record type.