Package system.data.sqltypes
Class SqlSingle
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.ValueType
-
- system.data.sqltypes.SqlSingle
-
- All Implemented Interfaces:
IJCOBridgeReflected,IXmlSerializable
public class SqlSingle extends ValueType implements IXmlSerializable
The base .NET class managing System.Data.SqlTypes.SqlSingle, System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlTypes.SqlSingle
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.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Data.Commonstatic java.lang.StringclassNameQualified class name: System.Data.SqlTypes.SqlSinglestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.xml.serialization.IXmlSerializable
GetSchema, ReadXml, WriteXml
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data.Common- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.SqlTypes.SqlSingle- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SqlSingle
public SqlSingle(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SqlSingle
public SqlSingle() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SqlSingle
public SqlSingle(double value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
-
SqlSingle
public SqlSingle(Single value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, OverflowException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionOverflowException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIXmlSerializable- 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- Specified by:
getJCOClassNamein interfaceIXmlSerializable- 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- Specified by:
getJCOObjectNamein interfaceIXmlSerializable- 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- Specified by:
getJCOInstancein interfaceIXmlSerializable- 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- Specified by:
getJCOTypein interfaceIXmlSerializable- Overrides:
getJCOTypein classValueType- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SqlSingle cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSqlSingle, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SqlSingleinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Equals
public boolean Equals(SqlSingle other) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, SqlNullValueException
-
CompareTo
public int CompareTo(SqlSingle value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CompareTo
public int CompareTo(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
Equals
public static SqlBoolean Equals(SqlSingle x, SqlSingle y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GreaterThan
public static SqlBoolean GreaterThan(SqlSingle x, SqlSingle y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GreaterThanOrEqual
public static SqlBoolean GreaterThanOrEqual(SqlSingle x, SqlSingle y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
LessThan
public static SqlBoolean LessThan(SqlSingle x, SqlSingle y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
LessThanOrEqual
public static SqlBoolean LessThanOrEqual(SqlSingle x, SqlSingle y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
NotEquals
public static SqlBoolean NotEquals(SqlSingle x, SqlSingle y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToSqlBoolean
public SqlBoolean ToSqlBoolean() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueException
-
ToSqlByte
public SqlByte ToSqlByte() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionOverflowException
-
ToSqlDecimal
public SqlDecimal ToSqlDecimal() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException, NotSupportedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, DivideByZeroException
-
ToSqlDouble
public SqlDouble ToSqlDouble() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, NotSupportedException, PlatformNotSupportedException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionNotSupportedExceptionPlatformNotSupportedExceptionOverflowException
-
ToSqlInt16
public SqlInt16 ToSqlInt16() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionOverflowException
-
ToSqlInt32
public SqlInt32 ToSqlInt32() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionOverflowException
-
ToSqlInt64
public SqlInt64 ToSqlInt64() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionOverflowException
-
ToSqlMoney
public SqlMoney ToSqlMoney() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, PlatformNotSupportedException, NotSupportedException, OverflowException, ArgumentOutOfRangeException, IndexOutOfRangeException, SqlTruncateException, DivideByZeroException
-
Add
public static SqlSingle Add(SqlSingle x, SqlSingle y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
-
Divide
public static SqlSingle Divide(SqlSingle x, SqlSingle y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, DivideByZeroException, NotSupportedException, OverflowException
-
Multiply
public static SqlSingle Multiply(SqlSingle x, SqlSingle y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
-
Parse
public static SqlSingle Parse(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OverflowException, NotSupportedException, FormatException
-
Subtract
public static SqlSingle Subtract(SqlSingle x, SqlSingle y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
-
ToSqlString
public SqlString ToSqlString() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, ArrayTypeMismatchException, FormatException
-
GetXsdType
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsNull
public boolean getIsNull() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getValue
public Single getValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, SqlNullValueException
-
-