- java.lang.Object
-
- org.jooq.meta.postgres.pg_catalog.Routines
-
public class Routines extends Object
Convenience access to all stored procedures and functions in pg_catalog.
-
-
Constructor Summary
Constructors Constructor Description Routines()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AggregateFunction<Long>count1(Object __1)Deprecated.Unknown data type.static AggregateFunction<Long>count1(Field<Object> __1)Deprecated.Unknown data type.static AggregateFunction<Long>count2()Getpg_catalog.countas a field.static Field<String>formatType(Long __1, Integer __2)Getpg_catalog.format_typeas a field.static StringformatType(Configuration configuration, Long __1, Integer __2)Callpg_catalog.format_typestatic Field<String>formatType(Field<Long> __1, Field<Integer> __2)Getpg_catalog.format_typeas a field.
-
-
-
Method Detail
-
count1
@Deprecated public static AggregateFunction<Long> count1(Object __1)
Deprecated.Unknown data type. Please define an explicitBindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.
-
count1
@Deprecated public static AggregateFunction<Long> count1(Field<Object> __1)
Deprecated.Unknown data type. Please define an explicitBindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.
-
count2
public static AggregateFunction<Long> count2()
Getpg_catalog.countas a field.
-
formatType
public static String formatType(Configuration configuration, Long __1, Integer __2)
Callpg_catalog.format_type
-
formatType
public static Field<String> formatType(Long __1, Integer __2)
Getpg_catalog.format_typeas a field.
-
-