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.StringassemblyFullNameFully assembly qualified name: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Data.OracleClientstatic java.lang.StringclassNameQualified class name: System.Data.OracleClient.OracleNumberstatic JCTypeclassTypeThe 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.ThrowableInternal 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classValueType- 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 classValueType- 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 classValueType- 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 classValueType- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classValueType
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classValueType- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static OracleNumber cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoOracleNumber, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
OracleNumberinstance- 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.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundException
-
GreaterThan
public static OracleBoolean GreaterThan(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundException
-
GreaterThanOrEqual
public static OracleBoolean GreaterThanOrEqual(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundException
-
LessThan
public static OracleBoolean LessThan(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundException
-
LessThanOrEqual
public static OracleBoolean LessThanOrEqual(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundException
-
NotEquals
public static OracleBoolean NotEquals(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundException
-
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.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundException
-
Min
public static OracleNumber Min(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundException
-
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
-
-