public class Routines extends Object
| Constructor and Description |
|---|
Routines() |
| Modifier and Type | Method and Description |
|---|---|
static AggregateFunction<Long> |
count1(Field<Object> __1)
Deprecated.
Unknown data type. Please define an explicit
Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. |
static AggregateFunction<Long> |
count1(Object __1)
Deprecated.
Unknown data type. Please define an explicit
Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. |
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. |
@Deprecated public static AggregateFunction<Long> count1(Object __1)
Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.@Deprecated public static AggregateFunction<Long> count1(Field<Object> __1)
Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.public static AggregateFunction<Long> count2()
pg_catalog.count as a field.public 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 field.Copyright © 2021. All rights reserved.