public class INTERVALYM extends Datum
| 构造器和说明 |
|---|
INTERVALYM() |
INTERVALYM(byte[] bytes) |
INTERVALYM(String str) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 Datumpublic boolean isConvertibleTo(Class targetClass)
isConvertibleTo 在类中 Datumpublic Object toJdbc() throws SQLException
toJdbc 在类中 DatumSQLExceptionpublic Object makeJdbcArray(int intVal)
makeJdbcArray 在类中 Datumpublic static String toString(byte[] data)
public static byte[] toBytes(String str)
Copyright © 2024 oceanbase.com. All rights reserved.