Package system.data.oledb
Class OleDbLiteral
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.oledb.OleDbLiteral
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class OleDbLiteral extends NetObject
The base .NET class managing System.Data.OleDb.OleDbLiteral, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.OleDb.OleDbLiteral
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OleDbLiteral()
OleDbLiteral(java.lang.Object instance)
Internal constructor.
-
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.OleDb.OleDbLiteral- See Also:
- Constant Field Values
-
Invalid
public static OleDbLiteral Invalid
-
Binary_Literal
public static OleDbLiteral Binary_Literal
-
Catalog_Name
public static OleDbLiteral Catalog_Name
-
Catalog_Separator
public static OleDbLiteral Catalog_Separator
-
Char_Literal
public static OleDbLiteral Char_Literal
-
Column_Alias
public static OleDbLiteral Column_Alias
-
Column_Name
public static OleDbLiteral Column_Name
-
Correlation_Name
public static OleDbLiteral Correlation_Name
-
Cursor_Name
public static OleDbLiteral Cursor_Name
-
Escape_Percent_Prefix
public static OleDbLiteral Escape_Percent_Prefix
-
Escape_Underscore_Prefix
public static OleDbLiteral Escape_Underscore_Prefix
-
Index_Name
public static OleDbLiteral Index_Name
-
Like_Percent
public static OleDbLiteral Like_Percent
-
Like_Underscore
public static OleDbLiteral Like_Underscore
-
Procedure_Name
public static OleDbLiteral Procedure_Name
-
Quote_Prefix
public static OleDbLiteral Quote_Prefix
-
Schema_Name
public static OleDbLiteral Schema_Name
-
Table_Name
public static OleDbLiteral Table_Name
-
Text_Command
public static OleDbLiteral Text_Command
-
User_Name
public static OleDbLiteral User_Name
-
View_Name
public static OleDbLiteral View_Name
-
Cube_Name
public static OleDbLiteral Cube_Name
-
Dimension_Name
public static OleDbLiteral Dimension_Name
-
Hierarchy_Name
public static OleDbLiteral Hierarchy_Name
-
Level_Name
public static OleDbLiteral Level_Name
-
Member_Name
public static OleDbLiteral Member_Name
-
Property_Name
public static OleDbLiteral Property_Name
-
Schema_Separator
public static OleDbLiteral Schema_Separator
-
Quote_Suffix
public static OleDbLiteral Quote_Suffix
-
Escape_Percent_Suffix
public static OleDbLiteral Escape_Percent_Suffix
-
Escape_Underscore_Suffix
public static OleDbLiteral Escape_Underscore_Suffix
-
-
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
-
-