Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSureshkumar T <suresh@mono-cvs.ximian.com>2005-10-08 14:08:20 +0400
committerSureshkumar T <suresh@mono-cvs.ximian.com>2005-10-08 14:08:20 +0400
commit7e8897e50b6b497b25132491142d097b79ba7985 (patch)
tree2738aef83f62eb986915181a50b566952ae931db /mcs/class/System.Data/System.Data.dll.sources
parentc0e28a957cd2d917ac0557d2958e8873b816db9d (diff)
2005-10-08 Sureshkumar T <tsureshkumar@novell.com>
* System.Data.dll.sources: added System.Data.Odbc/NativeBuffer.cs. native buffer pointer. In System.Data.Odbc: * OdbcParameter.cs: re-implemented the native buffer handling and odbc type handling. * OdbcCommand.cs (BindParameters): Copy the parameter Value after binding. * NativeBuffer.cs: A native buffer class to hold pointer to native memory. * OdbcTypeMap.cs (OdbcTypeMap): structure to hold different odbc types and the default mapping. * OdbcTypeConverter.cs: Simplified mapping between different odbc types using switch-case. * libodbc.cs (SQLBindParameter): use only one entry point and use IntPtr instead of ref. svn path=/trunk/mcs/; revision=51463
Diffstat (limited to 'mcs/class/System.Data/System.Data.dll.sources')
-rw-r--r--mcs/class/System.Data/System.Data.dll.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.dll.sources b/mcs/class/System.Data/System.Data.dll.sources
index bb771c5a6d9..9193581327e 100644
--- a/mcs/class/System.Data/System.Data.dll.sources
+++ b/mcs/class/System.Data/System.Data.dll.sources
@@ -241,6 +241,7 @@ System.Data.SqlTypes/StorageState.cs
System.Data.SqlTypes/SqlAlreadyFilledException.cs
System.Data.SqlTypes/SqlNotFilledException.cs
System.Data.SqlTypes/SqlXml.cs
+System.Data.Odbc/NativeBuffer.cs
System.Data.Odbc/OdbcConnectionFactory.cs
System.Data.Odbc/OdbcFactory.cs
System.Data.Odbc/OdbcParameterConverter.cs
@@ -257,6 +258,7 @@ System.Data.Odbc/OdbcParameter.cs
System.Data.Odbc/OdbcParameterCollection.cs
System.Data.Odbc/OdbcTransaction.cs
System.Data.Odbc/OdbcType.cs
+System.Data.Odbc/OdbcTypeMap.cs
System.Data.Odbc/OdbcTypeConverter.cs
System.Data.Odbc/libodbc.cs
System.Data.Odbc/OdbcDataAdapter.cs