Couchbase Lite
Objective-C API for iOS and Mac OS
CouchbaseLite.h
Go to the documentation of this file.
1
//
2
// CouchbaseLite.h
3
// CouchbaseLite
4
//
5
// Created by Jens Alfke on 12/2/11.
6
// Copyright (c) 2011-2013 Couchbase, Inc. All rights reserved.
7
//
8
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
9
// except in compliance with the License. You may obtain a copy of the License at
10
// http://www.apache.org/licenses/LICENSE-2.0
11
// Unless required by applicable law or agreed to in writing, software distributed under the
12
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
13
// either express or implied. See the License for the specific language governing permissions
14
// and limitations under the License.
15
16
17
#define CBL_DEPRECATED // Enable deprecated methods.
18
19
#import "
CBLManager.h
"
20
#import "
CBLDatabase.h
"
21
#import "CBLDatabaseChange.h"
22
#import "
CBLDocument.h
"
23
#import "
CBLRevision.h
"
24
#import "
CBLAttachment.h
"
25
#import "
CBLView.h
"
26
#import "
CBLQuery.h
"
27
#import "
CBLQuery+FullTextSearch.h
"
28
#import "
CBLQuery+Geo.h
"
29
#import "
CBLQueryBuilder.h
"
30
#import "
CBLAuthenticator.h
"
31
#import "
CBLAuthenticator+OpenID.h
"
32
#import "
CBLReplication.h
"
33
#import "
CBLModel.h
"
34
#import "
CBLModelFactory.h
"
35
#import "
CBLJSON.h
"
36
37
#if TARGET_OS_IPHONE
38
#import "
CBLUITableSource.h
"
39
#else
40
#import "
CBLRegisterJSViewCompiler.h
"
41
#endif
CBLDocument.h
CBLModelFactory.h
CBLManager.h
CBLUITableSource.h
CBLView.h
CBLAuthenticator+OpenID.h
CBLQuery.h
CBLDatabase.h
CBLReplication.h
CBLQueryBuilder.h
CBLJSON.h
CBLAuthenticator.h
CBLModel.h
CBLQuery+FullTextSearch.h
CBLRegisterJSViewCompiler.h
CBLRevision.h
CBLAttachment.h
CBLQuery+Geo.h
Source
API
CouchbaseLite.h
Generated on Mon Oct 8 2018 13:46:12 for Couchbase Lite by
1.8.14