Package system.data.oracleclient
Class OracleTimeSpan
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.ValueType
-
- system.data.oracleclient.OracleTimeSpan
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class OracleTimeSpan extends ValueType
The base .NET class managing System.Data.OracleClient.OracleTimeSpan, 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.OracleTimeSpan
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.OracleTimeSpanstatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description OracleTimeSpan()
OracleTimeSpan(int hours, int minutes, int seconds)
OracleTimeSpan(int days, int hours, int minutes, int seconds)
OracleTimeSpan(int days, int hours, int minutes, int seconds, int milliseconds)
OracleTimeSpan(long ticks)
OracleTimeSpan(java.lang.Object instance)
Internal constructor.OracleTimeSpan(OracleTimeSpan from)
OracleTimeSpan(TimeSpan ts)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OracleTimeSpan
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoOracleTimeSpan
, a cast assert is made to check if types are compatible.int
CompareTo(NetObject obj)
static OracleBoolean
Equals(OracleTimeSpan x, OracleTimeSpan y)
int
getDays()
int
getHours()
boolean
getIsNull()
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 objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class Typeint
getMilliseconds()
int
getMinutes()
int
getSeconds()
TimeSpan
getValue()
static OracleBoolean
GreaterThan(OracleTimeSpan x, OracleTimeSpan y)
static OracleBoolean
GreaterThanOrEqual(OracleTimeSpan x, OracleTimeSpan y)
static OracleBoolean
LessThan(OracleTimeSpan x, OracleTimeSpan y)
static OracleBoolean
LessThanOrEqual(OracleTimeSpan x, OracleTimeSpan y)
static OracleBoolean
NotEquals(OracleTimeSpan x, OracleTimeSpan y)
static OracleTimeSpan
Parse(java.lang.String s)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
-
-
-
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.OracleTimeSpan- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Constructor Detail
-
OracleTimeSpan
public OracleTimeSpan(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
OracleTimeSpan
public OracleTimeSpan() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
OracleTimeSpan
public OracleTimeSpan(int hours, int minutes, int seconds) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
OracleTimeSpan
public OracleTimeSpan(int days, int hours, int minutes, int seconds) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
OracleTimeSpan
public OracleTimeSpan(int days, int hours, int minutes, int seconds, int milliseconds) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
OracleTimeSpan
public OracleTimeSpan(long ticks) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
OracleTimeSpan
public OracleTimeSpan(OracleTimeSpan from) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
OracleTimeSpan
public OracleTimeSpan(TimeSpan ts) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
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(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classValueType
-
getJCOType
public org.mases.jcobridge.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 OracleTimeSpan cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoOracleTimeSpan
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
OracleTimeSpan
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CompareTo
public int CompareTo(NetObject obj) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
-
Equals
public static OracleBoolean Equals(OracleTimeSpan x, OracleTimeSpan y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
GreaterThan
public static OracleBoolean GreaterThan(OracleTimeSpan x, OracleTimeSpan y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
GreaterThanOrEqual
public static OracleBoolean GreaterThanOrEqual(OracleTimeSpan x, OracleTimeSpan y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
LessThan
public static OracleBoolean LessThan(OracleTimeSpan x, OracleTimeSpan y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
LessThanOrEqual
public static OracleBoolean LessThanOrEqual(OracleTimeSpan x, OracleTimeSpan y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
NotEquals
public static OracleBoolean NotEquals(OracleTimeSpan x, OracleTimeSpan y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
Parse
public static OracleTimeSpan Parse(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, FormatException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException
-
getIsNull
public boolean getIsNull() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDays
public int getDays() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getHours
public int getHours() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getMilliseconds
public int getMilliseconds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getMinutes
public int getMinutes() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getSeconds
public int getSeconds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getValue
public TimeSpan getValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
-