Class SqlSchemaView
- java.lang.Object
- 
- org.apache.ignite.spi.systemview.view.sql.SqlSchemaView
 
- 
 public class SqlSchemaView extends Object Sql schema system view representation.
- 
- 
Constructor SummaryConstructors Constructor Description SqlSchemaView(org.apache.ignite.internal.processors.query.schema.management.SchemaDescriptor schema)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpredefined()StringschemaName()
 
- 
- 
- 
Method Detail- 
schemaNamepublic String schemaName() - Returns:
- Schema name.
 
 - 
predefinedpublic boolean predefined() - Returns:
- Trueif schema is predefined,- falseotherwise.
 
 
- 
 
-