public class BytesItemType extends ItemType<BytesItemType>
| 构造器和说明 |
|---|
BytesItemType(int bytes,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 build) |
String |
toString(Object itemValue) |
_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 BytesItemType(int bytes,
String name)
public Item create()
create 在类中 ItemType<BytesItemType>public Item load(Scanner in)
ItemTypeload 在类中 ItemType<BytesItemType>in - scannerpublic Item load(BytesLoader in)
load 在类中 ItemType<BytesItemType>in - loaderpublic void toBytes(Object itemValue, BytesBuilder build)
toBytes 在类中 ItemType<BytesItemType>itemValue - itemValuebuild - builderpublic String toString(Object itemValue)
toString 在类中 ItemType<BytesItemType>itemValue - itemValueprotected Class insideValueClass()
insideValueClass 在类中 ItemType<BytesItemType>public int statementParamImpl(Item item, CallableStatement statement, int pos) throws SQLException
statementParamImpl 在类中 ItemType<BytesItemType>SQLExceptionprotected Item getSubitemImpl(Item item, int key)
getSubitemImpl 在类中 ItemType<BytesItemType>protected void addSubitemImpl(Item item, Object subitemValue)
addSubitemImpl 在类中 ItemType<BytesItemType>Copyright © 2022. All rights reserved.