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

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

public final class Routines
extends Object

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


Method Summary
static Integer f317(org.jooq.Configuration configuration, Integer p1, Integer p2, Integer p3, Integer p4)
          Call test2.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 test2.f317 as a field
static org.jooq.Field<Integer> f317(Integer p1, Integer p2, Integer p3, Integer p4)
          Get test2.f317 as a field
static Integer fAuthorExists(org.jooq.Configuration configuration, String authorName)
          Call test2.f_author_exists
static org.jooq.Field<Integer> fAuthorExists(org.jooq.Field<String> authorName)
          Get test2.f_author_exists as a field
static org.jooq.Field<Integer> fAuthorExists(String authorName)
          Get test2.f_author_exists as a field
static Integer fNumber(org.jooq.Configuration configuration, Integer n)
          Call test2.f_number
static org.jooq.Field<Integer> fNumber(org.jooq.Field<Integer> n)
          Get test2.f_number as a field
static org.jooq.Field<Integer> fNumber(Integer n)
          Get test2.f_number as a field
static org.jooq.Field<Integer> fOne()
          Get test2.f_one as a field
static Integer fOne(org.jooq.Configuration configuration)
          Call test2.f_one
static P391 p391(org.jooq.Configuration configuration, Integer i1, Integer io1, Integer io2, Integer i2)
          Call test2.p391
static Integer pAuthorExists(org.jooq.Configuration configuration, String authorName)
          Call test2.p_author_exists
static void pCreateAuthor(org.jooq.Configuration configuration)
          Call test2.p_create_author
static void pCreateAuthorByName(org.jooq.Configuration configuration, String firstName, String lastName)
          Call test2.p_create_author_by_name
static PUnused pUnused(org.jooq.Configuration configuration, String in1, Boolean out2)
          Call test2.p_unused
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

f317

public static Integer f317(org.jooq.Configuration configuration,
                           Integer p1,
                           Integer p2,
                           Integer p3,
                           Integer p4)
Call test2.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 test2.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 test2.f317 as a field

Parameters:
p1 -
p2 -
p3 -
p4 -

fAuthorExists

public static Integer fAuthorExists(org.jooq.Configuration configuration,
                                    String authorName)
Call test2.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 test2.f_author_exists as a field

Parameters:
authorName -

fAuthorExists

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

Parameters:
authorName -

fNumber

public static Integer fNumber(org.jooq.Configuration configuration,
                              Integer n)
Call test2.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 test2.f_number as a field

Parameters:
n -

fNumber

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

Parameters:
n -

fOne

public static Integer fOne(org.jooq.Configuration configuration)
Call test2.f_one

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

fOne

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


p391

public static P391 p391(org.jooq.Configuration configuration,
                        Integer i1,
                        Integer io1,
                        Integer io2,
                        Integer i2)
Call test2.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

pAuthorExists

public static Integer pAuthorExists(org.jooq.Configuration configuration,
                                    String authorName)
Call test2.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)
Call test2.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)
Call test2.p_create_author_by_name

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

pUnused

public static PUnused pUnused(org.jooq.Configuration configuration,
                              String in1,
                              Boolean out2)
Call test2.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


Copyright © 2012. All Rights Reserved.