public class SqlJetScope
extends java.lang.Object
SqlJetScope.SqlJetScopeBound
class.
Null left or right bound means that scope is not bounded from that side.Modifier and Type | Class and Description |
---|---|
static class |
SqlJetScope.SqlJetScopeBound |
Constructor and Description |
---|
SqlJetScope(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) |
Modifier and Type | Method and Description |
---|---|
SqlJetScope.SqlJetScopeBound |
getLeftBound() |
SqlJetScope.SqlJetScopeBound |
getRightBound() |
SqlJetScope |
reverse() |
java.lang.String |
toString() |
public SqlJetScope(java.lang.Object[] leftKey, java.lang.Object[] rightKey)
public SqlJetScope(java.lang.Object[] leftKey, boolean isLeftKeyIncluded, java.lang.Object[] rightKey, boolean isRightKeyIncluded)
public SqlJetScope(SqlJetScope.SqlJetScopeBound leftBound, SqlJetScope.SqlJetScopeBound rightBound)
public SqlJetScope.SqlJetScopeBound getLeftBound()
public SqlJetScope.SqlJetScopeBound getRightBound()
public SqlJetScope reverse()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.