Exemple #1
0
 ///<summary>The index operator allowing access to the array's elements.</summary>
 public JDBCType this[int index]
 {
     get
     {
         global::Codemesh.JuggerNET.JNIHandle h = GetElement(index);
         return(!h ? null : new JDBCType(h));
     }
     set
     {
         SetElement(index, value); global::System.GC.KeepAlive(this); global::System.GC.KeepAlive(value);
     }
 }
Exemple #2
0
 ///<summary>The index operator allowing access to the array's elements.</summary>
 public ClientInfoStatus this[int index]
 {
     get
     {
         global::Codemesh.JuggerNET.JNIHandle h = GetElement(index);
         return(!h ? null : new ClientInfoStatus(h));
     }
     set
     {
         SetElement(index, value); global::System.GC.KeepAlive(this); global::System.GC.KeepAlive(value);
     }
 }
Exemple #3
0
 ///<summary>The index operator allowing access to the array's elements.</summary>
 public AnnotationArray this[int index]
 {
     get
     {
         global::Codemesh.JuggerNET.JNIHandle h = GetElement(index);
         return(!h ? null : new AnnotationArray(h));
     }
     set
     {
         SetElement(index, value); global::System.GC.KeepAlive(this); global::System.GC.KeepAlive(value);
     }
 }
Exemple #4
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public ConnectionImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #5
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public ClobImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #6
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public Exception(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #7
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public DriverActionImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #8
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public RowSetMetaDataImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #9
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public Properties(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobject"> The JNI object handle.</param>
 public DriverPropertyInfoArray(global::Codemesh.JuggerNET.JNIHandle jobject) : base(jobject)
 {
 }
Exemple #11
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public Instant(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #12
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public ListIteratorImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public DriverPropertyInfo(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #14
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public AnnotatedTypeImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #15
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobject"> The JNI object handle.</param>
 public AnnotatedTypeArray(global::Codemesh.JuggerNET.JNIHandle jobject) : base(jobject)
 {
 }
Exemple #16
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public SQLPermission(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #17
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public ComparatorImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #18
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public JDBCType(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #19
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public RandomAccessImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #20
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobject"> The JNI object handle.</param>
 public JDBCTypeArray(global::Codemesh.JuggerNET.JNIHandle jobject) : base(jobject)
 {
 }
Exemple #21
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public PrintWriter(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public NoSuchMethodException(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #23
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public DataTruncation(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #24
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public InputStream(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #25
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public UnaryOperatorImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #26
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public StatementEvent(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public SQLFeatureNotSupportedException(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #28
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public PredicateImpl(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #29
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public Date(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
Exemple #30
0
 /// <summary>Creates a .NET proxy instance from an existing JNI object handle.
 /// <para>You should never have to use this constructor explicitly. It is a
 /// constructor that is required by the JuggerNET framework.</para></summary>
 /// <param name="jobj"> The JNI object handle.</param>
 public SQLTransactionRollbackException(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }