Package io.github.zero88.jooqx.adapter
Interface FieldWrapper
public interface FieldWrapper
Represents for a field wrapper to know the column number of each field
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionint
colNo()
static FieldWrapper
create
(org.jooq.Field<?> field, int colNo) org.jooq.Field
field()
-
Method Details
-
field
org.jooq.Field field()- Returns:
- field
-
colNo
int colNo()- Returns:
- the field's column number
-
create
-