Class SqlJetScope.SqlJetScopeBound

java.lang.Object
org.tmatesoft.sqljet.core.table.SqlJetScope.SqlJetScopeBound
Enclosing class:
SqlJetScope

public static class SqlJetScope.SqlJetScopeBound extends Object
  • Constructor Details

    • SqlJetScopeBound

      public SqlJetScopeBound(Object[] value)
    • SqlJetScopeBound

      public SqlJetScopeBound(Object[] value, boolean inclusive)
  • Method Details

    • getValue

      public Object[] getValue()
    • isInclusive

      public boolean isInclusive()
    • toString

      public String toString()
      Overrides:
      toString in class Object