@Generated(value={"http://www.jooq.org","jOOQ version:3.6.0"}, comments="This class is generated by jOOQ") public class Routines extends Object
| Constructor and Description |
|---|
Routines() |
| Modifier and Type | Method and Description |
|---|---|
static AggregateFunction<Long> |
count1(Field<Object> __1)
Get
pg_catalog.count as a field |
static AggregateFunction<Long> |
count1(Object __1)
Get
pg_catalog.count as a field |
static AggregateFunction<Long> |
count2()
Get
pg_catalog.count as a field |
static String |
formatType(Configuration configuration,
Long __1,
Integer __2)
Call
pg_catalog.format_type |
static Field<String> |
formatType(Field<Long> __1,
Field<Integer> __2)
Get
pg_catalog.format_type as a field |
static Field<String> |
formatType(Long __1,
Integer __2)
Get
pg_catalog.format_type as a field |
static PgCursor |
pgCursor()
Get
pg_catalog.pg_cursor as a field |
public static AggregateFunction<Long> count1(Object __1)
pg_catalog.count as a fieldpublic static AggregateFunction<Long> count1(Field<Object> __1)
pg_catalog.count as a fieldpublic static AggregateFunction<Long> count2()
pg_catalog.count as a fieldpublic static String formatType(Configuration configuration, Long __1, Integer __2)
pg_catalog.format_typepublic static Field<String> formatType(Long __1, Integer __2)
pg_catalog.format_type as a fieldpublic static Field<String> formatType(Field<Long> __1, Field<Integer> __2)
pg_catalog.format_type as a fieldpublic static PgCursor pgCursor()
pg_catalog.pg_cursor as a fieldCopyright © 2015. All Rights Reserved.