public class SqlSingle extends ValueType implements IXmlSerializable
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Common
|
static java.lang.String |
className
Qualified class name: System.Data.SqlTypes.SqlSingle
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlSingle() |
SqlSingle(double value) |
SqlSingle(java.lang.Object instance)
Internal constructor.
|
SqlSingle(Single value) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetSchema, ReadXml, ToIXmlSerializable, WriteXmlpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlSingle()
throws java.lang.Throwable
java.lang.Throwablepublic SqlSingle(double value)
throws java.lang.Throwable,
NotSupportedException,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
CultureNotFoundException,
OverflowException
public SqlSingle(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlSingle(Single value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionOverflowExceptionpublic static SqlSingle Add(SqlSingle x, SqlSingle y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
public static SqlSingle cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlSingle, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlSingle instancejava.lang.Throwable - in case of error during cast operationpublic int CompareTo(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
public int CompareTo(SqlSingle value) throws java.lang.Throwable
java.lang.Throwablepublic static SqlSingle Divide(SqlSingle x, SqlSingle y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, DivideByZeroException, NotSupportedException, OverflowException
public boolean Equals(SqlSingle other) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, SqlNullValueException
public static SqlBoolean Equals(SqlSingle x, SqlSingle y) throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsNull()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IXmlSerializablegetJCOAssemblyName in class ValueTypeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IXmlSerializablegetJCOClassName in class ValueTypeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IXmlSerializablegetJCOInstance in class ValueTypeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IXmlSerializablegetJCOObjectName in class ValueTypeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IXmlSerializablegetJCOType in class ValueTypeJCType representing the CLR Type of the instantiated Classpublic Single getValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, SqlNullValueException
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean GreaterThan(SqlSingle x, SqlSingle y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean GreaterThanOrEqual(SqlSingle x, SqlSingle y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean LessThan(SqlSingle x, SqlSingle y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean LessThanOrEqual(SqlSingle x, SqlSingle y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlSingle Multiply(SqlSingle x, SqlSingle y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
public static SqlBoolean NotEquals(SqlSingle x, SqlSingle y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlSingle Parse(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OverflowException, NotSupportedException, FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic static SqlSingle Subtract(SqlSingle x, SqlSingle y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
public SqlBoolean ToSqlBoolean() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionpublic SqlByte ToSqlByte() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionOverflowExceptionpublic SqlDecimal ToSqlDecimal() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException, NotSupportedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, DivideByZeroException
public SqlDouble ToSqlDouble() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, NotSupportedException, PlatformNotSupportedException, OverflowException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionNotSupportedExceptionPlatformNotSupportedExceptionOverflowExceptionpublic SqlInt16 ToSqlInt16() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionOverflowExceptionpublic SqlInt32 ToSqlInt32() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionOverflowExceptionpublic SqlInt64 ToSqlInt64() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionOverflowExceptionpublic SqlMoney ToSqlMoney() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, PlatformNotSupportedException, NotSupportedException, OverflowException, ArgumentOutOfRangeException, IndexOutOfRangeException, SqlTruncateException, DivideByZeroException
public SqlString ToSqlString() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, ArrayTypeMismatchException, FormatException