Class Types
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
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
Java class name to be instantiated
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
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 Closeable
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; }
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; }