Package org.tmatesoft.sqljet.core.table
Class SqlJetScope
java.lang.Object
org.tmatesoft.sqljet.core.table.SqlJetScope
Objects of these class describes bounded scope.
Scope has two bounds, left and right, represented by the instances
of
SqlJetScope.SqlJetScopeBound
class.
Null left or right bound means that scope is not bounded from that side.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSqlJetScope
(Object[] leftKey, boolean isLeftKeyIncluded, Object[] rightKey, boolean isRightKeyIncluded) SqlJetScope
(Object[] leftKey, Object[] rightKey) SqlJetScope
(SqlJetScope.SqlJetScopeBound leftBound, SqlJetScope.SqlJetScopeBound rightBound) -
Method Summary