- 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 Summary
int
Get the degree of this record type.
Methods inherited from interface org.jooq.Fields
dataType, dataType, dataType, dataTypes, field, field, field, field, field, field, field, field, field, field, fields, fields, fields, fields, fields, fieldsRow, fieldStream, indexOf, indexOf, indexOf, type, type, type, types
-
Method Details
-
size
int size()
Get the degree of this record type.