Table of Contents

Class Types

Namespace
Java.Sql
Assembly
MASES.JNet.dll
public class Types : JVMBridgeBase<Types>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
Types
Implements
Inherited Members
JVMBridgeBase<Types>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Types>.IsAssignableFrom<T>()
JVMBridgeBase<Types>.Execute<T>(params T[])
JVMBridgeBase<Types>.DynBridgeClazz
JVMBridgeBase<Types>.BridgeClazz
JVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastToAndDetach<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.CastDirectAndDetach<TNewClass>()
JVMBridgeBase.CheckDisposed()
JVMBridgeBase.ToString()
JVMBridgeBase.Equals(IJVMBridgeBase)
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Types(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Types(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Types(params object[])

Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base JVMBridgeBase class.

public Types(params object[] args)

Parameters

args object[]

Properties

ARRAY

public static int ARRAY { get; }

Property Value

int

BIGINT

public static int BIGINT { get; }

Property Value

int

BINARY

public static int BINARY { get; }

Property Value

int

BIT

public static int BIT { get; }

Property Value

int

BLOB

public static int BLOB { get; }

Property Value

int

BOOLEAN

public static int BOOLEAN { get; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CHAR

public static int CHAR { get; }

Property Value

int

CLOB

public static int CLOB { get; }

Property Value

int
public static int DATALINK { get; }

Property Value

int

DATE

public static int DATE { get; }

Property Value

int

DECIMAL

public static int DECIMAL { get; }

Property Value

int

DISTINCT

public static int DISTINCT { get; }

Property Value

int

DOUBLE

public static int DOUBLE { get; }

Property Value

int

FLOAT

public static int FLOAT { get; }

Property Value

int

INTEGER

public static int INTEGER { get; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

JAVA_OBJECT

public static int JAVA_OBJECT { get; }

Property Value

int

LONGNVARCHAR

public static int LONGNVARCHAR { get; }

Property Value

int

LONGVARBINARY

public static int LONGVARBINARY { get; }

Property Value

int

LONGVARCHAR

public static int LONGVARCHAR { get; }

Property Value

int

NCHAR

public static int NCHAR { get; }

Property Value

int

NCLOB

public static int NCLOB { get; }

Property Value

int

NULL

public static int NULL { get; }

Property Value

int

NUMERIC

public static int NUMERIC { get; }

Property Value

int

NVARCHAR

public static int NVARCHAR { get; }

Property Value

int

OTHER

public static int OTHER { get; }

Property Value

int

REAL

public static int REAL { get; }

Property Value

int

REF

public static int REF { get; }

Property Value

int

REF_CURSOR

public static int REF_CURSOR { get; }

Property Value

int

ROWID

public static int ROWID { get; }

Property Value

int

SMALLINT

public static int SMALLINT { get; }

Property Value

int

SQLXML

public static int SQLXML { get; }

Property Value

int

STRUCT

public static int STRUCT { get; }

Property Value

int

TIME

public static int TIME { get; }

Property Value

int

TIMESTAMP

public static int TIMESTAMP { get; }

Property Value

int

TIMESTAMP_WITH_TIMEZONE

public static int TIMESTAMP_WITH_TIMEZONE { get; }

Property Value

int

TIME_WITH_TIMEZONE

public static int TIME_WITH_TIMEZONE { get; }

Property Value

int

TINYINT

public static int TINYINT { get; }

Property Value

int

VARBINARY

public static int VARBINARY { get; }

Property Value

int

VARCHAR

public static int VARCHAR { get; }

Property Value

int