public class OracleNumber extends ValueType
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.OracleClient
|
static java.lang.String |
className
Qualified class name: System.Data.OracleClient.OracleNumber
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
OracleNumber() |
OracleNumber(Decimal decValue) |
OracleNumber(double dblValue) |
OracleNumber(int intValue) |
OracleNumber(long longValue) |
OracleNumber(java.lang.Object instance)
Internal constructor.
|
OracleNumber(OracleNumber from) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public OracleNumber()
throws java.lang.Throwable
java.lang.Throwablepublic OracleNumber(Decimal decValue) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
public OracleNumber(double dblValue)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
CultureNotFoundException
public OracleNumber(int intValue)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
CultureNotFoundException
public OracleNumber(long longValue)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
CultureNotFoundException
public OracleNumber(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic OracleNumber(OracleNumber from) throws java.lang.Throwable
java.lang.Throwablepublic static OracleNumber Abs(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Acos(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Add(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
public static OracleNumber Asin(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Atan(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Atan2(OracleNumber y, OracleNumber x) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OracleNumber, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOracleNumber instancejava.lang.Throwable - in case of error during cast operationpublic static OracleNumber Ceiling(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public int CompareTo(NetObject obj) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
public static OracleNumber Cos(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Cosh(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Divide(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
public static OracleBoolean Equals(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionpublic static OracleNumber Exp(OracleNumber p) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Floor(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public boolean getIsNull()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ValueTypeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ValueTypeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ValueTypeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ValueTypeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ValueTypeJCType representing the CLR Type of the instantiated Classpublic Decimal getValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException
public static OracleBoolean GreaterThan(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionpublic static OracleBoolean GreaterThanOrEqual(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionpublic static OracleBoolean LessThan(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionpublic static OracleBoolean LessThanOrEqual(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionpublic static OracleNumber Log(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Log(OracleNumber n, int newBase) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
public static OracleNumber Log(OracleNumber n, OracleNumber newBase) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Log10(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
public static OracleNumber Max(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionpublic static OracleNumber Min(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionpublic static OracleNumber Modulo(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
public static OracleNumber Multiply(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
public static OracleNumber Negate(OracleNumber x) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
public static OracleBoolean NotEquals(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, InvalidOperationException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionpublic static OracleNumber Parse(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, FormatException, OverflowException, CultureNotFoundException
public static OracleNumber Pow(OracleNumber x, int y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Pow(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Round(OracleNumber n, int position) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic static OracleNumber Shift(OracleNumber n, int digits) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
public static OracleNumber Sign(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException
public static OracleNumber Sin(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Sinh(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Sqrt(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Subtract(OracleNumber x, OracleNumber y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
public static OracleNumber Tan(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Tanh(OracleNumber n) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, MissingMethodException, TargetInvocationException
public static OracleNumber Truncate(OracleNumber n, int position) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException