Table of Contents

Class Types

Namespace
Java.Sql
Assembly
MASES.JNet.dll
public class Types : JVMBridgeBase<Types>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
Types
Implements
Inherited Members
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

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 Closeable

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