Uses of Class
net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
Packages that use SnowflakeColumnMetadata Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of SnowflakeColumnMetadata in net.snowflake.client.core
Constructor parameters in net.snowflake.client.core with type arguments of type SnowflakeColumnMetadata Constructor Description SFResultSetMetaData(List<SnowflakeColumnMetadata> columnMetadata, String queryId, SFBaseSession session, boolean isResultColumnCaseInsensitive, 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, SFBaseSession 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)
-
Uses of SnowflakeColumnMetadata in net.snowflake.client.jdbc
Subclasses of SnowflakeColumnMetadata in net.snowflake.client.jdbc Modifier and Type Class Description static class
SnowflakeRichResultSetSerializableV1.SnowflakeRichResultsColumnMetadata
Methods in net.snowflake.client.jdbc that return SnowflakeColumnMetadata Modifier and Type Method Description static SnowflakeColumnMetadata
SnowflakeUtil. extractColumnMetadata(com.fasterxml.jackson.databind.JsonNode colNode, boolean jdbcTreatDecimalAsInt, SFBaseSession session)
Deprecated.Methods in net.snowflake.client.jdbc that return types with arguments of type SnowflakeColumnMetadata Modifier and Type Method Description List<SnowflakeColumnMetadata>
SFBaseFileTransferAgent. describeColumns(SFBaseSession session)
Describe the metadata of a fixed view.List<SnowflakeColumnMetadata>
SnowflakeFixedView. describeColumns(SFBaseSession session)
List<SnowflakeColumnMetadata>
SnowflakeResultSetSerializableV1. getResultColumnMetadata()
-