Package system.data.odbc
Class OdbcType
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.odbc.OdbcType
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class OdbcType extends NetObject
The base .NET class managing System.Data.Odbc.OdbcType, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Datastatic OdbcType
BigInt
static OdbcType
Binary
static OdbcType
Bit
static OdbcType
Char
static java.lang.String
className
Qualified class name: System.Data.Odbc.OdbcTypestatic 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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.Odbc.OdbcType- See Also:
- Constant Field Values
-
BigInt
public static OdbcType BigInt
-
Binary
public static OdbcType Binary
-
Bit
public static OdbcType Bit
-
Char
public static OdbcType Char
-
DateTime
public static OdbcType DateTime
-
Decimal
public static OdbcType Decimal
-
Numeric
public static OdbcType Numeric
-
Double
public static OdbcType Double
-
Image
public static OdbcType Image
-
Int
public static OdbcType Int
-
NChar
public static OdbcType NChar
-
NText
public static OdbcType NText
-
NVarChar
public static OdbcType NVarChar
-
Real
public static OdbcType Real
-
UniqueIdentifier
public static OdbcType UniqueIdentifier
-
SmallDateTime
public static OdbcType SmallDateTime
-
SmallInt
public static OdbcType SmallInt
-
Text
public static OdbcType Text
-
Timestamp
public static OdbcType Timestamp
-
TinyInt
public static OdbcType TinyInt
-
VarBinary
public static OdbcType VarBinary
-
VarChar
public static OdbcType VarChar
-
Date
public static OdbcType Date
-
Time
public static OdbcType Time
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
-