Interface DatabaseArtifactTypes


public interface DatabaseArtifactTypes
The Database Artifacts Types.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int FUNCTION
    The Constant FUNCTION.
    static int PROCEDURE
    The Constant PROCEDURE.
    static int SCHEMA
    The Constant SCHEMA.
    static int SEQUENCE
    The Constant SEQUENCE.
    static int SYNONYM
    The Constant SYNONYM.
    static int TABLE
    The Constant TABLE.
    static int TABLE_TYPE
    The Constant TABLE_TYPE.
    static int VIEW
    The Constant VIEW.