public class OdbcType extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Odbc.OdbcType
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data
|
static OdbcType |
BigInt |
static OdbcType |
Binary |
static OdbcType |
Bit |
static OdbcType |
Char |
static java.lang.String |
className
Qualified class name: System.Data.Odbc.OdbcType
|
static JCType |
classType
The type managed from JCOBridge.
|
static OdbcType |
Date |
static OdbcType |
DateTime |
static OdbcType |
Decimal |
static OdbcType |
Double |
static OdbcType |
Image |
static OdbcType |
Int |
static OdbcType |
NChar |
static OdbcType |
NText |
static OdbcType |
Numeric |
static OdbcType |
NVarChar |
static OdbcType |
Real |
static OdbcType |
SmallDateTime |
static OdbcType |
SmallInt |
static OdbcType |
Text |
static OdbcType |
Time |
static OdbcType |
Timestamp |
static OdbcType |
TinyInt |
static OdbcType |
UniqueIdentifier |
static OdbcType |
VarBinary |
static OdbcType |
VarChar |
| Constructor and Description |
|---|
OdbcType() |
OdbcType(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static OdbcType BigInt
public static OdbcType Binary
public static OdbcType Bit
public static OdbcType Char
public static final java.lang.String className
public static OdbcType Date
public static OdbcType DateTime
public static OdbcType Decimal
public static OdbcType Double
public static OdbcType Image
public static OdbcType Int
public static OdbcType NChar
public static OdbcType NText
public static OdbcType Numeric
public static OdbcType NVarChar
public static OdbcType Real
public static OdbcType SmallDateTime
public static OdbcType SmallInt
public static OdbcType Text
public static OdbcType Time
public static OdbcType Timestamp
public static OdbcType TinyInt
public static OdbcType UniqueIdentifier
public static OdbcType VarBinary
public static OdbcType VarChar
public OdbcType()
public OdbcType(java.lang.Object instance)
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Class