public class INTERVALDS extends Datum
| 构造器和说明 |
|---|
INTERVALDS() |
INTERVALDS(byte[] bytes) |
INTERVALDS(String stringVal) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 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.