Package system.data.oracleclient
Class OracleNumber
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.ValueType
-
- system.data.oracleclient.OracleNumber
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class OracleNumber extends ValueType
The base .NET class managing System.Data.OracleClient.OracleNumber, System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.OracleClient.OracleNumber
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.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Data.OracleClientstatic java.lang.String
className
Qualified class name: System.Data.OracleClient.OracleNumberstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description OracleNumber()
OracleNumber(double dblValue)
OracleNumber(int intValue)
OracleNumber(long longValue)
OracleNumber(java.lang.Object instance)
Internal constructor.OracleNumber(OracleNumber from)
OracleNumber(Decimal decValue)
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data.OracleClient, 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.OracleClient- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.OracleClient.OracleNumber- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OracleNumber
public OracleNumber(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
OracleNumber
public OracleNumber() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
OracleNumber
public OracleNumber(double dblValue) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
-
OracleNumber
public OracleNumber(int intValue) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
-
OracleNumber
public OracleNumber(long longValue) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
-
OracleNumber
public OracleNumber(OracleNumber from) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
OracleNumber
public OracleNumber(Decimal decValue) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
-
-
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 classValueType
- 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 classValueType
- 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 classValueType
- 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 classValueType
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classValueType
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classValueType
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static OracleNumber cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoOracleNumber
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
OracleNumber
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CompareTo
public int CompareTo(NetObject obj) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
-
Equals
public static OracleBoolean Equals(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
OutOfMemoryException
ArgumentNullException
CultureNotFoundException
-
GreaterThan
public static OracleBoolean GreaterThan(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
OutOfMemoryException
ArgumentNullException
CultureNotFoundException
-
GreaterThanOrEqual
public static OracleBoolean GreaterThanOrEqual(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
OutOfMemoryException
ArgumentNullException
CultureNotFoundException
-
LessThan
public static OracleBoolean LessThan(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
OutOfMemoryException
ArgumentNullException
CultureNotFoundException
-
LessThanOrEqual
public static OracleBoolean LessThanOrEqual(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
OutOfMemoryException
ArgumentNullException
CultureNotFoundException
-
NotEquals
public static OracleBoolean NotEquals(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
OutOfMemoryException
ArgumentNullException
CultureNotFoundException
-
Abs
public static OracleNumber Abs(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Acos
public static OracleNumber Acos(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Add
public static OracleNumber Add(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
-
Asin
public static OracleNumber Asin(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Atan
public static OracleNumber Atan(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Atan2
public static OracleNumber Atan2(OracleNumber y, OracleNumber x) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Ceiling
public static OracleNumber Ceiling(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Cos
public static OracleNumber Cos(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Cosh
public static OracleNumber Cosh(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Divide
public static OracleNumber Divide(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
-
Exp
public static OracleNumber Exp(OracleNumber p) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Floor
public static OracleNumber Floor(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Log
public static OracleNumber Log(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Log
public static OracleNumber Log(OracleNumber n, int newBase) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
-
Log
public static OracleNumber Log(OracleNumber n, OracleNumber newBase) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Log10
public static OracleNumber Log10(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
-
Max
public static OracleNumber Max(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
OutOfMemoryException
ArgumentNullException
CultureNotFoundException
-
Min
public static OracleNumber Min(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
OutOfMemoryException
ArgumentNullException
CultureNotFoundException
-
Modulo
public static OracleNumber Modulo(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
-
Multiply
public static OracleNumber Multiply(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
-
Negate
public static OracleNumber Negate(OracleNumber x) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
-
Parse
public static OracleNumber Parse(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, FormatException, OverflowException, CultureNotFoundException
-
Pow
public static OracleNumber Pow(OracleNumber x, int y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Pow
public static OracleNumber Pow(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Round
public static OracleNumber Round(OracleNumber n, int position) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Shift
public static OracleNumber Shift(OracleNumber n, int digits) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
-
Sign
public static OracleNumber Sign(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
-
Sin
public static OracleNumber Sin(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Sinh
public static OracleNumber Sinh(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Sqrt
public static OracleNumber Sqrt(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Subtract
public static OracleNumber Subtract(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
-
Tan
public static OracleNumber Tan(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Tanh
public static OracleNumber Tanh(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
Truncate
public static OracleNumber Truncate(OracleNumber n, int position) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
-
getIsNull
public boolean getIsNull() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getValue
public Decimal getValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException
-
-