| Modifier and Type | Field and Description |
|---|---|
static DataTypeCreator<Object,Object> |
CREATOR |
| Constructor and Description |
|---|
DataTypeNothing(NativeContext.ServerContext serverContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
defaultValue() |
Object |
deserializeBinary(BinaryDeserializer deserializer) |
Object |
deserializeText(SQLLexer lexer) |
String[] |
getAliases() |
int |
getPrecision() |
int |
getScale() |
Class<Object> |
javaType() |
String |
name() |
void |
serializeBinary(Object data,
BinarySerializer serializer) |
int |
sqlTypeId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserializeBinaryBulk, isSigned, jdbcJavaType, nullable, serializeBinaryBulk, serializeTextpublic static DataTypeCreator<Object,Object> CREATOR
public DataTypeNothing(NativeContext.ServerContext serverContext)
public Object defaultValue()
defaultValue in interface IDataType<Object,Object>public int getPrecision()
getPrecision in interface IDataType<Object,Object>public void serializeBinary(Object data, BinarySerializer serializer) throws SQLException, IOException
serializeBinary in interface IDataType<Object,Object>SQLExceptionIOExceptionpublic Object deserializeBinary(BinaryDeserializer deserializer) throws SQLException, IOException
deserializeBinary in interface IDataType<Object,Object>SQLExceptionIOExceptionpublic String[] getAliases()
getAliases in interface IDataType<Object,Object>public Object deserializeText(SQLLexer lexer) throws SQLException
deserializeText in interface IDataType<Object,Object>SQLExceptionCopyright © 2021. All rights reserved.