Class GinExtractValueTrgm

java.lang.Object
org.jooq.impl.AbstractRoutine<Object>
org.trustdeck.jooq.generated.routines.GinExtractValueTrgm
All Implemented Interfaces:
Serializable, org.jooq.Attachable, org.jooq.Named, org.jooq.Qualified, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.Routine<Object>

@Deprecated public class GinExtractValueTrgm extends org.jooq.impl.AbstractRoutine<Object>
Deprecated.
Unknown data type. If this is a qualified, user-defined type, it may have been excluded from code generation. If this is a built-in type, you can define an explicit Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jooq.Parameter<String>
    Deprecated.
    The parameter public.gin_extract_value_trgm._1.
    static final org.jooq.Parameter<Object>
    Deprecated.
    Unknown data type.
    static final org.jooq.Parameter<Object>
    Deprecated.
    Unknown data type.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Create a new routine call instance
  • Method Summary

    Modifier and Type
    Method
    Description
    final org.jooq.Name
     
    protected final org.jooq.DSLContext
    Deprecated.
    protected final org.jooq.DSLContext
    create(org.jooq.Configuration arg0)
    Deprecated.
    protected final org.jooq.DSLContext
    create(org.jooq.Context<?> arg0)
    Deprecated.
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
    equals(Object arg0)
     
    boolean
     
    final String
     
    final org.jooq.Comment
     
    final String
     
    org.jooq.Name
     
    final org.jooq.Name
     
    int
     
    boolean
    rendersContent(org.jooq.Context<?> arg0)
     
    void
    set__1(String value)
    Deprecated.
    Set the _1 parameter IN value to the routine
    set__1(org.jooq.Field<String> field)
    Deprecated.
    Set the _1 parameter to the function to be used with a Select statement
    void
    set__2(Object value)
    Deprecated.
    Set the _2 parameter IN value to the routine
    set__2(org.jooq.Field<Object> field)
    Deprecated.
    Set the _2 parameter to the function to be used with a Select statement
     
    protected final org.jooq.exception.DataAccessException
     

    Methods inherited from class org.jooq.impl.AbstractRoutine

    $schema, accept, addInOutParameter, addInParameter, addOutParameter, asAggregateFunction, asField, asField, attach, clauses, configuration, createParameter, createParameter, createParameter, createParameter, createParameter, createParameter, createParameter, createParameter, createParameter, detach, execute, execute, get, getCatalog, getInParameters, getInValue, getInValues, getOutParameters, getParameters, getResults, getReturnParameter, getReturnValue, getSchema, getValue, isOverloaded, isSQLUsable, set, setField, setNumber, setNumber, setOverloaded, setReturnParameter, setSQLUsable, setValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.jooq.Named

    $name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName

    Methods inherited from interface org.jooq.QueryPart

    equals, hashCode, toString
  • Field Details

    • RETURN_VALUE

      @Deprecated public static final org.jooq.Parameter<Object> RETURN_VALUE
      Deprecated.
      Unknown data type. If this is a qualified, user-defined type, it may have been excluded from code generation. If this is a built-in type, you can define an explicit Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.
    • _1

      public static final org.jooq.Parameter<String> _1
      Deprecated.
      The parameter public.gin_extract_value_trgm._1.
    • _2

      @Deprecated public static final org.jooq.Parameter<Object> _2
      Deprecated.
      Unknown data type. If this is a qualified, user-defined type, it may have been excluded from code generation. If this is a built-in type, you can define an explicit Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.
  • Constructor Details

    • GinExtractValueTrgm

      public GinExtractValueTrgm()
      Deprecated.
      Create a new routine call instance
  • Method Details

    • set__1

      public void set__1(String value)
      Deprecated.
      Set the _1 parameter IN value to the routine
    • set__1

      public GinExtractValueTrgm set__1(org.jooq.Field<String> field)
      Deprecated.
      Set the _1 parameter to the function to be used with a Select statement
    • set__2

      public void set__2(Object value)
      Deprecated.
      Set the _2 parameter IN value to the routine
    • set__2

      public GinExtractValueTrgm set__2(org.jooq.Field<Object> field)
      Deprecated.
      Set the _2 parameter to the function to be used with a Select statement
    • getName

      public final String getName()
      Specified by:
      getName in interface org.jooq.Named
    • getQualifiedName

      public org.jooq.Name getQualifiedName()
      Specified by:
      getQualifiedName in interface org.jooq.Named
    • getUnqualifiedName

      public final org.jooq.Name getUnqualifiedName()
      Specified by:
      getUnqualifiedName in interface org.jooq.Named
    • getComment

      public final String getComment()
      Specified by:
      getComment in interface org.jooq.Named
    • getCommentPart

      public final org.jooq.Comment getCommentPart()
      Specified by:
      getCommentPart in interface org.jooq.Named
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.jooq.QueryPart
    • equals

      public boolean equals(Object arg0)
      Specified by:
      equals in interface org.jooq.QueryPart
    • $name

      public final org.jooq.Name $name()
      Specified by:
      $name in interface org.jooq.Named
    • rendersContent

      public boolean rendersContent(org.jooq.Context<?> arg0)
      Specified by:
      rendersContent in interface org.jooq.QueryPartInternal
    • declaresFields

      public boolean declaresFields()
      Specified by:
      declaresFields in interface org.jooq.QueryPartInternal
    • declaresTables

      public boolean declaresTables()
      Specified by:
      declaresTables in interface org.jooq.QueryPartInternal
    • declaresWindows

      public boolean declaresWindows()
      Specified by:
      declaresWindows in interface org.jooq.QueryPartInternal
    • declaresCTE

      public boolean declaresCTE()
      Specified by:
      declaresCTE in interface org.jooq.QueryPartInternal
    • generatesCast

      public boolean generatesCast()
      Specified by:
      generatesCast in interface org.jooq.QueryPartInternal
    • toString

      public String toString()
      Specified by:
      toString in interface org.jooq.QueryPart
      Overrides:
      toString in class Object
    • create

      @Deprecated protected final org.jooq.DSLContext create()
      Deprecated.
    • create

      @Deprecated protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
      Deprecated.
    • create

      @Deprecated protected final org.jooq.DSLContext create(org.jooq.Context<?> arg0)
      Deprecated.
    • translate

      protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)