Show / Hide Table of Contents

Interface IQueryFactory

Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IQueryFactory

Methods

| Improve this Doc View Source

CreateQuery(String)

Creates a Query object from the given SQL string.

Declaration
IQuery CreateQuery(string queryExpression)
Parameters
Type Name Description
System.String queryExpression

SQL Expression

Returns
Type Description
IQuery
Exceptions
Type Condition
System.ArgumentNullException

Thrown if queryExpression is null

CouchbaseException

Thrown if an error condition is returned from LiteCore

CouchbaseLiteException

Throw if compiling queryExpression returns an error

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX