public class SqlInt16 extends ValueType implements IXmlSerializable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlTypes.SqlInt16
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data
|
static java.lang.String |
className
Qualified class name: System.Data.SqlTypes.SqlInt16
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlInt16() |
SqlInt16(java.lang.Object instance)
Internal constructor.
|
SqlInt16(short 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 SqlInt16()
throws java.lang.Throwable
java.lang.Throwablepublic SqlInt16(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlInt16(short value)
throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt16 Add(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable, OverflowException
java.lang.ThrowableOverflowExceptionpublic static SqlInt16 BitwiseAnd(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt16 BitwiseOr(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt16 cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlInt16, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlInt16 instancejava.lang.Throwable - in case of error during cast operationpublic int CompareTo(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic int CompareTo(SqlInt16 value) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt16 Divide(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable, OverflowException, DivideByZeroException
java.lang.ThrowableOverflowExceptionDivideByZeroExceptionpublic static SqlBoolean Equals(SqlInt16 x, SqlInt16 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 short getValue()
throws java.lang.Throwable,
SqlNullValueException
java.lang.ThrowableSqlNullValueExceptionpublic static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean GreaterThan(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean GreaterThanOrEqual(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean LessThan(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBoolean LessThanOrEqual(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt16 Mod(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable, OverflowException, DivideByZeroException
java.lang.ThrowableOverflowExceptionDivideByZeroExceptionpublic static SqlInt16 Modulus(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable, OverflowException, DivideByZeroException
java.lang.ThrowableOverflowExceptionDivideByZeroExceptionpublic static SqlInt16 Multiply(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable, OverflowException
java.lang.ThrowableOverflowExceptionpublic static SqlBoolean NotEquals(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt16 OnesComplement(SqlInt16 x) throws java.lang.Throwable
java.lang.Throwablepublic static SqlInt16 Parse(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic static SqlInt16 Subtract(SqlInt16 x, SqlInt16 y) throws java.lang.Throwable, OverflowException
java.lang.ThrowableOverflowExceptionpublic SqlBoolean ToSqlBoolean() throws java.lang.Throwable, SqlNullValueException
java.lang.ThrowableSqlNullValueExceptionpublic SqlByte ToSqlByte() throws java.lang.Throwable, SqlNullValueException, OverflowException
java.lang.ThrowableSqlNullValueExceptionOverflowExceptionpublic SqlDecimal ToSqlDecimal() throws java.lang.Throwable, SqlNullValueException
java.lang.ThrowableSqlNullValueExceptionpublic SqlDouble ToSqlDouble() throws java.lang.Throwable, SqlNullValueException, OverflowException
java.lang.ThrowableSqlNullValueExceptionOverflowExceptionpublic SqlInt32 ToSqlInt32() throws java.lang.Throwable, SqlNullValueException
java.lang.ThrowableSqlNullValueExceptionpublic SqlInt64 ToSqlInt64() throws java.lang.Throwable, SqlNullValueException
java.lang.ThrowableSqlNullValueExceptionpublic SqlMoney ToSqlMoney() throws java.lang.Throwable, SqlNullValueException
java.lang.ThrowableSqlNullValueExceptionpublic SqlSingle ToSqlSingle() throws java.lang.Throwable, SqlNullValueException, OverflowException
java.lang.ThrowableSqlNullValueExceptionOverflowExceptionpublic SqlString ToSqlString() throws java.lang.Throwable, SqlNullValueException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException