Class Routines

java.lang.Object
org.trustdeck.jooq.generated.Routines

public class Routines extends Object
Convenience access to all stored procedures and functions in public.
  • Constructor Details

    • Routines

      public Routines()
  • Method Details

    • armor1

      public static String armor1(org.jooq.Configuration configuration, byte[] __1)
      Call public.armor
    • armor1

      public static org.jooq.Field<String> armor1(byte[] __1)
      Get public.armor as a field.
    • armor1

      public static org.jooq.Field<String> armor1(org.jooq.Field<byte[]> __1)
      Get public.armor as a field.
    • armor2

      public static String armor2(org.jooq.Configuration configuration, byte[] __1, String[] __2, String[] __3)
      Call public.armor
    • armor2

      public static org.jooq.Field<String> armor2(byte[] __1, String[] __2, String[] __3)
      Get public.armor as a field.
    • armor2

      public static org.jooq.Field<String> armor2(org.jooq.Field<byte[]> __1, org.jooq.Field<String[]> __2, org.jooq.Field<String[]> __3)
      Get public.armor as a field.
    • crypt

      public static String crypt(org.jooq.Configuration configuration, String __1, String __2)
      Call public.crypt
    • crypt

      public static org.jooq.Field<String> crypt(String __1, String __2)
      Get public.crypt as a field.
    • crypt

      public static org.jooq.Field<String> crypt(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.crypt as a field.
    • dearmor

      public static byte[] dearmor(org.jooq.Configuration configuration, String __1)
      Call public.dearmor
    • dearmor

      public static org.jooq.Field<byte[]> dearmor(String __1)
      Get public.dearmor as a field.
    • dearmor

      public static org.jooq.Field<byte[]> dearmor(org.jooq.Field<String> __1)
      Get public.dearmor as a field.
    • decrypt

      public static byte[] decrypt(org.jooq.Configuration configuration, byte[] __1, byte[] __2, String __3)
      Call public.decrypt
    • decrypt

      public static org.jooq.Field<byte[]> decrypt(byte[] __1, byte[] __2, String __3)
      Get public.decrypt as a field.
    • decrypt

      public static org.jooq.Field<byte[]> decrypt(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<String> __3)
      Get public.decrypt as a field.
    • decryptIv

      public static byte[] decryptIv(org.jooq.Configuration configuration, byte[] __1, byte[] __2, byte[] __3, String __4)
      Call public.decrypt_iv
    • decryptIv

      public static org.jooq.Field<byte[]> decryptIv(byte[] __1, byte[] __2, byte[] __3, String __4)
      Get public.decrypt_iv as a field.
    • decryptIv

      public static org.jooq.Field<byte[]> decryptIv(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<byte[]> __3, org.jooq.Field<String> __4)
      Get public.decrypt_iv as a field.
    • digest1

      public static byte[] digest1(org.jooq.Configuration configuration, String __1, String __2)
      Call public.digest
    • digest1

      public static org.jooq.Field<byte[]> digest1(String __1, String __2)
      Get public.digest as a field.
    • digest1

      public static org.jooq.Field<byte[]> digest1(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.digest as a field.
    • digest2

      public static byte[] digest2(org.jooq.Configuration configuration, byte[] __1, String __2)
      Call public.digest
    • digest2

      public static org.jooq.Field<byte[]> digest2(byte[] __1, String __2)
      Get public.digest as a field.
    • digest2

      public static org.jooq.Field<byte[]> digest2(org.jooq.Field<byte[]> __1, org.jooq.Field<String> __2)
      Get public.digest as a field.
    • encrypt

      public static byte[] encrypt(org.jooq.Configuration configuration, byte[] __1, byte[] __2, String __3)
      Call public.encrypt
    • encrypt

      public static org.jooq.Field<byte[]> encrypt(byte[] __1, byte[] __2, String __3)
      Get public.encrypt as a field.
    • encrypt

      public static org.jooq.Field<byte[]> encrypt(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<String> __3)
      Get public.encrypt as a field.
    • encryptIv

      public static byte[] encryptIv(org.jooq.Configuration configuration, byte[] __1, byte[] __2, byte[] __3, String __4)
      Call public.encrypt_iv
    • encryptIv

      public static org.jooq.Field<byte[]> encryptIv(byte[] __1, byte[] __2, byte[] __3, String __4)
      Get public.encrypt_iv as a field.
    • encryptIv

      public static org.jooq.Field<byte[]> encryptIv(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<byte[]> __3, org.jooq.Field<String> __4)
      Get public.encrypt_iv as a field.
    • genRandomBytes

      public static byte[] genRandomBytes(org.jooq.Configuration configuration, Integer __1)
      Call public.gen_random_bytes
    • genRandomBytes

      public static org.jooq.Field<byte[]> genRandomBytes(Integer __1)
      Get public.gen_random_bytes as a field.
    • genRandomBytes

      public static org.jooq.Field<byte[]> genRandomBytes(org.jooq.Field<Integer> __1)
      Get public.gen_random_bytes as a field.
    • genRandomUuid

      public static UUID genRandomUuid(org.jooq.Configuration configuration)
      Call public.gen_random_uuid
    • genRandomUuid

      public static org.jooq.Field<UUID> genRandomUuid()
      Get public.gen_random_uuid as a field.
    • genSalt1

      public static String genSalt1(org.jooq.Configuration configuration, String __1)
      Call public.gen_salt
    • genSalt1

      public static org.jooq.Field<String> genSalt1(String __1)
      Get public.gen_salt as a field.
    • genSalt1

      public static org.jooq.Field<String> genSalt1(org.jooq.Field<String> __1)
      Get public.gen_salt as a field.
    • genSalt2

      public static String genSalt2(org.jooq.Configuration configuration, String __1, Integer __2)
      Call public.gen_salt
    • genSalt2

      public static org.jooq.Field<String> genSalt2(String __1, Integer __2)
      Get public.gen_salt as a field.
    • genSalt2

      public static org.jooq.Field<String> genSalt2(org.jooq.Field<String> __1, org.jooq.Field<Integer> __2)
      Get public.gen_salt as a field.
    • ginExtractQueryTrgm

      @Deprecated public static Object ginExtractQueryTrgm(org.jooq.Configuration configuration, String __1, Object __2, Short __3, Object __4, Object __5, Object __6, Object __7)
      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.
    • ginExtractQueryTrgm

      @Deprecated public static org.jooq.Field<Object> ginExtractQueryTrgm(String __1, Object __2, Short __3, Object __4, Object __5, Object __6, Object __7)
      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.
    • ginExtractQueryTrgm

      @Deprecated public static org.jooq.Field<Object> ginExtractQueryTrgm(org.jooq.Field<String> __1, org.jooq.Field<Object> __2, org.jooq.Field<Short> __3, org.jooq.Field<Object> __4, org.jooq.Field<Object> __5, org.jooq.Field<Object> __6, org.jooq.Field<Object> __7)
      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.
    • ginExtractValueTrgm

      @Deprecated public static Object ginExtractValueTrgm(org.jooq.Configuration configuration, String __1, 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.
    • ginExtractValueTrgm

      @Deprecated public static org.jooq.Field<Object> ginExtractValueTrgm(String __1, 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.
    • ginExtractValueTrgm

      @Deprecated public static org.jooq.Field<Object> ginExtractValueTrgm(org.jooq.Field<String> __1, org.jooq.Field<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.
    • ginTrgmConsistent

      @Deprecated public static Boolean ginTrgmConsistent(org.jooq.Configuration configuration, Object __1, Short __2, String __3, Integer __4, Object __5, Object __6, Object __7, Object __8)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • ginTrgmConsistent

      @Deprecated public static org.jooq.Field<Boolean> ginTrgmConsistent(Object __1, Short __2, String __3, Integer __4, Object __5, Object __6, Object __7, Object __8)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • ginTrgmConsistent

      @Deprecated public static org.jooq.Field<Boolean> ginTrgmConsistent(org.jooq.Field<Object> __1, org.jooq.Field<Short> __2, org.jooq.Field<String> __3, org.jooq.Field<Integer> __4, org.jooq.Field<Object> __5, org.jooq.Field<Object> __6, org.jooq.Field<Object> __7, org.jooq.Field<Object> __8)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • ginTrgmTriconsistent

      @Deprecated public static String ginTrgmTriconsistent(org.jooq.Configuration configuration, Object __1, Short __2, String __3, Integer __4, Object __5, Object __6, Object __7)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • ginTrgmTriconsistent

      @Deprecated public static org.jooq.Field<String> ginTrgmTriconsistent(Object __1, Short __2, String __3, Integer __4, Object __5, Object __6, Object __7)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • ginTrgmTriconsistent

      @Deprecated public static org.jooq.Field<String> ginTrgmTriconsistent(org.jooq.Field<Object> __1, org.jooq.Field<Short> __2, org.jooq.Field<String> __3, org.jooq.Field<Integer> __4, org.jooq.Field<Object> __5, org.jooq.Field<Object> __6, org.jooq.Field<Object> __7)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • gtrgmCompress

      @Deprecated public static Object gtrgmCompress(org.jooq.Configuration configuration, Object __1)
      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.
    • gtrgmCompress

      @Deprecated public static org.jooq.Field<Object> gtrgmCompress(Object __1)
      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.
    • gtrgmCompress

      @Deprecated public static org.jooq.Field<Object> gtrgmCompress(org.jooq.Field<Object> __1)
      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.
    • gtrgmConsistent

      @Deprecated public static Boolean gtrgmConsistent(org.jooq.Configuration configuration, Object __1, String __2, Short __3, Long __4, Object __5)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • gtrgmConsistent

      @Deprecated public static org.jooq.Field<Boolean> gtrgmConsistent(Object __1, String __2, Short __3, Long __4, Object __5)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • gtrgmConsistent

      @Deprecated public static org.jooq.Field<Boolean> gtrgmConsistent(org.jooq.Field<Object> __1, org.jooq.Field<String> __2, org.jooq.Field<Short> __3, org.jooq.Field<Long> __4, org.jooq.Field<Object> __5)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • gtrgmDecompress

      @Deprecated public static Object gtrgmDecompress(org.jooq.Configuration configuration, Object __1)
      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.
    • gtrgmDecompress

      @Deprecated public static org.jooq.Field<Object> gtrgmDecompress(Object __1)
      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.
    • gtrgmDecompress

      @Deprecated public static org.jooq.Field<Object> gtrgmDecompress(org.jooq.Field<Object> __1)
      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.
    • gtrgmDistance

      @Deprecated public static Double gtrgmDistance(org.jooq.Configuration configuration, Object __1, String __2, Short __3, Long __4, Object __5)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • gtrgmDistance

      @Deprecated public static org.jooq.Field<Double> gtrgmDistance(Object __1, String __2, Short __3, Long __4, Object __5)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • gtrgmDistance

      @Deprecated public static org.jooq.Field<Double> gtrgmDistance(org.jooq.Field<Object> __1, org.jooq.Field<String> __2, org.jooq.Field<Short> __3, org.jooq.Field<Long> __4, org.jooq.Field<Object> __5)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • gtrgmIn

      @Deprecated public static Object gtrgmIn(org.jooq.Configuration configuration, Object __1)
      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.
    • gtrgmIn

      @Deprecated public static org.jooq.Field<Object> gtrgmIn(Object __1)
      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.
    • gtrgmIn

      @Deprecated public static org.jooq.Field<Object> gtrgmIn(org.jooq.Field<Object> __1)
      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.
    • gtrgmOptions

      @Deprecated public static void gtrgmOptions(org.jooq.Configuration configuration, Object __1)
      Deprecated.
      Unknown data type. Parameter type or return type is unknown. 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.
    • gtrgmOut

      @Deprecated public static Object gtrgmOut(org.jooq.Configuration configuration, Object __1)
      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.
    • gtrgmOut

      @Deprecated public static org.jooq.Field<Object> gtrgmOut(Object __1)
      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.
    • gtrgmOut

      @Deprecated public static org.jooq.Field<Object> gtrgmOut(org.jooq.Field<Object> __1)
      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.
    • gtrgmPenalty

      @Deprecated public static Object gtrgmPenalty(org.jooq.Configuration configuration, Object __1, Object __2, Object __3)
      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.
    • gtrgmPenalty

      @Deprecated public static org.jooq.Field<Object> gtrgmPenalty(Object __1, Object __2, Object __3)
      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.
    • gtrgmPenalty

      @Deprecated public static org.jooq.Field<Object> gtrgmPenalty(org.jooq.Field<Object> __1, org.jooq.Field<Object> __2, org.jooq.Field<Object> __3)
      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.
    • gtrgmPicksplit

      @Deprecated public static Object gtrgmPicksplit(org.jooq.Configuration configuration, Object __1, 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.
    • gtrgmPicksplit

      @Deprecated public static org.jooq.Field<Object> gtrgmPicksplit(Object __1, 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.
    • gtrgmPicksplit

      @Deprecated public static org.jooq.Field<Object> gtrgmPicksplit(org.jooq.Field<Object> __1, org.jooq.Field<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.
    • gtrgmSame

      @Deprecated public static Object gtrgmSame(org.jooq.Configuration configuration, Object __1, Object __2, Object __3)
      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.
    • gtrgmSame

      @Deprecated public static org.jooq.Field<Object> gtrgmSame(Object __1, Object __2, Object __3)
      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.
    • gtrgmSame

      @Deprecated public static org.jooq.Field<Object> gtrgmSame(org.jooq.Field<Object> __1, org.jooq.Field<Object> __2, org.jooq.Field<Object> __3)
      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.
    • gtrgmUnion

      @Deprecated public static Object gtrgmUnion(org.jooq.Configuration configuration, Object __1, 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.
    • gtrgmUnion

      @Deprecated public static org.jooq.Field<Object> gtrgmUnion(Object __1, 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.
    • gtrgmUnion

      @Deprecated public static org.jooq.Field<Object> gtrgmUnion(org.jooq.Field<Object> __1, org.jooq.Field<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.
    • hmac1

      public static byte[] hmac1(org.jooq.Configuration configuration, String __1, String __2, String __3)
      Call public.hmac
    • hmac1

      public static org.jooq.Field<byte[]> hmac1(String __1, String __2, String __3)
      Get public.hmac as a field.
    • hmac1

      public static org.jooq.Field<byte[]> hmac1(org.jooq.Field<String> __1, org.jooq.Field<String> __2, org.jooq.Field<String> __3)
      Get public.hmac as a field.
    • hmac2

      public static byte[] hmac2(org.jooq.Configuration configuration, byte[] __1, byte[] __2, String __3)
      Call public.hmac
    • hmac2

      public static org.jooq.Field<byte[]> hmac2(byte[] __1, byte[] __2, String __3)
      Get public.hmac as a field.
    • hmac2

      public static org.jooq.Field<byte[]> hmac2(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<String> __3)
      Get public.hmac as a field.
    • pgpKeyId

      public static String pgpKeyId(org.jooq.Configuration configuration, byte[] __1)
      Call public.pgp_key_id
    • pgpKeyId

      public static org.jooq.Field<String> pgpKeyId(byte[] __1)
      Get public.pgp_key_id as a field.
    • pgpKeyId

      public static org.jooq.Field<String> pgpKeyId(org.jooq.Field<byte[]> __1)
      Get public.pgp_key_id as a field.
    • pgpPubDecrypt1

      public static String pgpPubDecrypt1(org.jooq.Configuration configuration, byte[] __1, byte[] __2)
      Call public.pgp_pub_decrypt
    • pgpPubDecrypt1

      public static org.jooq.Field<String> pgpPubDecrypt1(byte[] __1, byte[] __2)
      Get public.pgp_pub_decrypt as a field.
    • pgpPubDecrypt1

      public static org.jooq.Field<String> pgpPubDecrypt1(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2)
      Get public.pgp_pub_decrypt as a field.
    • pgpPubDecrypt2

      public static String pgpPubDecrypt2(org.jooq.Configuration configuration, byte[] __1, byte[] __2, String __3)
      Call public.pgp_pub_decrypt
    • pgpPubDecrypt2

      public static org.jooq.Field<String> pgpPubDecrypt2(byte[] __1, byte[] __2, String __3)
      Get public.pgp_pub_decrypt as a field.
    • pgpPubDecrypt2

      public static org.jooq.Field<String> pgpPubDecrypt2(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<String> __3)
      Get public.pgp_pub_decrypt as a field.
    • pgpPubDecrypt3

      public static String pgpPubDecrypt3(org.jooq.Configuration configuration, byte[] __1, byte[] __2, String __3, String __4)
      Call public.pgp_pub_decrypt
    • pgpPubDecrypt3

      public static org.jooq.Field<String> pgpPubDecrypt3(byte[] __1, byte[] __2, String __3, String __4)
      Get public.pgp_pub_decrypt as a field.
    • pgpPubDecrypt3

      public static org.jooq.Field<String> pgpPubDecrypt3(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<String> __3, org.jooq.Field<String> __4)
      Get public.pgp_pub_decrypt as a field.
    • pgpPubDecryptBytea1

      public static byte[] pgpPubDecryptBytea1(org.jooq.Configuration configuration, byte[] __1, byte[] __2)
      Call public.pgp_pub_decrypt_bytea
    • pgpPubDecryptBytea1

      public static org.jooq.Field<byte[]> pgpPubDecryptBytea1(byte[] __1, byte[] __2)
      Get public.pgp_pub_decrypt_bytea as a field.
    • pgpPubDecryptBytea1

      public static org.jooq.Field<byte[]> pgpPubDecryptBytea1(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2)
      Get public.pgp_pub_decrypt_bytea as a field.
    • pgpPubDecryptBytea2

      public static byte[] pgpPubDecryptBytea2(org.jooq.Configuration configuration, byte[] __1, byte[] __2, String __3)
      Call public.pgp_pub_decrypt_bytea
    • pgpPubDecryptBytea2

      public static org.jooq.Field<byte[]> pgpPubDecryptBytea2(byte[] __1, byte[] __2, String __3)
      Get public.pgp_pub_decrypt_bytea as a field.
    • pgpPubDecryptBytea2

      public static org.jooq.Field<byte[]> pgpPubDecryptBytea2(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<String> __3)
      Get public.pgp_pub_decrypt_bytea as a field.
    • pgpPubDecryptBytea3

      public static byte[] pgpPubDecryptBytea3(org.jooq.Configuration configuration, byte[] __1, byte[] __2, String __3, String __4)
      Call public.pgp_pub_decrypt_bytea
    • pgpPubDecryptBytea3

      public static org.jooq.Field<byte[]> pgpPubDecryptBytea3(byte[] __1, byte[] __2, String __3, String __4)
      Get public.pgp_pub_decrypt_bytea as a field.
    • pgpPubDecryptBytea3

      public static org.jooq.Field<byte[]> pgpPubDecryptBytea3(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<String> __3, org.jooq.Field<String> __4)
      Get public.pgp_pub_decrypt_bytea as a field.
    • pgpPubEncrypt1

      public static byte[] pgpPubEncrypt1(org.jooq.Configuration configuration, String __1, byte[] __2)
      Call public.pgp_pub_encrypt
    • pgpPubEncrypt1

      public static org.jooq.Field<byte[]> pgpPubEncrypt1(String __1, byte[] __2)
      Get public.pgp_pub_encrypt as a field.
    • pgpPubEncrypt1

      public static org.jooq.Field<byte[]> pgpPubEncrypt1(org.jooq.Field<String> __1, org.jooq.Field<byte[]> __2)
      Get public.pgp_pub_encrypt as a field.
    • pgpPubEncrypt2

      public static byte[] pgpPubEncrypt2(org.jooq.Configuration configuration, String __1, byte[] __2, String __3)
      Call public.pgp_pub_encrypt
    • pgpPubEncrypt2

      public static org.jooq.Field<byte[]> pgpPubEncrypt2(String __1, byte[] __2, String __3)
      Get public.pgp_pub_encrypt as a field.
    • pgpPubEncrypt2

      public static org.jooq.Field<byte[]> pgpPubEncrypt2(org.jooq.Field<String> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<String> __3)
      Get public.pgp_pub_encrypt as a field.
    • pgpPubEncryptBytea1

      public static byte[] pgpPubEncryptBytea1(org.jooq.Configuration configuration, byte[] __1, byte[] __2)
      Call public.pgp_pub_encrypt_bytea
    • pgpPubEncryptBytea1

      public static org.jooq.Field<byte[]> pgpPubEncryptBytea1(byte[] __1, byte[] __2)
      Get public.pgp_pub_encrypt_bytea as a field.
    • pgpPubEncryptBytea1

      public static org.jooq.Field<byte[]> pgpPubEncryptBytea1(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2)
      Get public.pgp_pub_encrypt_bytea as a field.
    • pgpPubEncryptBytea2

      public static byte[] pgpPubEncryptBytea2(org.jooq.Configuration configuration, byte[] __1, byte[] __2, String __3)
      Call public.pgp_pub_encrypt_bytea
    • pgpPubEncryptBytea2

      public static org.jooq.Field<byte[]> pgpPubEncryptBytea2(byte[] __1, byte[] __2, String __3)
      Get public.pgp_pub_encrypt_bytea as a field.
    • pgpPubEncryptBytea2

      public static org.jooq.Field<byte[]> pgpPubEncryptBytea2(org.jooq.Field<byte[]> __1, org.jooq.Field<byte[]> __2, org.jooq.Field<String> __3)
      Get public.pgp_pub_encrypt_bytea as a field.
    • pgpSymDecrypt1

      public static String pgpSymDecrypt1(org.jooq.Configuration configuration, byte[] __1, String __2)
      Call public.pgp_sym_decrypt
    • pgpSymDecrypt1

      public static org.jooq.Field<String> pgpSymDecrypt1(byte[] __1, String __2)
      Get public.pgp_sym_decrypt as a field.
    • pgpSymDecrypt1

      public static org.jooq.Field<String> pgpSymDecrypt1(org.jooq.Field<byte[]> __1, org.jooq.Field<String> __2)
      Get public.pgp_sym_decrypt as a field.
    • pgpSymDecrypt2

      public static String pgpSymDecrypt2(org.jooq.Configuration configuration, byte[] __1, String __2, String __3)
      Call public.pgp_sym_decrypt
    • pgpSymDecrypt2

      public static org.jooq.Field<String> pgpSymDecrypt2(byte[] __1, String __2, String __3)
      Get public.pgp_sym_decrypt as a field.
    • pgpSymDecrypt2

      public static org.jooq.Field<String> pgpSymDecrypt2(org.jooq.Field<byte[]> __1, org.jooq.Field<String> __2, org.jooq.Field<String> __3)
      Get public.pgp_sym_decrypt as a field.
    • pgpSymDecryptBytea1

      public static byte[] pgpSymDecryptBytea1(org.jooq.Configuration configuration, byte[] __1, String __2)
      Call public.pgp_sym_decrypt_bytea
    • pgpSymDecryptBytea1

      public static org.jooq.Field<byte[]> pgpSymDecryptBytea1(byte[] __1, String __2)
      Get public.pgp_sym_decrypt_bytea as a field.
    • pgpSymDecryptBytea1

      public static org.jooq.Field<byte[]> pgpSymDecryptBytea1(org.jooq.Field<byte[]> __1, org.jooq.Field<String> __2)
      Get public.pgp_sym_decrypt_bytea as a field.
    • pgpSymDecryptBytea2

      public static byte[] pgpSymDecryptBytea2(org.jooq.Configuration configuration, byte[] __1, String __2, String __3)
      Call public.pgp_sym_decrypt_bytea
    • pgpSymDecryptBytea2

      public static org.jooq.Field<byte[]> pgpSymDecryptBytea2(byte[] __1, String __2, String __3)
      Get public.pgp_sym_decrypt_bytea as a field.
    • pgpSymDecryptBytea2

      public static org.jooq.Field<byte[]> pgpSymDecryptBytea2(org.jooq.Field<byte[]> __1, org.jooq.Field<String> __2, org.jooq.Field<String> __3)
      Get public.pgp_sym_decrypt_bytea as a field.
    • pgpSymEncrypt1

      public static byte[] pgpSymEncrypt1(org.jooq.Configuration configuration, String __1, String __2)
      Call public.pgp_sym_encrypt
    • pgpSymEncrypt1

      public static org.jooq.Field<byte[]> pgpSymEncrypt1(String __1, String __2)
      Get public.pgp_sym_encrypt as a field.
    • pgpSymEncrypt1

      public static org.jooq.Field<byte[]> pgpSymEncrypt1(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.pgp_sym_encrypt as a field.
    • pgpSymEncrypt2

      public static byte[] pgpSymEncrypt2(org.jooq.Configuration configuration, String __1, String __2, String __3)
      Call public.pgp_sym_encrypt
    • pgpSymEncrypt2

      public static org.jooq.Field<byte[]> pgpSymEncrypt2(String __1, String __2, String __3)
      Get public.pgp_sym_encrypt as a field.
    • pgpSymEncrypt2

      public static org.jooq.Field<byte[]> pgpSymEncrypt2(org.jooq.Field<String> __1, org.jooq.Field<String> __2, org.jooq.Field<String> __3)
      Get public.pgp_sym_encrypt as a field.
    • pgpSymEncryptBytea1

      public static byte[] pgpSymEncryptBytea1(org.jooq.Configuration configuration, byte[] __1, String __2)
      Call public.pgp_sym_encrypt_bytea
    • pgpSymEncryptBytea1

      public static org.jooq.Field<byte[]> pgpSymEncryptBytea1(byte[] __1, String __2)
      Get public.pgp_sym_encrypt_bytea as a field.
    • pgpSymEncryptBytea1

      public static org.jooq.Field<byte[]> pgpSymEncryptBytea1(org.jooq.Field<byte[]> __1, org.jooq.Field<String> __2)
      Get public.pgp_sym_encrypt_bytea as a field.
    • pgpSymEncryptBytea2

      public static byte[] pgpSymEncryptBytea2(org.jooq.Configuration configuration, byte[] __1, String __2, String __3)
      Call public.pgp_sym_encrypt_bytea
    • pgpSymEncryptBytea2

      public static org.jooq.Field<byte[]> pgpSymEncryptBytea2(byte[] __1, String __2, String __3)
      Get public.pgp_sym_encrypt_bytea as a field.
    • pgpSymEncryptBytea2

      public static org.jooq.Field<byte[]> pgpSymEncryptBytea2(org.jooq.Field<byte[]> __1, org.jooq.Field<String> __2, org.jooq.Field<String> __3)
      Get public.pgp_sym_encrypt_bytea as a field.
    • setLimit

      public static Float setLimit(org.jooq.Configuration configuration, Float __1)
      Call public.set_limit
    • setLimit

      public static org.jooq.Field<Float> setLimit(Float __1)
      Get public.set_limit as a field.
    • setLimit

      public static org.jooq.Field<Float> setLimit(org.jooq.Field<Float> __1)
      Get public.set_limit as a field.
    • showLimit

      public static Float showLimit(org.jooq.Configuration configuration)
      Call public.show_limit
    • showLimit

      public static org.jooq.Field<Float> showLimit()
      Get public.show_limit as a field.
    • showTrgm

      public static String[] showTrgm(org.jooq.Configuration configuration, String __1)
      Call public.show_trgm
    • showTrgm

      public static org.jooq.Field<String[]> showTrgm(String __1)
      Get public.show_trgm as a field.
    • showTrgm

      public static org.jooq.Field<String[]> showTrgm(org.jooq.Field<String> __1)
      Get public.show_trgm as a field.
    • similarity

      public static Float similarity(org.jooq.Configuration configuration, String __1, String __2)
      Call public.similarity
    • similarity

      public static org.jooq.Field<Float> similarity(String __1, String __2)
      Get public.similarity as a field.
    • similarity

      public static org.jooq.Field<Float> similarity(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.similarity as a field.
    • similarityDist

      public static Float similarityDist(org.jooq.Configuration configuration, String __1, String __2)
      Call public.similarity_dist
    • similarityDist

      public static org.jooq.Field<Float> similarityDist(String __1, String __2)
      Get public.similarity_dist as a field.
    • similarityDist

      public static org.jooq.Field<Float> similarityDist(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.similarity_dist as a field.
    • similarityOp

      public static Boolean similarityOp(org.jooq.Configuration configuration, String __1, String __2)
      Call public.similarity_op
    • similarityOp

      public static org.jooq.Field<Boolean> similarityOp(String __1, String __2)
      Get public.similarity_op as a field.
    • similarityOp

      public static org.jooq.Field<Boolean> similarityOp(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.similarity_op as a field.
    • strictWordSimilarity

      public static Float strictWordSimilarity(org.jooq.Configuration configuration, String __1, String __2)
      Call public.strict_word_similarity
    • strictWordSimilarity

      public static org.jooq.Field<Float> strictWordSimilarity(String __1, String __2)
      Get public.strict_word_similarity as a field.
    • strictWordSimilarity

      public static org.jooq.Field<Float> strictWordSimilarity(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.strict_word_similarity as a field.
    • strictWordSimilarityCommutatorOp

      public static Boolean strictWordSimilarityCommutatorOp(org.jooq.Configuration configuration, String __1, String __2)
      Call public.strict_word_similarity_commutator_op
    • strictWordSimilarityCommutatorOp

      public static org.jooq.Field<Boolean> strictWordSimilarityCommutatorOp(String __1, String __2)
      Get public.strict_word_similarity_commutator_op as a field.
    • strictWordSimilarityCommutatorOp

      public static org.jooq.Field<Boolean> strictWordSimilarityCommutatorOp(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.strict_word_similarity_commutator_op as a field.
    • strictWordSimilarityDistCommutatorOp

      public static Float strictWordSimilarityDistCommutatorOp(org.jooq.Configuration configuration, String __1, String __2)
      Call public.strict_word_similarity_dist_commutator_op
    • strictWordSimilarityDistCommutatorOp

      public static org.jooq.Field<Float> strictWordSimilarityDistCommutatorOp(String __1, String __2)
      Get public.strict_word_similarity_dist_commutator_op as a field.
    • strictWordSimilarityDistCommutatorOp

      public static org.jooq.Field<Float> strictWordSimilarityDistCommutatorOp(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.strict_word_similarity_dist_commutator_op as a field.
    • strictWordSimilarityDistOp

      public static Float strictWordSimilarityDistOp(org.jooq.Configuration configuration, String __1, String __2)
      Call public.strict_word_similarity_dist_op
    • strictWordSimilarityDistOp

      public static org.jooq.Field<Float> strictWordSimilarityDistOp(String __1, String __2)
      Get public.strict_word_similarity_dist_op as a field.
    • strictWordSimilarityDistOp

      public static org.jooq.Field<Float> strictWordSimilarityDistOp(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.strict_word_similarity_dist_op as a field.
    • strictWordSimilarityOp

      public static Boolean strictWordSimilarityOp(org.jooq.Configuration configuration, String __1, String __2)
      Call public.strict_word_similarity_op
    • strictWordSimilarityOp

      public static org.jooq.Field<Boolean> strictWordSimilarityOp(String __1, String __2)
      Get public.strict_word_similarity_op as a field.
    • strictWordSimilarityOp

      public static org.jooq.Field<Boolean> strictWordSimilarityOp(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.strict_word_similarity_op as a field.
    • wordSimilarity

      public static Float wordSimilarity(org.jooq.Configuration configuration, String __1, String __2)
      Call public.word_similarity
    • wordSimilarity

      public static org.jooq.Field<Float> wordSimilarity(String __1, String __2)
      Get public.word_similarity as a field.
    • wordSimilarity

      public static org.jooq.Field<Float> wordSimilarity(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.word_similarity as a field.
    • wordSimilarityCommutatorOp

      public static Boolean wordSimilarityCommutatorOp(org.jooq.Configuration configuration, String __1, String __2)
      Call public.word_similarity_commutator_op
    • wordSimilarityCommutatorOp

      public static org.jooq.Field<Boolean> wordSimilarityCommutatorOp(String __1, String __2)
      Get public.word_similarity_commutator_op as a field.
    • wordSimilarityCommutatorOp

      public static org.jooq.Field<Boolean> wordSimilarityCommutatorOp(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.word_similarity_commutator_op as a field.
    • wordSimilarityDistCommutatorOp

      public static Float wordSimilarityDistCommutatorOp(org.jooq.Configuration configuration, String __1, String __2)
      Call public.word_similarity_dist_commutator_op
    • wordSimilarityDistCommutatorOp

      public static org.jooq.Field<Float> wordSimilarityDistCommutatorOp(String __1, String __2)
      Get public.word_similarity_dist_commutator_op as a field.
    • wordSimilarityDistCommutatorOp

      public static org.jooq.Field<Float> wordSimilarityDistCommutatorOp(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.word_similarity_dist_commutator_op as a field.
    • wordSimilarityDistOp

      public static Float wordSimilarityDistOp(org.jooq.Configuration configuration, String __1, String __2)
      Call public.word_similarity_dist_op
    • wordSimilarityDistOp

      public static org.jooq.Field<Float> wordSimilarityDistOp(String __1, String __2)
      Get public.word_similarity_dist_op as a field.
    • wordSimilarityDistOp

      public static org.jooq.Field<Float> wordSimilarityDistOp(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.word_similarity_dist_op as a field.
    • wordSimilarityOp

      public static Boolean wordSimilarityOp(org.jooq.Configuration configuration, String __1, String __2)
      Call public.word_similarity_op
    • wordSimilarityOp

      public static org.jooq.Field<Boolean> wordSimilarityOp(String __1, String __2)
      Get public.word_similarity_op as a field.
    • wordSimilarityOp

      public static org.jooq.Field<Boolean> wordSimilarityOp(org.jooq.Field<String> __1, org.jooq.Field<String> __2)
      Get public.word_similarity_op as a field.
    • pgpArmorHeaders

      public static org.jooq.Result<PgpArmorHeadersRecord> pgpArmorHeaders(org.jooq.Configuration configuration, String __1)
      Call public.pgp_armor_headers.
    • pgpArmorHeaders

      public static PgpArmorHeaders pgpArmorHeaders(String __1)
      Get public.pgp_armor_headers as a table.
    • pgpArmorHeaders

      public static PgpArmorHeaders pgpArmorHeaders(org.jooq.Field<String> __1)
      Get public.pgp_armor_headers as a table.