Class UserAggregateDefinition

    • Constructor Detail

      • UserAggregateDefinition

        public UserAggregateDefinition​(AliasDescriptor alias)
        Conjure out of thin air.
    • Method Detail

      • getAliasDescriptor

        public AliasDescriptor getAliasDescriptor()
        Get the wrapped alias descriptor
      • vetCompatibility

        private void vetCompatibility​(java.lang.Class<?> actualClass,
                                      java.lang.Class<?> expectedClass,
                                      java.lang.String sqlState)
                               throws StandardException
        Verify that an actual type is compatible with the expected type.
        Throws:
        StandardException
      • aggregatorInstantiation

        private StandardException aggregatorInstantiation​(java.lang.Throwable t)
        Make a "Could not instantiate aggregator" exception.