Class VirtualSchema

    • Method Detail

      • getType

        public String getType()
        Description copied from interface: DatabaseObject
        Get the type of the database object.
        Returns:
        type of the database object
      • hasParent

        public boolean hasParent()
        Description copied from interface: DatabaseObject
        Check if this object has a parent object that sets the scope within the database
        Returns:
        true if the object has a parent
      • getParent

        public DatabaseObject getParent()
        Description copied from interface: DatabaseObject
        Get the parent object.
        Returns:
        parent object
      • getSourceSchemaName

        public String getSourceSchemaName()
        Get the name of the source schema.
        Returns:
        source schema name
      • getAdapterScript

        public AdapterScript getAdapterScript()
        Get the adapter script that powers the Virtual Schema.
        Returns:
        adapter script
      • getDialectName

        public String getDialectName()
        Get the name of the Virtual Schema dialect.
        Returns:
        dialect name
      • getConnectionDefinition

        public ConnectionDefinition getConnectionDefinition()
        Get the connection definition.
        Returns:
        connection definition
      • getProperties

        public Map<String,​String> getProperties()
        Get the raw adapter properties.
        Returns:
        raw adapter properties