Class Types
public class Types : JVMBridgeBase<Types>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Types
- Implements
- 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
initializerIJVMBridgeBaseInitializer
Properties
ARRAY
public static int ARRAY { get; set; }
Property Value
BIGINT
public static int BIGINT { get; set; }
Property Value
BINARY
public static int BINARY { get; set; }
Property Value
BIT
public static int BIT { get; set; }
Property Value
BLOB
public static int BLOB { get; set; }
Property Value
BOOLEAN
public static int BOOLEAN { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CHAR
public static int CHAR { get; set; }
Property Value
CLOB
public static int CLOB { get; set; }
Property Value
DATALINK
public static int DATALINK { get; set; }
Property Value
DATE
public static int DATE { get; set; }
Property Value
DECIMAL
public static int DECIMAL { get; set; }
Property Value
DISTINCT
public static int DISTINCT { get; set; }
Property Value
DOUBLE
public static int DOUBLE { get; set; }
Property Value
FLOAT
public static int FLOAT { get; set; }
Property Value
INTEGER
public static int INTEGER { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
JAVA_OBJECT
public static int JAVA_OBJECT { get; set; }
Property Value
LONGNVARCHAR
public static int LONGNVARCHAR { get; set; }
Property Value
LONGVARBINARY
public static int LONGVARBINARY { get; set; }
Property Value
LONGVARCHAR
public static int LONGVARCHAR { get; set; }
Property Value
NCHAR
public static int NCHAR { get; set; }
Property Value
NCLOB
public static int NCLOB { get; set; }
Property Value
NULL
public static int NULL { get; set; }
Property Value
NUMERIC
public static int NUMERIC { get; set; }
Property Value
NVARCHAR
public static int NVARCHAR { get; set; }
Property Value
OTHER
public static int OTHER { get; set; }
Property Value
REAL
public static int REAL { get; set; }
Property Value
REF
public static int REF { get; set; }
Property Value
REF_CURSOR
public static int REF_CURSOR { get; set; }
Property Value
ROWID
public static int ROWID { get; set; }
Property Value
SMALLINT
public static int SMALLINT { get; set; }
Property Value
SQLXML
public static int SQLXML { get; set; }
Property Value
STRUCT
public static int STRUCT { get; set; }
Property Value
TIME
public static int TIME { get; set; }
Property Value
TIMESTAMP
public static int TIMESTAMP { get; set; }
Property Value
TIMESTAMP_WITH_TIMEZONE
public static int TIMESTAMP_WITH_TIMEZONE { get; set; }
Property Value
TIME_WITH_TIMEZONE
public static int TIME_WITH_TIMEZONE { get; set; }
Property Value
TINYINT
public static int TINYINT { get; set; }
Property Value
VARBINARY
public static int VARBINARY { get; set; }
Property Value
VARCHAR
public static int VARCHAR { get; set; }