コード例 #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);
     }
 }
コード例 #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);
     }
 }
コード例 #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);
     }
 }
コード例 #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)
 {
 }
コード例 #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)
 {
 }
コード例 #6
0
ファイル: Exception.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #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)
 {
 }
コード例 #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)
 {
 }
コード例 #9
0
ファイル: Properties.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #10
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 DriverPropertyInfoArray(global::Codemesh.JuggerNET.JNIHandle jobject) : base(jobject)
 {
 }
コード例 #11
0
ファイル: Instant.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #12
0
ファイル: ListIterator.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #13
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 DriverPropertyInfo(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
コード例 #14
0
ファイル: AnnotatedType.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #15
0
ファイル: AnnotatedType.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #16
0
ファイル: SQLPermission.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #17
0
ファイル: Comparator.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #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)
 {
 }
コード例 #19
0
ファイル: RandomAccess.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #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)
 {
 }
コード例 #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)
 {
 }
コード例 #22
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 NoSuchMethodException(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
コード例 #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)
 {
 }
コード例 #24
0
ファイル: InputStream.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #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)
 {
 }
コード例 #26
0
ファイル: StatementEvent.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #27
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 SQLFeatureNotSupportedException(global::Codemesh.JuggerNET.JNIHandle jobj) : base(jobj)
 {
 }
コード例 #28
0
ファイル: Predicate.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #29
0
ファイル: Date.cs プロジェクト: ridomin/HSQLDB.Net
 /// <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)
 {
 }
コード例 #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)
 {
 }