Uses of Class
com._1c.g5.v8.xmdb.impl.ComplexValue
Packages that use ComplexValue
-
Uses of ComplexValue in com._1c.g5.v8.xmdb.impl
Fields in com._1c.g5.v8.xmdb.impl declared as ComplexValueMethods in com._1c.g5.v8.xmdb.impl that return ComplexValueModifier and TypeMethodDescriptionstatic ComplexValue
ComplexValue.deserialize
(byte[] bytes) Deserialize whole list of ComplexValuesComplexValue.getNext()
Get next CV entryComplexValue.insert
(long key, byte[] value) Insert new value into list and return ComplexValue with next = new listRemove key/value pair by exact keyComplexValue.updateWithRAW
(byte[] raw) Insert values from raw into current ComplexValuesList.Methods in com._1c.g5.v8.xmdb.impl with parameters of type ComplexValueConstructors in com._1c.g5.v8.xmdb.impl with parameters of type ComplexValue