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.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.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: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
-
-