Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class and Description |
---|---|
static class |
QueryPlan.CompositeNode
A branch node for performing a composite function on two child nodes.
|
static class |
QueryPlan.EquiJoinNode
A branch node for equi-joining two tables together given two sets of
columns.
|
static class |
QueryPlan.JoinNode
A branch node for a non-equi join between two tables.
|
static class |
QueryPlan.LogicalUnionNode
A branch node for a logical union of two tables of identical types.
|
static class |
QueryPlan.NaturalJoinNode
A branch node for naturally joining two tables together.
|
static class |
QueryPlan.NonCorrelatedAnyAllNode
A branch node for a non-correlated ANY or ALL sub-query evaluation.
|
Copyright © 2015. All rights reserved.