Tabnine Logo
StructuredQueryBuilder$NotQuery
Code IndexAdd Tabnine to your IDE (free)

How to use
StructuredQueryBuilder$NotQuery
in
com.marklogic.client.query

Best Java code snippets using com.marklogic.client.query.StructuredQueryBuilder$NotQuery (Showing top 2 results out of 315)

origin: com.marklogic/client-api-java

/**
 * Defines a NOT query for a query definition. To negate
 * a list of query definitions, define an AND or
 * OR query over the list and define the NOT query over
 * the AND or OR query.
 * @param query    the query definition
 * @return    the StructuredQueryDefinition for the NOT query
 */
public NotQuery not(StructuredQueryDefinition query) {
  checkQuery(query);
  return new NotQuery(query);
}
origin: marklogic/java-client-api

/**
 * Defines a NOT query for a query definition. To negate
 * a list of query definitions, define an AND or
 * OR query over the list and define the NOT query over
 * the AND or OR query.
 * @param query    the query definition
 * @return    the StructuredQueryDefinition for the NOT query
 */
public StructuredQueryDefinition not(StructuredQueryDefinition query) {
 checkQuery(query);
 return new NotQuery(query);
}
com.marklogic.client.queryStructuredQueryBuilder$NotQuery

Most used methods

  • <init>

Popular in Java

  • Creating JSON documents from java classes using gson
  • scheduleAtFixedRate (Timer)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • requestLocationUpdates (LocationManager)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • JLabel (javax.swing)
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now