Module org.jooq
Package org.jooq.impl

Interface QOM.SubstringIndex

All Superinterfaces:
Field<String>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, Named, OrderField<String>, QueryPart, SelectField<String>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<String>
Enclosing class:
QOM

public static interface QOM.SubstringIndex extends Field<String>
The SUBSTRING INDEX function.

Get a substring of a string, from the beginning until the nth occurrence of a substring.