Class JDBCType
public class JDBCType : Enum<JDBCType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEquatable<Enum<JDBCType>>
- Inheritance
-
JDBCType
- Implements
- Inherited Members
-
JVMBridgeBase<Enum<JDBCType>>.IsAssignableFrom(IJavaType)JVMBridgeBase<Enum<JDBCType>>.IsAssignableFrom<T>()JVMBridgeBase<Enum<JDBCType>>.Execute<T>(params T[])JVMBridgeBase<Enum<JDBCType>>.DynBridgeClazzJVMBridgeBase<Enum<JDBCType>>.BridgeClazzJVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)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.CastToAndDetach<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.CastDirectAndDetach<TNewClass>()JVMBridgeBase.CheckDisposed()JVMBridgeBase.ToString()JVMBridgeBase.Equals(IJVMBridgeBase)JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
JDBCType(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 JDBCType(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
JDBCType(params object[])
Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base JVMBridgeBase class.
public JDBCType(params object[] args)
Parameters
argsobject[]
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 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 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
tJDBCType