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.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.OracleTimeSpanstatic JCTypeclassTypeThe 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 OracleTimeSpancast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoOracleTimeSpan, a cast assert is made to check if types are compatible.intCompareTo(NetObject obj)static OracleBooleanEquals(OracleTimeSpan x, OracleTimeSpan y)intgetDays()intgetHours()booleangetIsNull()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 TypeintgetMilliseconds()intgetMinutes()intgetSeconds()TimeSpangetValue()static OracleBooleanGreaterThan(OracleTimeSpan x, OracleTimeSpan y)static OracleBooleanGreaterThanOrEqual(OracleTimeSpan x, OracleTimeSpan y)static OracleBooleanLessThan(OracleTimeSpan x, OracleTimeSpan y)static OracleBooleanLessThanOrEqual(OracleTimeSpan x, OracleTimeSpan y)static OracleBooleanNotEquals(OracleTimeSpan x, OracleTimeSpan y)static OracleTimeSpanParse(java.lang.String s)voidsetJCOInstance(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
-
-
Constructor Detail
-
OracleTimeSpan
public OracleTimeSpan(java.lang.Object instance) throws java.lang.ThrowableInternal 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.ThrowableArgumentException
-
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: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 OracleTimeSpan cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoOracleTimeSpan, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
OracleTimeSpaninstance- 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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
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
-
-