Class 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.
    • Constructor Detail

      • 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)