public class INTERVALYM extends Datum
| Constructor and Description |
|---|
INTERVALYM() |
INTERVALYM(byte[] bytes) |
INTERVALYM(String str) |
| 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 INTERVALYM()
public INTERVALYM(byte[] bytes)
public INTERVALYM(String str)
public 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.