monotouch uses the real HttpWebRequest
[mcs.git] / class / System.Data.OracleClient / System.Data.OracleClient.Oci / OciSessionMode.cs
blob9feebfe0218d587a885d848058f2d42c6679aeda
1 //
2 // OciSessionMode.cs
3 //
4 // Part of managed C#/.NET library System.Data.OracleClient.dll
5 //
6 // Part of the Mono class libraries at
7 // mcs/class/System.Data.OracleClient/System.Data.OracleClient.Oci
8 //
9 // Assembly: System.Data.OracleClient.dll
10 // Namespace: System.Data.OracleClient.Oci
11 //
12 // Author:
13 // Tim Coleman <tim@timcoleman.com>
14 //
15 // Copyright (C) Tim Coleman, 2003
16 //
18 using System;
20 namespace System.Data.OracleClient.Oci {
21 [Flags]
22 internal enum OciSessionMode {
23 Default = 0x00,
24 Migrate = 0x01,
25 SysDBA = 0x02,
26 SysOper = 0x04,
27 PrelimAuth = 0x08