Package org.teiid.core
Interface CoreConstants
-
public interface CoreConstants
- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_ANON_USERNAME
Constant for the anonymous Teiid system usernamestatic String
INFORMATION_SCHEMA
static String
ODBC_MODEL
static String
SYSTEM_ADMIN_MODEL
static String
SYSTEM_MODEL
-
-
-
Field Detail
-
SYSTEM_MODEL
static final String SYSTEM_MODEL
- See Also:
- Constant Field Values
-
SYSTEM_ADMIN_MODEL
static final String SYSTEM_ADMIN_MODEL
- See Also:
- Constant Field Values
-
ODBC_MODEL
static final String ODBC_MODEL
- See Also:
- Constant Field Values
-
INFORMATION_SCHEMA
static final String INFORMATION_SCHEMA
- See Also:
- Constant Field Values
-
DEFAULT_ANON_USERNAME
static final String DEFAULT_ANON_USERNAME
Constant for the anonymous Teiid system username- See Also:
- Constant Field Values
-
-