Class Routines


  • public class Routines
    extends Object
    Convenience access to all stored procedures and functions in pg_catalog.
    • Constructor Detail

      • Routines

        public Routines()
    • Method Detail

      • count1

        @Deprecated
        public 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.
      • count1

        @Deprecated
        public 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.
      • formatType

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