Class Data

    • Constructor Detail

      • Data

        public Data()
    • Method Detail

      • getTable

        public Table getTable()
      • setTable

        public Data setTable​(Table table)
      • getContainingObjects

        public DatabaseObject[] getContainingObjects()
      • getName

        public String getName()
      • setName

        public Data setName​(String name)
        Description copied from interface: DatabaseObject
        Sets the name for the database object.
        Parameters:
        name - the new name for the database object
        Returns:
        a reference to the same object (implementing classes are expected to return a reference to the same object).
      • getSchema

        public Schema getSchema()