Package org.tmatesoft.sqljet.core.table
Class SqlJetScope
java.lang.Object
org.tmatesoft.sqljet.core.table.SqlJetScope
public class SqlJetScope
extends java.lang.Object
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.- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSqlJetScope
(java.lang.Object[] leftKey, boolean isLeftKeyIncluded, java.lang.Object[] rightKey, boolean isRightKeyIncluded) SqlJetScope
(java.lang.Object[] leftKey, java.lang.Object[] rightKey) SqlJetScope
(SqlJetScope.SqlJetScopeBound leftBound, SqlJetScope.SqlJetScopeBound rightBound) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SqlJetScope
public SqlJetScope(java.lang.Object[] leftKey, java.lang.Object[] rightKey) -
SqlJetScope
public SqlJetScope(java.lang.Object[] leftKey, boolean isLeftKeyIncluded, java.lang.Object[] rightKey, boolean isRightKeyIncluded) -
SqlJetScope
-
-
Method Details
-
getLeftBound
-
getRightBound
-
reverse
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-