Class SqlSchemaView


  • public class SqlSchemaView
    extends Object
    Sql schema system view representation.
    • Constructor Detail

      • SqlSchemaView

        public SqlSchemaView​(org.apache.ignite.internal.processors.query.schema.management.SchemaDescriptor schema)
        Parameters:
        schema - Schema.
    • Method Detail

      • schemaName

        public String schemaName()
        Returns:
        Schema name.
      • predefined

        public boolean predefined()
        Returns:
        True if schema is predefined, false otherwise.