| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Method and Description |
|---|---|
List<SnowflakeColumnMetadata> |
ResultUtil.ResultOutput.getResultColumnMetadata() |
| Constructor and Description |
|---|
SFResultSetMetaData(List<SnowflakeColumnMetadata> columnMetadata,
SFSession session,
net.snowflake.common.core.SnowflakeDateTimeFormat timestampNTZFormatter,
net.snowflake.common.core.SnowflakeDateTimeFormat timestampLTZFormatter,
net.snowflake.common.core.SnowflakeDateTimeFormat timestampTZFormatter,
net.snowflake.common.core.SnowflakeDateTimeFormat dateFormatter,
net.snowflake.common.core.SnowflakeDateTimeFormat timeFormatter) |
SFResultSetMetaData(List<SnowflakeColumnMetadata> columnMetadata,
String queryId,
SFSession session,
net.snowflake.common.core.SnowflakeDateTimeFormat timestampNTZFormatter,
net.snowflake.common.core.SnowflakeDateTimeFormat timestampLTZFormatter,
net.snowflake.common.core.SnowflakeDateTimeFormat timestampTZFormatter,
net.snowflake.common.core.SnowflakeDateTimeFormat dateFormatter,
net.snowflake.common.core.SnowflakeDateTimeFormat timeFormatter) |
| Modifier and Type | Method and Description |
|---|---|
static SnowflakeColumnMetadata |
SnowflakeUtil.extractColumnMetadata(com.fasterxml.jackson.databind.JsonNode colNode) |
| Modifier and Type | Method and Description |
|---|---|
List<SnowflakeColumnMetadata> |
SnowflakeFileTransferAgent.describeColumns()
Describe the metadata of a fixed view.
|
List<SnowflakeColumnMetadata> |
SnowflakeFixedView.describeColumns() |
static List<SnowflakeColumnMetadata> |
SnowflakeUtil.describeFixedViewColumns(Class clazz) |
Copyright © 2017. All rights reserved.