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.StringassemblyFullNameFully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Datastatic OdbcTypeBigIntstatic OdbcTypeBinarystatic OdbcTypeBitstatic OdbcTypeCharstatic java.lang.StringclassNameQualified class name: System.Data.Odbc.OdbcTypestatic JCTypeclassTypeThe type managed from JCOBridge.static OdbcTypeDatestatic OdbcTypeDateTimestatic OdbcTypeDecimalstatic OdbcTypeDoublestatic OdbcTypeImagestatic OdbcTypeIntstatic OdbcTypeNCharstatic OdbcTypeNTextstatic OdbcTypeNumericstatic OdbcTypeNVarCharstatic OdbcTypeRealstatic OdbcTypeSmallDateTimestatic OdbcTypeSmallIntstatic OdbcTypeTextstatic OdbcTypeTimestatic OdbcTypeTimestampstatic OdbcTypeTinyIntstatic OdbcTypeUniqueIdentifierstatic OdbcTypeVarBinarystatic OdbcTypeVarChar
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
-