Class SqlJetScope.SqlJetScopeBound

  • Enclosing class:
    SqlJetScope

    public static class SqlJetScope.SqlJetScopeBound
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlJetScopeBound​(java.lang.Object[] value)  
      SqlJetScopeBound​(java.lang.Object[] value, boolean inclusive)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getValue()  
      boolean isInclusive()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SqlJetScopeBound

        public SqlJetScopeBound​(java.lang.Object[] value)
      • SqlJetScopeBound

        public SqlJetScopeBound​(java.lang.Object[] value,
                                boolean inclusive)
    • Method Detail

      • getValue

        public java.lang.Object[] getValue()
      • isInclusive

        public boolean isInclusive()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object