public class DefaultRelMetadataProvider extends ChainedRelMetadataProvider
RelMetadataProvider interface. It provides generic formulas and
derivation rules for the standard logical algebra; coverage corresponds to
the methods declared in RelMetadataQuery.| Modifier and Type | Field and Description |
|---|---|
static DefaultRelMetadataProvider |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultRelMetadataProvider()
Creates a new default provider.
|
public static final DefaultRelMetadataProvider INSTANCE
protected DefaultRelMetadataProvider()
Use this constructor only from a sub-class. Otherwise use the singleton
instance, INSTANCE.
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.