Checked in all ODBC stuff

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1014 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2007-02-08 19:48:35 +00:00
parent 90929b6395
commit 5b0a6fe8b5
17 changed files with 424 additions and 103 deletions

View File

@@ -54,6 +54,10 @@ class F_ColumnDataRelocator;
class F_ColumnListRelocator;
class F_BTreeIStreamPool;
class SQLQuery;
class SQLEnv;
class SQLConnection;
class SQLDesc;
class SQLStatement;
/****************************************************************************
Desc: Tests to see if database is NOT in native platform format.
@@ -1143,6 +1147,10 @@ friend class F_ColumnDataRelocator;
friend class F_ColumnListRelocator;
friend class F_BlockRelocator;
friend class SQLQuery;
friend class SQLEnv;
friend class SQLConnection;
friend class SQLDesc;
friend class SQLStatement;
};
typedef struct QUERY_HDR