Interface DatabaseArtifactTypes
- All Known Implementing Classes:
HanaSqlDialect
public interface DatabaseArtifactTypes
The Database Artifacts Types
-
Field Details
-
TABLE
static final int TABLE- See Also:
- Constant Field Values
-
VIEW
static final int VIEW- See Also:
- Constant Field Values
-
PROCEDURE
static final int PROCEDURE- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION- See Also:
- Constant Field Values
-
SEQUENCE
static final int SEQUENCE- See Also:
- Constant Field Values
-
SYNONYM
static final int SYNONYM- See Also:
- Constant Field Values
-