Table of Contents

Class Types

Namespace
Java.Sql
Assembly
MASES.JNet.dll
public class Types : JVMBridgeBase<Types>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Types>
Types
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Types>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Types>.IsAssignableFrom<T>()
JVMBridgeBase<Types>.Execute<T>(params T[])
JVMBridgeBase<Types>.DynBridgeClazz
JVMBridgeBase<Types>.BridgeClazz
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.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Types()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Types()

Types(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest 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

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

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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