public class MySQLValueObject extends AbstractValueObject
dataType
TINYINT1_IS_BIT, YEAR_IS_DATE_TYPE
Constructor and Description |
---|
MySQLValueObject(byte[] rawBytes,
MySQLColumnInformation columnInfo) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject(int datatypeMappingFlags,
Calendar cal) |
String |
getString() |
getBigDecimal, getBigInteger, getBinaryInputStream, getBlob, getBoolean, getByte, getBytes, getClob, getDate, getDisplayLength, getDouble, getFloat, getInputStream, getInt, getLong, getShort, getTime, getTimestamp, isNull
public MySQLValueObject(byte[] rawBytes, MySQLColumnInformation columnInfo)
public String getString()
getString
in interface ValueObject
getString
in class AbstractValueObject
public Object getObject(int datatypeMappingFlags, Calendar cal) throws ParseException
getObject
in interface ValueObject
getObject
in class AbstractValueObject
ParseException
Copyright © 2016. All rights reserved.