Class SqlSchemaView
- java.lang.Object
-
- org.apache.ignite.spi.systemview.view.sql.SqlSchemaView
-
public class SqlSchemaView extends Object
Sql schema system view representation.
-
-
Constructor Summary
Constructors Constructor Description SqlSchemaView(org.apache.ignite.internal.processors.query.schema.management.SchemaDescriptor schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
predefined()
String
schemaName()
-
-
-
Method Detail
-
schemaName
public String schemaName()
- Returns:
- Schema name.
-
predefined
public boolean predefined()
- Returns:
True
if schema is predefined,false
otherwise.
-
-