Uses of Class
org.apache.ignite.spi.systemview.view.sql.SqlSchemaView
-
Packages that use SqlSchemaView Package Description org.apache.ignite.internal.managers.systemview.walker -
-
Uses of SqlSchemaView in org.apache.ignite.internal.managers.systemview.walker
Methods in org.apache.ignite.internal.managers.systemview.walker with parameters of type SqlSchemaView Modifier and Type Method Description voidSqlSchemaViewWalker. visitAll(SqlSchemaView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)Calls visitor for each row attribute.
-