public class ResultJsonParserV2 extends Object
This is the Java version of the ODBC's ResultJsonParserV2 class
| Constructor and Description |
|---|
ResultJsonParserV2() |
| Modifier and Type | Method and Description |
|---|---|
void |
continueParsing(ByteBuffer in)
Continue parsing with the given data
|
void |
endParsing()
Check if the chunk has been parsed correctly.
|
void |
startParsing(SnowflakeResultChunk resultChunk) |
public void startParsing(SnowflakeResultChunk resultChunk) throws SnowflakeSQLException
SnowflakeSQLExceptionpublic void endParsing()
throws SnowflakeSQLException
SnowflakeSQLExceptionpublic void continueParsing(ByteBuffer in) throws SnowflakeSQLException
in - readOnly byteBuffer backed by an array (the data to be reed is from position to limit)SnowflakeSQLExceptionCopyright © 2019. All rights reserved.