public class INTERVALDS extends Datum
| Constructor and Description |
|---|
INTERVALDS() |
INTERVALDS(byte[] bytes) |
INTERVALDS(String stringVal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConvertibleTo(Class targetClass) |
Object |
makeJdbcArray(int intVal) |
String |
stringValue() |
static byte[] |
toBytes(String str) |
Object |
toJdbc() |
String |
toString() |
static String |
toString(byte[] data) |
asciiStreamValue, bigDecimalValue, binaryStreamValue, booleanValue, byteValue, characterStreamValue, dateValue, doubleValue, equals, floatValue, getBytes, getLength, getStream, intValue, longValue, setByte, setBytes, setShareBytes, shareBytes, stringValue, timestampValue, timestampValue, timeValue, timeValuepublic INTERVALDS()
public INTERVALDS(byte[] bytes)
public INTERVALDS(String stringVal)
stringVal:+002324 - 05:12:10.21200public String stringValue()
stringValue in class Datumpublic boolean isConvertibleTo(Class targetClass)
isConvertibleTo in class Datumpublic Object toJdbc() throws SQLException
toJdbc in class DatumSQLExceptionpublic Object makeJdbcArray(int intVal)
makeJdbcArray in class Datumpublic static String toString(byte[] data)
public static byte[] toBytes(String str)
Copyright © 2022 oceanbase.com. All rights reserved.