public interface DataConversionContext
| Modifier and Type | Method and Description |
|---|---|
net.snowflake.common.core.SFBinaryFormat |
getBinaryFormatter()
binary formatter
|
net.snowflake.common.core.SnowflakeDateTimeFormat |
getDateFormatter()
date formatter
|
boolean |
getHonorClientTZForTimestampNTZ() |
long |
getResultVersion() |
int |
getScale(int columnIndex)
get scale from Snowflake metadata
|
SFBaseSession |
getSession() |
net.snowflake.common.core.SnowflakeDateTimeFormat |
getTimeFormatter()
time formatter
|
net.snowflake.common.core.SnowflakeDateTimeFormat |
getTimestampLTZFormatter()
timestamp_ltz formatter
|
net.snowflake.common.core.SnowflakeDateTimeFormat |
getTimestampNTZFormatter()
timestamp_ntz formatter
|
net.snowflake.common.core.SnowflakeDateTimeFormat |
getTimestampTZFormatter()
timestamp_tz formatter
|
TimeZone |
getTimeZone() |
net.snowflake.common.core.SnowflakeDateTimeFormat getTimestampLTZFormatter()
net.snowflake.common.core.SnowflakeDateTimeFormat getTimestampNTZFormatter()
net.snowflake.common.core.SnowflakeDateTimeFormat getTimestampTZFormatter()
net.snowflake.common.core.SnowflakeDateTimeFormat getDateFormatter()
net.snowflake.common.core.SnowflakeDateTimeFormat getTimeFormatter()
net.snowflake.common.core.SFBinaryFormat getBinaryFormatter()
int getScale(int columnIndex)
SFBaseSession getSession()
TimeZone getTimeZone()
boolean getHonorClientTZForTimestampNTZ()
long getResultVersion()
Copyright © 2022. All rights reserved.