Class Term.NonTerminal

    • Constructor Detail

      • NonTerminal

        public NonTerminal()
    • Method Detail

      • bindAndGet

        public java.nio.ByteBuffer bindAndGet​(QueryOptions options)
                                       throws InvalidRequestException
        Description copied from interface: Term
        A shorter for bind(values).get(). We expose it mainly because for constants it can avoids allocating a temporary object between the bind and the get (note that we still want to be able to separate bind and get for collections).
        Specified by:
        bindAndGet in interface Term
        Throws:
        InvalidRequestException