Uses of Class
org.apache.ignite.internal.processors.query.schema.management.ViewDescriptor
-
Packages that use ViewDescriptor Package Description org.apache.ignite.internal.processors.query.schema.management org.apache.ignite.spi.systemview.view.sql -
-
Uses of ViewDescriptor in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management that return ViewDescriptor Modifier and Type Method Description ViewDescriptorSchemaDescriptor. viewByName(String viewName)Methods in org.apache.ignite.internal.processors.query.schema.management that return types with arguments of type ViewDescriptor Modifier and Type Method Description Collection<ViewDescriptor>SchemaDescriptor. views()Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type ViewDescriptor Modifier and Type Method Description voidSchemaDescriptor. add(ViewDescriptor view)voidSchemaDescriptor. drop(ViewDescriptor view)Drop view. -
Uses of ViewDescriptor in org.apache.ignite.spi.systemview.view.sql
Constructors in org.apache.ignite.spi.systemview.view.sql with parameters of type ViewDescriptor Constructor Description SqlViewView(SchemaDescriptor schema, ViewDescriptor view)
-