|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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 RoutinesThis 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 |
|---|
public static String formatType(org.jooq.Configuration configuration,
Long __1,
Integer __2)
__1 - __2 -
org.jooq.exception.DataAccessException - if something went wrong executing the query
public static org.jooq.Field<String> formatType(Long __1,
Integer __2)
__1 - __2 -
public static org.jooq.Field<String> formatType(org.jooq.Field<Long> __1,
org.jooq.Field<Integer> __2)
__1 - __2 - public static PgCursor pgCursor(org.jooq.Configuration configuration)
name - OUT parameterstatement - OUT parameterisHoldable - OUT parameterisBinary - OUT parameterisScrollable - OUT parametercreationTime - OUT parameter
org.jooq.exception.DataAccessException - if something went wrong executing the query
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||