org.jooq.util.maven.example.postgres
Class Routines

java.lang.Object
  extended by org.jooq.util.maven.example.postgres.Routines

@Generated(value={"http://www.jooq.org","2.0.2"},
           comments="This class is generated by jOOQ")
public final class Routines
extends Object

This class is generated by jOOQ. Convenience access to all stored procedures and functions in public


Method Summary
static Integer f317(org.jooq.Configuration configuration, Integer p1, Integer p2, Integer p3, Integer p4)
          Invoke F317
static org.jooq.Field<Integer> f317(org.jooq.Field<Integer> p1, org.jooq.Field<Integer> p2, org.jooq.Field<Integer> p3, org.jooq.Field<Integer> p4)
          Get F317 as a field
static org.jooq.Field<Integer> f317(Integer p1, Integer p2, Integer p3, Integer p4)
          Get F317 as a field
static Integer[] fArrays1(org.jooq.Configuration configuration, Integer[] inArray)
          Invoke F_ARRAYS
static org.jooq.Field<Integer[]> fArrays1(org.jooq.Field<Integer[]> inArray)
          Get F_ARRAYS as a field
static org.jooq.Field<Integer[]> fArrays1(Integer[] inArray)
          Get F_ARRAYS as a field
static Long[] fArrays2(org.jooq.Configuration configuration, Long[] inArray)
          Invoke F_ARRAYS
static org.jooq.Field<Long[]> fArrays2(org.jooq.Field<Long[]> inArray)
          Get F_ARRAYS as a field
static org.jooq.Field<Long[]> fArrays2(Long[] inArray)
          Get F_ARRAYS as a field
static String[] fArrays3(org.jooq.Configuration configuration, String[] inArray)
          Invoke F_ARRAYS
static org.jooq.Field<String[]> fArrays3(org.jooq.Field<String[]> inArray)
          Get F_ARRAYS as a field
static org.jooq.Field<String[]> fArrays3(String[] inArray)
          Get F_ARRAYS as a field
static Integer fAuthorExists(org.jooq.Configuration configuration, String authorName)
          Invoke F_AUTHOR_EXISTS
static org.jooq.Field<Integer> fAuthorExists(org.jooq.Field<String> authorName)
          Get F_AUTHOR_EXISTS as a field
static org.jooq.Field<Integer> fAuthorExists(String authorName)
          Get F_AUTHOR_EXISTS as a field
static org.jooq.Result<org.jooq.Record> fGetOneCursor(org.jooq.Configuration configuration, Integer[] bookIds)
          Invoke F_GET_ONE_CURSOR
static org.jooq.Field<org.jooq.Result<org.jooq.Record>> fGetOneCursor(org.jooq.Field<Integer[]> bookIds)
          Get F_GET_ONE_CURSOR as a field
static org.jooq.Field<org.jooq.Result<org.jooq.Record>> fGetOneCursor(Integer[] bookIds)
          Get F_GET_ONE_CURSOR as a field
static Integer fNumber(org.jooq.Configuration configuration, Integer n)
          Invoke F_NUMBER
static org.jooq.Field<Integer> fNumber(org.jooq.Field<Integer> n)
          Get F_NUMBER as a field
static org.jooq.Field<Integer> fNumber(Integer n)
          Get F_NUMBER as a field
static org.jooq.Field<Integer> fOne()
          Get F_ONE as a field
static Integer fOne(org.jooq.Configuration configuration)
          Invoke F_ONE
static P391 p391(org.jooq.Configuration configuration, Integer i1, Integer io1, Integer io2, Integer i2)
          Invoke P391
static Integer[] pArrays1(org.jooq.Configuration configuration, Integer[] inArray)
          Invoke P_ARRAYS
static Long[] pArrays2(org.jooq.Configuration configuration, Long[] inArray)
          Invoke P_ARRAYS
static String[] pArrays3(org.jooq.Configuration configuration, String[] inArray)
          Invoke P_ARRAYS
static Integer pAuthorExists(org.jooq.Configuration configuration, String authorName)
          Invoke P_AUTHOR_EXISTS
static void pCreateAuthor(org.jooq.Configuration configuration)
          Invoke P_CREATE_AUTHOR
static void pCreateAuthorByName(org.jooq.Configuration configuration, String firstName, String lastName)
          Invoke P_CREATE_AUTHOR_BY_NAME
static String pEnhanceAddress1(org.jooq.Configuration configuration, UAddressTypeRecord address)
          Invoke P_ENHANCE_ADDRESS1
static UAddressTypeRecord pEnhanceAddress2(org.jooq.Configuration configuration)
          Invoke P_ENHANCE_ADDRESS2
static UAddressTypeRecord pEnhanceAddress3(org.jooq.Configuration configuration, UAddressTypeRecord address)
          Invoke P_ENHANCE_ADDRESS3
static PGetOneCursor pGetOneCursor(org.jooq.Configuration configuration, Integer[] bookIds)
          Invoke P_GET_ONE_CURSOR
static PGetTwoCursors pGetTwoCursors(org.jooq.Configuration configuration)
          Invoke P_GET_TWO_CURSORS
static org.jooq.Field<Object> pTriggers()
          Get P_TRIGGERS as a field
static Object pTriggers(org.jooq.Configuration configuration)
          Invoke P_TRIGGERS
static PUnused pUnused(org.jooq.Configuration configuration, String in1, Integer out2)
          Invoke P_UNUSED
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fArrays1

public static Integer[] fArrays1(org.jooq.Configuration configuration,
                                 Integer[] inArray)
Invoke F_ARRAYS

Parameters:
inArray -
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

fArrays1

public static org.jooq.Field<Integer[]> fArrays1(Integer[] inArray)
Get F_ARRAYS as a field

Parameters:
inArray -

fArrays1

public static org.jooq.Field<Integer[]> fArrays1(org.jooq.Field<Integer[]> inArray)
Get F_ARRAYS as a field

Parameters:
inArray -

fArrays2

public static Long[] fArrays2(org.jooq.Configuration configuration,
                              Long[] inArray)
Invoke F_ARRAYS

Parameters:
inArray -
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

fArrays2

public static org.jooq.Field<Long[]> fArrays2(Long[] inArray)
Get F_ARRAYS as a field

Parameters:
inArray -

fArrays2

public static org.jooq.Field<Long[]> fArrays2(org.jooq.Field<Long[]> inArray)
Get F_ARRAYS as a field

Parameters:
inArray -

fArrays3

public static String[] fArrays3(org.jooq.Configuration configuration,
                                String[] inArray)
Invoke F_ARRAYS

Parameters:
inArray -
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

fArrays3

public static org.jooq.Field<String[]> fArrays3(String[] inArray)
Get F_ARRAYS as a field

Parameters:
inArray -

fArrays3

public static org.jooq.Field<String[]> fArrays3(org.jooq.Field<String[]> inArray)
Get F_ARRAYS as a field

Parameters:
inArray -

fAuthorExists

public static Integer fAuthorExists(org.jooq.Configuration configuration,
                                    String authorName)
Invoke F_AUTHOR_EXISTS

Parameters:
authorName -
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

fAuthorExists

public static org.jooq.Field<Integer> fAuthorExists(String authorName)
Get F_AUTHOR_EXISTS as a field

Parameters:
authorName -

fAuthorExists

public static org.jooq.Field<Integer> fAuthorExists(org.jooq.Field<String> authorName)
Get F_AUTHOR_EXISTS as a field

Parameters:
authorName -

fGetOneCursor

public static org.jooq.Result<org.jooq.Record> fGetOneCursor(org.jooq.Configuration configuration,
                                                             Integer[] bookIds)
Invoke F_GET_ONE_CURSOR

Parameters:
bookIds -
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

fGetOneCursor

public static org.jooq.Field<org.jooq.Result<org.jooq.Record>> fGetOneCursor(Integer[] bookIds)
Get F_GET_ONE_CURSOR as a field

Parameters:
bookIds -

fGetOneCursor

public static org.jooq.Field<org.jooq.Result<org.jooq.Record>> fGetOneCursor(org.jooq.Field<Integer[]> bookIds)
Get F_GET_ONE_CURSOR as a field

Parameters:
bookIds -

fNumber

public static Integer fNumber(org.jooq.Configuration configuration,
                              Integer n)
Invoke F_NUMBER

Parameters:
n -
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

fNumber

public static org.jooq.Field<Integer> fNumber(Integer n)
Get F_NUMBER as a field

Parameters:
n -

fNumber

public static org.jooq.Field<Integer> fNumber(org.jooq.Field<Integer> n)
Get F_NUMBER as a field

Parameters:
n -

fOne

public static Integer fOne(org.jooq.Configuration configuration)
Invoke F_ONE

Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

fOne

public static org.jooq.Field<Integer> fOne()
Get F_ONE as a field


f317

public static Integer f317(org.jooq.Configuration configuration,
                           Integer p1,
                           Integer p2,
                           Integer p3,
                           Integer p4)
Invoke F317

Parameters:
p1 -
p2 -
p3 -
p4 -
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

f317

public static org.jooq.Field<Integer> f317(Integer p1,
                                           Integer p2,
                                           Integer p3,
                                           Integer p4)
Get F317 as a field

Parameters:
p1 -
p2 -
p3 -
p4 -

f317

public static org.jooq.Field<Integer> f317(org.jooq.Field<Integer> p1,
                                           org.jooq.Field<Integer> p2,
                                           org.jooq.Field<Integer> p3,
                                           org.jooq.Field<Integer> p4)
Get F317 as a field

Parameters:
p1 -
p2 -
p3 -
p4 -

pArrays2

public static Long[] pArrays2(org.jooq.Configuration configuration,
                              Long[] inArray)
Invoke P_ARRAYS

Parameters:
inArray - IN parameter
outArray - OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pArrays1

public static Integer[] pArrays1(org.jooq.Configuration configuration,
                                 Integer[] inArray)
Invoke P_ARRAYS

Parameters:
inArray - IN parameter
outArray - OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pArrays3

public static String[] pArrays3(org.jooq.Configuration configuration,
                                String[] inArray)
Invoke P_ARRAYS

Parameters:
inArray - IN parameter
outArray - OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pAuthorExists

public static Integer pAuthorExists(org.jooq.Configuration configuration,
                                    String authorName)
Invoke P_AUTHOR_EXISTS

Parameters:
authorName - IN parameter
result - OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pCreateAuthor

public static void pCreateAuthor(org.jooq.Configuration configuration)
Invoke P_CREATE_AUTHOR

Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pCreateAuthorByName

public static void pCreateAuthorByName(org.jooq.Configuration configuration,
                                       String firstName,
                                       String lastName)
Invoke P_CREATE_AUTHOR_BY_NAME

Parameters:
firstName - IN parameter
lastName - IN parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pEnhanceAddress1

public static String pEnhanceAddress1(org.jooq.Configuration configuration,
                                      UAddressTypeRecord address)
Invoke P_ENHANCE_ADDRESS1

Parameters:
address - IN parameter
no - OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pEnhanceAddress2

public static UAddressTypeRecord pEnhanceAddress2(org.jooq.Configuration configuration)
Invoke P_ENHANCE_ADDRESS2

Parameters:
address - OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pEnhanceAddress3

public static UAddressTypeRecord pEnhanceAddress3(org.jooq.Configuration configuration,
                                                  UAddressTypeRecord address)
Invoke P_ENHANCE_ADDRESS3

Parameters:
address - IN OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pGetOneCursor

public static PGetOneCursor pGetOneCursor(org.jooq.Configuration configuration,
                                          Integer[] bookIds)
Invoke P_GET_ONE_CURSOR

Parameters:
total - OUT parameter
books - OUT parameter
bookIds - IN parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pGetTwoCursors

public static PGetTwoCursors pGetTwoCursors(org.jooq.Configuration configuration)
Invoke P_GET_TWO_CURSORS

Parameters:
books - OUT parameter
authors - OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pTriggers

public static Object pTriggers(org.jooq.Configuration configuration)
Invoke P_TRIGGERS

Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

pTriggers

public static org.jooq.Field<Object> pTriggers()
Get P_TRIGGERS as a field


pUnused

public static PUnused pUnused(org.jooq.Configuration configuration,
                              String in1,
                              Integer out2)
Invoke P_UNUSED

Parameters:
in1 - IN parameter
out1 - OUT parameter
out2 - IN OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query

p391

public static P391 p391(org.jooq.Configuration configuration,
                        Integer i1,
                        Integer io1,
                        Integer io2,
                        Integer i2)
Invoke P391

Parameters:
i1 - IN parameter
io1 - IN OUT parameter
o1 - OUT parameter
o2 - OUT parameter
io2 - IN OUT parameter
i2 - IN parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query


Copyright © 2012. All Rights Reserved.