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:
authorGert Driesen <drieseng@users.sourceforge.net>2004-06-15 09:01:54 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2004-06-15 09:01:54 +0400
commit32de3952e44c9507ad7cf38809d867861eb7ee88 (patch)
treecb1c31560ab5cc2becaade93d604b6d3ec4a5de1 /mcs/class/System.Data/System.Data.OleDb
parent82c7d52cc97fec58ad4cdb1c86d273bc525fee18 (diff)
* OleDbLiteral.cs: changed enum field values to match MS.NET
* OleDbType.cs: changed enum field values to match MS.NET svn path=/trunk/mcs/; revision=29580
Diffstat (limited to 'mcs/class/System.Data/System.Data.OleDb')
-rw-r--r--mcs/class/System.Data/System.Data.OleDb/ChangeLog5
-rw-r--r--mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs62
-rw-r--r--mcs/class/System.Data/System.Data.OleDb/OleDbType.cs74
3 files changed, 73 insertions, 68 deletions
diff --git a/mcs/class/System.Data/System.Data.OleDb/ChangeLog b/mcs/class/System.Data/System.Data.OleDb/ChangeLog
index 8cdb65cf5b0..c2f842076df 100644
--- a/mcs/class/System.Data/System.Data.OleDb/ChangeLog
+++ b/mcs/class/System.Data/System.Data.OleDb/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-13 Gert Driesen <drieseng@users.sourceforge.net>
+
+ * OleDbLiteral.cs: changed enum field values to match MS.NET
+ * OleDbType.cs: changed enum field values to match MS.NET
+
2004-06-04 Gert Driesen <drieseng@users.sourceforge.net>
* OleDbDataAdapter.cs: added stub for missing
diff --git a/mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs b/mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs
index b9b2da42d27..c6ab2aafdaa 100644
--- a/mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs
+++ b/mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs
@@ -13,36 +13,36 @@ using System.Data.Common;
namespace System.Data.OleDb
{
public enum OleDbLiteral {
- Binary_Literal,
- Catalog_Name,
- Catalog_Separator,
- Char_Literal,
- Column_Alias,
- Column_Name,
- Correlation_Name,
- Cube_Name,
- Cursor_Name,
- Dimension_Name,
- Escape_Percent_Prefix,
- Escape_Percent_Suffix,
- Escape_Underscore_Prefix,
- Escape_Underscore_Suffix,
- Hierarchy_Name,
- Index_Name,
- Invalid,
- Level_Name,
- Like_Percent,
- Like_Underscore,
- Member_Name,
- Procedure_Name,
- Property_Name,
- Quote_Prefix,
- Quote_Suffix,
- Schema_Name,
- Schema_Separator,
- Table_Name,
- Text_Command,
- User_Name,
- View_Name
+ Binary_Literal = 1,
+ Catalog_Name = 2,
+ Catalog_Separator = 3,
+ Char_Literal = 4,
+ Column_Alias = 5,
+ Column_Name = 6,
+ Correlation_Name = 7,
+ Cube_Name = 21,
+ Cursor_Name = 8,
+ Dimension_Name = 22,
+ Escape_Percent_Prefix = 9,
+ Escape_Percent_Suffix = 29,
+ Escape_Underscore_Prefix = 10,
+ Escape_Underscore_Suffix = 30,
+ Hierarchy_Name = 23,
+ Index_Name = 11,
+ Invalid = 0,
+ Level_Name = 24,
+ Like_Percent = 12,
+ Like_Underscore = 13,
+ Member_Name = 25,
+ Procedure_Name = 14,
+ Property_Name = 26,
+ Quote_Prefix = 15,
+ Quote_Suffix = 28,
+ Schema_Name = 16,
+ Schema_Separator = 27,
+ Table_Name = 17,
+ Text_Command = 18,
+ User_Name = 19,
+ View_Name = 20
}
}
diff --git a/mcs/class/System.Data/System.Data.OleDb/OleDbType.cs b/mcs/class/System.Data/System.Data.OleDb/OleDbType.cs
index fcd3ae46efd..32f972e7ec9 100644
--- a/mcs/class/System.Data/System.Data.OleDb/OleDbType.cs
+++ b/mcs/class/System.Data/System.Data.OleDb/OleDbType.cs
@@ -15,42 +15,42 @@ using System.Data.Common;
namespace System.Data.OleDb
{
public enum OleDbType {
- BigInt,
- Binary,
- Boolean,
- BSTR,
- Char,
- Currency,
- Date,
- DBDate,
- DBTime,
- DBTimeStamp,
- Decimal,
- Double,
- Empty,
- Error,
- Filetime,
- Guid,
- IDispatch,
- Integer,
- IUnknown,
- LongVarBinary,
- LongVarChar,
- LongVarWChar,
- Numeric,
- PropVariant,
- Single,
- SmallInt,
- TinyInt,
- UnsignedBigInt,
- UnsignedInt,
- UnsignedSmallInt,
- UnsignedTinyInt,
- VarBinary,
- VarChar,
- Variant,
- VarNumeric,
- VarWChar,
- WChar
+ BigInt = 20,
+ Binary = 128,
+ Boolean = 11,
+ BSTR = 8,
+ Char = 129,
+ Currency = 6,
+ Date = 7,
+ DBDate = 133,
+ DBTime = 134,
+ DBTimeStamp = 135,
+ Decimal = 14,
+ Double = 5,
+ Empty = 0,
+ Error = 10,
+ Filetime = 64,
+ Guid = 72,
+ IDispatch = 9,
+ Integer = 3,
+ IUnknown = 13,
+ LongVarBinary = 205,
+ LongVarChar = 201,
+ LongVarWChar = 203,
+ Numeric = 131,
+ PropVariant = 138,
+ Single = 4,
+ SmallInt = 2,
+ TinyInt = 16,
+ UnsignedBigInt = 21,
+ UnsignedInt = 19,
+ UnsignedSmallInt = 18,
+ UnsignedTinyInt = 17,
+ VarBinary = 204,
+ VarChar = 200,
+ Variant = 12,
+ VarNumeric = 139,
+ VarWChar = 202,
+ WChar = 130
}
}