public class DatetimeBcdItemType extends ItemType<BytesItemType>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DatetimeBcdItemType.DatetimeBcdType |
| 限定符和类型 | 字段和说明 |
|---|---|
static java.time.LocalDateTime |
INIT_VAL |
| 构造器和说明 |
|---|
DatetimeBcdItemType(String name) |
DatetimeBcdItemType(String name,
DatetimeBcdItemType.DatetimeBcdType datetimieBcdType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addSubitemImpl(Item item,
Object subitemValue) |
Item |
create() |
protected Item |
getSubitemImpl(Item item,
int key) |
protected Class |
insideValueClass() |
Item |
load(BytesLoader in) |
Item |
load(Scanner in)
允许从字符串载入数据(为数据库载入准备)
|
int |
statementParamImpl(Item item,
CallableStatement statement,
int pos) |
void |
toBytes(Object itemValue,
BytesBuilder out) |
String |
toString(Object itemValue) |
static DatetimeBcdItemType |
YYMMDD(String name) |
static DatetimeBcdItemType |
YYMMDDHHMMSS(String name) |
_newItem, BCD_DATE, BCD_DATETIME, BCD, BIN, BITS, BYTES_ASC, BYTES, dbParamCount, DEC, description, description, flatItemTypes, formatFlatObjects, HEX, itemValue, LIST_H4, LIST, load, load, match, name, NUM, REMAIN_BYTES, safeSetItemValue, setSubitemImpl, SNUM, STR, STRUCT, toBytes, toDoubleImpl, toFlatObject, toString, toString, 包类型public DatetimeBcdItemType(String name)
public DatetimeBcdItemType(String name, DatetimeBcdItemType.DatetimeBcdType datetimieBcdType)
public static DatetimeBcdItemType YYMMDDHHMMSS(String name)
public static DatetimeBcdItemType YYMMDD(String name)
protected Class insideValueClass()
insideValueClass 在类中 ItemType<BytesItemType>public Item create()
create 在类中 ItemType<BytesItemType>public Item load(Scanner in)
ItemTypeload 在类中 ItemType<BytesItemType>in - such as "2007-12-03T10:15:30" or "2007-12-03T10:15"public Item load(BytesLoader in)
load 在类中 ItemType<BytesItemType>in - loaderpublic int statementParamImpl(Item item, CallableStatement statement, int pos) throws SQLException
statementParamImpl 在类中 ItemType<BytesItemType>SQLExceptionpublic void toBytes(Object itemValue, BytesBuilder out)
toBytes 在类中 ItemType<BytesItemType>itemValue - itemValueout - builderpublic String toString(Object itemValue)
toString 在类中 ItemType<BytesItemType>itemValue - itemValueprotected Item getSubitemImpl(Item item, int key)
getSubitemImpl 在类中 ItemType<BytesItemType>protected void addSubitemImpl(Item item, Object subitemValue)
addSubitemImpl 在类中 ItemType<BytesItemType>Copyright © 2022. All rights reserved.