Table of Contents

Class JDBCType

Namespace
Java.Sql
Assembly
MASES.JNet.dll
public class JDBCType : Enum<JDBCType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Enum<JDBCType>>
JDBCType
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<JDBCType>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<JDBCType>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<JDBCType>>.Execute<T>(params T[])
JVMBridgeBase<Enum<JDBCType>>.DynBridgeClazz
JVMBridgeBase<Enum<JDBCType>>.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

JDBCType()

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

public JDBCType()

JDBCType(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 JDBCType(params object[] args)

Parameters

args object[]

Properties

ARRAY

public static JDBCType ARRAY { get; }

Property Value

JDBCType

BIGINT

public static JDBCType BIGINT { get; }

Property Value

JDBCType

BINARY

public static JDBCType BINARY { get; }

Property Value

JDBCType

BIT

public static JDBCType BIT { get; }

Property Value

JDBCType

BLOB

public static JDBCType BLOB { get; }

Property Value

JDBCType

BOOLEAN

public static JDBCType BOOLEAN { get; }

Property Value

JDBCType

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CHAR

public static JDBCType CHAR { get; }

Property Value

JDBCType

CLOB

public static JDBCType CLOB { get; }

Property Value

JDBCType
public static JDBCType DATALINK { get; }

Property Value

JDBCType

DATE

public static JDBCType DATE { get; }

Property Value

JDBCType

DECIMAL

public static JDBCType DECIMAL { get; }

Property Value

JDBCType

DISTINCT

public static JDBCType DISTINCT { get; }

Property Value

JDBCType

DOUBLE

public static JDBCType DOUBLE { get; }

Property Value

JDBCType

FLOAT

public static JDBCType FLOAT { get; }

Property Value

JDBCType

INTEGER

public static JDBCType INTEGER { get; }

Property Value

JDBCType

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 JDBCType JAVA_OBJECT { get; }

Property Value

JDBCType

LONGNVARCHAR

public static JDBCType LONGNVARCHAR { get; }

Property Value

JDBCType

LONGVARBINARY

public static JDBCType LONGVARBINARY { get; }

Property Value

JDBCType

LONGVARCHAR

public static JDBCType LONGVARCHAR { get; }

Property Value

JDBCType

NCHAR

public static JDBCType NCHAR { get; }

Property Value

JDBCType

NCLOB

public static JDBCType NCLOB { get; }

Property Value

JDBCType

NULL

public static JDBCType NULL { get; }

Property Value

JDBCType

NUMERIC

public static JDBCType NUMERIC { get; }

Property Value

JDBCType

NVARCHAR

public static JDBCType NVARCHAR { get; }

Property Value

JDBCType

Name

public String Name { get; }

Property Value

String

OTHER

public static JDBCType OTHER { get; }

Property Value

JDBCType

REAL

public static JDBCType REAL { get; }

Property Value

JDBCType

REF

public static JDBCType REF { get; }

Property Value

JDBCType

REF_CURSOR

public static JDBCType REF_CURSOR { get; }

Property Value

JDBCType

ROWID

public static JDBCType ROWID { get; }

Property Value

JDBCType

SMALLINT

public static JDBCType SMALLINT { get; }

Property Value

JDBCType

SQLXML

public static JDBCType SQLXML { get; }

Property Value

JDBCType

STRUCT

public static JDBCType STRUCT { get; }

Property Value

JDBCType

TIME

public static JDBCType TIME { get; }

Property Value

JDBCType

TIMESTAMP

public static JDBCType TIMESTAMP { get; }

Property Value

JDBCType

TIMESTAMP_WITH_TIMEZONE

public static JDBCType TIMESTAMP_WITH_TIMEZONE { get; }

Property Value

JDBCType

TIME_WITH_TIMEZONE

public static JDBCType TIME_WITH_TIMEZONE { get; }

Property Value

JDBCType

TINYINT

public static JDBCType TINYINT { get; }

Property Value

JDBCType

VARBINARY

public static JDBCType VARBINARY { get; }

Property Value

JDBCType

VARCHAR

public static JDBCType VARCHAR { get; }

Property Value

JDBCType

Vendor

public String Vendor { get; }

Property Value

String

VendorTypeNumber

public Integer VendorTypeNumber { get; }

Property Value

Integer

Methods

ValueOf(String)

public static JDBCType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

JDBCType

JDBCType

ValueOf(int)

public static JDBCType ValueOf(int arg0)

Parameters

arg0 int

int

Returns

JDBCType

JDBCType

Values()

public static JDBCType[] Values()

Returns

JDBCType[]

JDBCType

Operators

implicit operator SQLType(JDBCType)

Converter from JDBCType to SQLType

public static implicit operator SQLType(JDBCType t)

Parameters

t JDBCType

Returns

SQLType