Class JDBCType
public class JDBCType : Enum<JDBCType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JDBCType
- Implements
- Inherited Members
- 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
BIGINT
public static JDBCType BIGINT { get; }
Property Value
BINARY
public static JDBCType BINARY { get; }
Property Value
BIT
public static JDBCType BIT { get; }
Property Value
BLOB
public static JDBCType BLOB { get; }
Property Value
BOOLEAN
public static JDBCType BOOLEAN { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CHAR
public static JDBCType CHAR { get; }
Property Value
CLOB
public static JDBCType CLOB { get; }
Property Value
DATALINK
public static JDBCType DATALINK { get; }
Property Value
DATE
public static JDBCType DATE { get; }
Property Value
DECIMAL
public static JDBCType DECIMAL { get; }
Property Value
DISTINCT
public static JDBCType DISTINCT { get; }
Property Value
DOUBLE
public static JDBCType DOUBLE { get; }
Property Value
FLOAT
public static JDBCType FLOAT { get; }
Property Value
INTEGER
public static JDBCType 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 JDBCType JAVA_OBJECT { get; }
Property Value
LONGNVARCHAR
public static JDBCType LONGNVARCHAR { get; }
Property Value
LONGVARBINARY
public static JDBCType LONGVARBINARY { get; }
Property Value
LONGVARCHAR
public static JDBCType LONGVARCHAR { get; }
Property Value
NCHAR
public static JDBCType NCHAR { get; }
Property Value
NCLOB
public static JDBCType NCLOB { get; }
Property Value
NULL
public static JDBCType NULL { get; }
Property Value
NUMERIC
public static JDBCType NUMERIC { get; }
Property Value
NVARCHAR
public static JDBCType NVARCHAR { get; }
Property Value
Name
public String Name { get; }
Property Value
OTHER
public static JDBCType OTHER { get; }
Property Value
REAL
public static JDBCType REAL { get; }
Property Value
REF
public static JDBCType REF { get; }
Property Value
REF_CURSOR
public static JDBCType REF_CURSOR { get; }
Property Value
ROWID
public static JDBCType ROWID { get; }
Property Value
SMALLINT
public static JDBCType SMALLINT { get; }
Property Value
SQLXML
public static JDBCType SQLXML { get; }
Property Value
STRUCT
public static JDBCType STRUCT { get; }
Property Value
TIME
public static JDBCType TIME { get; }
Property Value
TIMESTAMP
public static JDBCType TIMESTAMP { get; }
Property Value
TIMESTAMP_WITH_TIMEZONE
public static JDBCType TIMESTAMP_WITH_TIMEZONE { get; }
Property Value
TIME_WITH_TIMEZONE
public static JDBCType TIME_WITH_TIMEZONE { get; }
Property Value
TINYINT
public static JDBCType TINYINT { get; }
Property Value
VARBINARY
public static JDBCType VARBINARY { get; }
Property Value
VARCHAR
public static JDBCType VARCHAR { get; }
Property Value
Vendor
public String Vendor { get; }
Property Value
VendorTypeNumber
public Integer VendorTypeNumber { get; }
Property Value
Methods
ValueOf(String)
public static JDBCType ValueOf(String arg0)
Parameters
Returns
ValueOf(int)
public static JDBCType ValueOf(int arg0)
Parameters
Returns
Values()
public static JDBCType[] Values()
Returns
Operators
implicit operator SQLType(JDBCType)
public static implicit operator SQLType(JDBCType t)
Parameters
t
JDBCType