public class DataTypeInt16 extends Object implements BaseDataTypeInt16<Short,Short>
| Constructor and Description |
|---|
DataTypeInt16() |
| Modifier and Type | Method and Description |
|---|---|
Short |
defaultValue() |
Short |
deserializeBinary(BinaryDeserializer deserializer) |
Short |
deserializeText(SQLLexer lexer) |
String[] |
getAliases() |
int |
getPrecision() |
boolean |
isSigned() |
Class<Short> |
javaType() |
String |
name() |
void |
serializeBinary(Short data,
BinarySerializer serializer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsqlTypeIdgetScaledeserializeBinaryBulk, jdbcJavaType, nullable, serializeBinaryBulk, serializeTextpublic Short defaultValue()
defaultValue in interface IDataType<Short,Short>public int getPrecision()
getPrecision in interface IDataType<Short,Short>public void serializeBinary(Short data, BinarySerializer serializer) throws SQLException, IOException
serializeBinary in interface IDataType<Short,Short>SQLExceptionIOExceptionpublic Short deserializeBinary(BinaryDeserializer deserializer) throws SQLException, IOException
deserializeBinary in interface IDataType<Short,Short>SQLExceptionIOExceptionpublic String[] getAliases()
getAliases in interface IDataType<Short,Short>public Short deserializeText(SQLLexer lexer) throws SQLException
deserializeText in interface IDataType<Short,Short>SQLExceptionCopyright © 2021. All rights reserved.