public class SqlInt64 extends ValueType implements IXmlSerializable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlTypes.SqlInt64
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=10.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.SqlInt64
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlInt64() |
SqlInt64(long value) |
SqlInt64(java.lang.Object instance)
Internal constructor.
|
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 SqlInt64()
throws java.lang.Throwable
java.lang.Throwablepublic SqlInt64(long value)
throws java.lang.Throwable
java.lang.Throwablepublic SqlInt64(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt64 Add(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
public static SqlInt64 BitwiseAnd(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt64 BitwiseOr(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt64 cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlInt64, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlInt64 instancejava.lang.Throwable - in case of error during cast operationpublic int CompareTo(NetObject value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionpublic int CompareTo(SqlInt64 value) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt64 Divide(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, DivideByZeroException
public boolean Equals(SqlInt64 other) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, SqlNullValueException
public static SqlBoolean Equals(SqlInt64 x, SqlInt64 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 long 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(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean GreaterThanOrEqual(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean LessThan(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean LessThanOrEqual(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt64 Mod(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, DivideByZeroException
public static SqlInt64 Modulus(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, DivideByZeroException
public static SqlInt64 Multiply(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
public static SqlBoolean NotEquals(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt64 OnesComplement(SqlInt64 x) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt64 Parse(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, OverflowException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic static SqlInt64 Subtract(SqlInt64 x, SqlInt64 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionpublic 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 SqlMoney ToSqlMoney() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, OverflowException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionOverflowExceptionpublic SqlSingle ToSqlSingle() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, NotSupportedException, PlatformNotSupportedException, OverflowException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionNotSupportedExceptionPlatformNotSupportedExceptionOverflowExceptionpublic SqlString ToSqlString() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException