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 TypeMethodDescriptionintcolNo()static FieldWrappercreate(org.jooq.Field<?> field, int colNo) org.jooq.Fieldfield()
-
Method Details
-
field
org.jooq.Field field()- Returns:
- field
-
colNo
int colNo()- Returns:
- the field's column number
-
create
-