mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-15 00:08:07 -04:00
Added sharedDatabaseInterface and oci implementation libraries
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/Bindable.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/BindableImplementation.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/BindableNetworkId.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/BufferString.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBatchQuery.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBindableBase.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBindableBitArray.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBindableBool.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBindableDouble.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBindableInt64.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBindableLong.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBindableString.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBindableUnicode.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src_oci/DbBindableVarray.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbBufferRow.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbException.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/logger/DbLogEvent.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/logger/DbLogger.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbModeQuery.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbProfiler.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbProtocol.def"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbQuery.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbQueryImplementation.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbRow.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbServer.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/DbSession.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/queue/DbTaskQueue.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/queue/DbTaskRequest.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/logger/DbTaskSaveLog.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/queue/DbTestQuery.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/FirstSharedDatabaseInterface.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/NullEncodedStandardString.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/core/NullEncodedUnicodeString.h"
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
#if defined(PLATFORM_WIN32)
|
||||
#include "../../src/win32/SQLC_Defs.h"
|
||||
#elif defined(PLATFORM_LINUX)
|
||||
#include "../../src/linux/SQLC_Defs.h"
|
||||
#else
|
||||
#error unsupported platform
|
||||
#endif
|
||||
Reference in New Issue
Block a user