Module org.jooq
Package org.jooq.impl

Interface QOM.SplitPart

    • Method Detail

      • $string

        @NotNull
        @NotNull Field<String> $string()
        The string to be split into parts.
      • $delimiter

        @NotNull
        @NotNull Field<String> $delimiter()
        The delimiter used for splitting.
      • $n

        @NotNull
        @NotNull Field<? extends Number> $n()
        The token number (1-based).