org.jooq.util.postgres.pg_catalog
Class Routines

java.lang.Object
  extended by org.jooq.util.postgres.pg_catalog.Routines

@Generated(value={"http://www.jooq.org","2.0.6"},
           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 pg_catalog


Method Summary
static String formatType(org.jooq.Configuration configuration, Long __1, Integer __2)
          Call pg_catalog.format_type
static org.jooq.Field<String> formatType(org.jooq.Field<Long> __1, org.jooq.Field<Integer> __2)
          Get pg_catalog.format_type as a field
static org.jooq.Field<String> formatType(Long __1, Integer __2)
          Get pg_catalog.format_type as a field
static PgCursor pgCursor(org.jooq.Configuration configuration)
          Call pg_catalog.pg_cursor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

formatType

public static String formatType(org.jooq.Configuration configuration,
                                Long __1,
                                Integer __2)
Call pg_catalog.format_type

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

formatType

public static org.jooq.Field<String> formatType(Long __1,
                                                Integer __2)
Get pg_catalog.format_type as a field

Parameters:
__1 -
__2 -

formatType

public static org.jooq.Field<String> formatType(org.jooq.Field<Long> __1,
                                                org.jooq.Field<Integer> __2)
Get pg_catalog.format_type as a field

Parameters:
__1 -
__2 -

pgCursor

public static PgCursor pgCursor(org.jooq.Configuration configuration)
Call pg_catalog.pg_cursor

Parameters:
name - OUT parameter
statement - OUT parameter
isHoldable - OUT parameter
isBinary - OUT parameter
isScrollable - OUT parameter
creationTime - OUT parameter
Throws:
org.jooq.exception.DataAccessException - if something went wrong executing the query


Copyright © 2012. All Rights Reserved.