michael@0: /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- michael@0: * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : michael@0: * This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #ifndef mozilla_storage_h_ michael@0: #define mozilla_storage_h_ michael@0: michael@0: //////////////////////////////////////////////////////////////////////////////// michael@0: //// Public Interfaces michael@0: michael@0: #include "mozStorageCID.h" michael@0: #include "mozIStorageAggregateFunction.h" michael@0: #include "mozIStorageConnection.h" michael@0: #include "mozIStorageError.h" michael@0: #include "mozIStorageFunction.h" michael@0: #include "mozIStoragePendingStatement.h" michael@0: #include "mozIStorageProgressHandler.h" michael@0: #include "mozIStorageResultSet.h" michael@0: #include "mozIStorageRow.h" michael@0: #include "mozIStorageService.h" michael@0: #include "mozIStorageStatement.h" michael@0: #include "mozIStorageStatementCallback.h" michael@0: #include "mozIStorageBindingParamsArray.h" michael@0: #include "mozIStorageBindingParams.h" michael@0: #include "mozIStorageVacuumParticipant.h" michael@0: #include "mozIStorageCompletionCallback.h" michael@0: #include "mozIStorageAsyncStatement.h" michael@0: #include "mozIStorageAsyncConnection.h" michael@0: michael@0: //////////////////////////////////////////////////////////////////////////////// michael@0: //// Native Language Helpers michael@0: michael@0: #include "mozStorageHelper.h" michael@0: #include "mozilla/storage/StatementCache.h" michael@0: #include "mozilla/storage/Variant.h" michael@0: michael@0: #endif // mozilla_storage_h_