public class SqlInt32 extends ValueType implements IXmlSerializable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlTypes.SqlInt32
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.SqlInt32
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlInt32() |
SqlInt32(int value) |
SqlInt32(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 SqlInt32()
throws java.lang.Throwable
java.lang.Throwablepublic SqlInt32(int value)
throws java.lang.Throwable
java.lang.Throwablepublic SqlInt32(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt32 Add(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
public static SqlInt32 BitwiseAnd(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt32 BitwiseOr(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt32 cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlInt32, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlInt32 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(SqlInt32 value) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt32 Divide(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, DivideByZeroException
public boolean Equals(SqlInt32 other) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, SqlNullValueException
public static SqlBoolean Equals(SqlInt32 x, SqlInt32 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 int 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(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean GreaterThanOrEqual(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean LessThan(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean LessThanOrEqual(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt32 Mod(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, DivideByZeroException
public static SqlInt32 Modulus(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException, DivideByZeroException
public static SqlInt32 Multiply(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
public static SqlBoolean NotEquals(SqlInt32 x, SqlInt32 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt32 OnesComplement(SqlInt32 x) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt32 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 SqlInt32 Subtract(SqlInt32 x, SqlInt32 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 SqlInt64 ToSqlInt64() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionpublic SqlMoney ToSqlMoney() throws java.lang.Throwable, ArgumentException, InvalidOperationException, SqlNullValueException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionSqlNullValueExceptionpublic 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, FormatException, ArgumentOutOfRangeException, ArrayTypeMismatchException