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 Type
    Method
    Description
    int
     
    create(org.jooq.Field<?> field, int colNo)
     
    org.jooq.Field
     
  • Method Details

    • field

      org.jooq.Field field()
      Returns:
      field
    • colNo

      int colNo()
      Returns:
      the field's column number
    • create

      static FieldWrapper create(org.jooq.Field<?> field, int colNo)