Class PgpPubEncryptBytea1

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

public class PgpPubEncryptBytea1 extends org.jooq.impl.AbstractRoutine<byte[]>
This class is generated by jOOQ.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jooq.Parameter<byte[]>
    The parameter public.pgp_pub_encrypt_bytea._1.
    static final org.jooq.Parameter<byte[]>
    The parameter public.pgp_pub_encrypt_bytea._2.
    static final org.jooq.Parameter<byte[]>
    The parameter public.pgp_pub_encrypt_bytea.RETURN_VALUE.
  • Constructor Summary

    Constructors
    Constructor
    Description
    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(byte[] value)
    Set the _1 parameter IN value to the routine
    set__1(org.jooq.Field<byte[]> field)
    Set the _1 parameter to the function to be used with a Select statement
    void
    set__2(byte[] value)
    Set the _2 parameter IN value to the routine
    set__2(org.jooq.Field<byte[]> field)
    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

      public static final org.jooq.Parameter<byte[]> RETURN_VALUE
      The parameter public.pgp_pub_encrypt_bytea.RETURN_VALUE.
    • _1

      public static final org.jooq.Parameter<byte[]> _1
      The parameter public.pgp_pub_encrypt_bytea._1.
    • _2

      public static final org.jooq.Parameter<byte[]> _2
      The parameter public.pgp_pub_encrypt_bytea._2.
  • Constructor Details

    • PgpPubEncryptBytea1

      public PgpPubEncryptBytea1()
      Create a new routine call instance
  • Method Details

    • set__1

      public void set__1(byte[] value)
      Set the _1 parameter IN value to the routine
    • set__1

      public PgpPubEncryptBytea1 set__1(org.jooq.Field<byte[]> field)
      Set the _1 parameter to the function to be used with a Select statement
    • set__2

      public void set__2(byte[] value)
      Set the _2 parameter IN value to the routine
    • set__2

      public PgpPubEncryptBytea1 set__2(org.jooq.Field<byte[]> field)
      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)