public class SQLValue extends Object
Modifier and Type | Method and Description |
---|---|
void |
extractFromByteBuffer(ByteBuffer bbBuf) |
void |
insertIntoByteBuffer(ByteBuffer bbBuf) |
int |
lengthOfData() |
public SQLValue()
public SQLValue(SQLValue sv)
public void insertIntoByteBuffer(ByteBuffer bbBuf) throws UnsupportedEncodingException
UnsupportedEncodingException
public void extractFromByteBuffer(ByteBuffer bbBuf) throws UnsupportedEncodingException
UnsupportedEncodingException
public int lengthOfData()
Copyright © 2020. All rights reserved.