public static class ResultUtil.ResultOutput extends Object
| Constructor and Description |
|---|
ResultOutput() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getAndClearCurrentChunkRowset() |
com.snowflake.gscommon.core.SFBinaryFormat |
getBinaryFormatter() |
long |
getChunkCount() |
SnowflakeChunkDownloader |
getChunkDownloader() |
int |
getColumnCount() |
int |
getCurrentChunkRowCount() |
com.snowflake.gscommon.core.SnowflakeDateTimeFormat |
getDateFormatter() |
int |
getNumberOfBinds() |
Map<String,Object> |
getParameters() |
String |
getQueryId() |
List<SnowflakeColumnMetadata> |
getResultColumnMetadata() |
long |
getResultVersion() |
long |
getStatementTypeId() |
com.snowflake.gscommon.core.SnowflakeDateTimeFormat |
getTimeFormatter() |
com.snowflake.gscommon.core.SnowflakeDateTimeFormat |
getTimestampLTZFormatter() |
com.snowflake.gscommon.core.SnowflakeDateTimeFormat |
getTimestampNTZFormatter() |
com.snowflake.gscommon.core.SnowflakeDateTimeFormat |
getTimestampTZFormatter() |
TimeZone |
getTimeZone() |
boolean |
isHonorClientTZForTimestampNTZ() |
boolean |
isTotalRowCountTruncated() |
public long getChunkCount()
public String getQueryId()
public long getStatementTypeId()
public boolean isTotalRowCountTruncated()
public int getColumnCount()
public List<SnowflakeColumnMetadata> getResultColumnMetadata()
public com.fasterxml.jackson.databind.JsonNode getAndClearCurrentChunkRowset()
public int getCurrentChunkRowCount()
public long getResultVersion()
public int getNumberOfBinds()
public SnowflakeChunkDownloader getChunkDownloader()
public com.snowflake.gscommon.core.SnowflakeDateTimeFormat getTimestampNTZFormatter()
public com.snowflake.gscommon.core.SnowflakeDateTimeFormat getTimestampLTZFormatter()
public com.snowflake.gscommon.core.SnowflakeDateTimeFormat getTimestampTZFormatter()
public com.snowflake.gscommon.core.SnowflakeDateTimeFormat getDateFormatter()
public com.snowflake.gscommon.core.SnowflakeDateTimeFormat getTimeFormatter()
public TimeZone getTimeZone()
public boolean isHonorClientTZForTimestampNTZ()
public com.snowflake.gscommon.core.SFBinaryFormat getBinaryFormatter()
Copyright © 2016. All rights reserved.