Class Types
public class Types : JVMBridgeBase<Types>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Types>Types
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Types>.IsAssignableFrom(IJavaType)JVMBridgeBase<Types>.IsAssignableFrom<T>()JVMBridgeBase<Types>.Execute<T>(params T[])JVMBridgeBase<Types>.DynBridgeClazzJVMBridgeBase<Types>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
BIGINT
public static int BIGINT { get; }
Property Value
BINARY
public static int BINARY { get; }
Property Value
BIT
public static int BIT { get; }
Property Value
BLOB
public static int BLOB { get; }
Property Value
BOOLEAN
public static int BOOLEAN { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CHAR
public static int CHAR { get; }
Property Value
CLOB
public static int CLOB { get; }
Property Value
DATALINK
public static int DATALINK { get; }
Property Value
DATE
public static int DATE { get; }
Property Value
DECIMAL
public static int DECIMAL { get; }
Property Value
DISTINCT
public static int DISTINCT { get; }
Property Value
DOUBLE
public static int DOUBLE { get; }
Property Value
FLOAT
public static int FLOAT { get; }
Property Value
INTEGER
public static int INTEGER { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
JAVA_OBJECT
public static int JAVA_OBJECT { get; }
Property Value
LONGNVARCHAR
public static int LONGNVARCHAR { get; }
Property Value
LONGVARBINARY
public static int LONGVARBINARY { get; }
Property Value
LONGVARCHAR
public static int LONGVARCHAR { get; }
Property Value
NCHAR
public static int NCHAR { get; }
Property Value
NCLOB
public static int NCLOB { get; }
Property Value
NULL
public static int NULL { get; }
Property Value
NUMERIC
public static int NUMERIC { get; }
Property Value
NVARCHAR
public static int NVARCHAR { get; }
Property Value
OTHER
public static int OTHER { get; }
Property Value
REAL
public static int REAL { get; }
Property Value
REF
public static int REF { get; }
Property Value
REF_CURSOR
public static int REF_CURSOR { get; }
Property Value
ROWID
public static int ROWID { get; }
Property Value
SMALLINT
public static int SMALLINT { get; }
Property Value
SQLXML
public static int SQLXML { get; }
Property Value
STRUCT
public static int STRUCT { get; }
Property Value
TIME
public static int TIME { get; }
Property Value
TIMESTAMP
public static int TIMESTAMP { get; }
Property Value
TIMESTAMP_WITH_TIMEZONE
public static int TIMESTAMP_WITH_TIMEZONE { get; }
Property Value
TIME_WITH_TIMEZONE
public static int TIME_WITH_TIMEZONE { get; }
Property Value
TINYINT
public static int TINYINT { get; }
Property Value
VARBINARY
public static int VARBINARY { get; }
Property Value
VARCHAR
public static int VARCHAR { get; }