org.pentaho.reporting.engine.classic.core
Class MetaAttributeNames.Database

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.MetaAttributeNames.Database
Enclosing class:
MetaAttributeNames

public static class MetaAttributeNames.Database
extends Object


Field Summary
static String CATALOG
           
static String NAMESPACE
           
static String SCHEMA
           
static String TABLE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

TABLE

public static final String TABLE
See Also:
Constant Field Values

SCHEMA

public static final String SCHEMA
See Also:
Constant Field Values

CATALOG

public static final String CATALOG
See Also:
Constant Field Values