org.tmatesoft.sqljet.core.table
Class SqlJetScope.SqlJetScopeBound
java.lang.Object
org.tmatesoft.sqljet.core.table.SqlJetScope.SqlJetScopeBound
- Enclosing class:
- SqlJetScope
public static class SqlJetScope.SqlJetScopeBound
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SqlJetScope.SqlJetScopeBound
public SqlJetScope.SqlJetScopeBound(java.lang.Object[] value)
SqlJetScope.SqlJetScopeBound
public SqlJetScope.SqlJetScopeBound(java.lang.Object[] value,
boolean inclusive)
getValue
public java.lang.Object[] getValue()
isInclusive
public boolean isInclusive()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object