Uses of Class
net.snowflake.client.core.SnowflakeJdbcInternalApi
-
-
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core
Classes in net.snowflake.client.core with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classArrowSqlInputclassBaseSqlInputclassColumnTypeHelperclassFieldSchemaCreatorclassJsonSqlInputclassJsonSqlOutputclassSecurityUtilclassSfSqlArrayinterfaceSFSqlInputThis interface extends the standardSQLInputinterface to provide additional methods.classSfTimestampUtilFields in net.snowflake.client.core with annotations of type SnowflakeJdbcInternalApi Modifier and Type Field Description protected ConvertersSFArrowResultSet. convertersstatic intObjectMapperFactory. DEFAULT_MAX_JSON_STRING_LENstatic StringObjectMapperFactory. MAX_JSON_STRING_LENGTH_JVMMethods in net.snowflake.client.core with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description protected DateSFBaseResultSet. convertStringToDate(String object, TimeZone tz)protected TimeSFBaseResultSet. convertStringToTime(String object, int scale)protected TimestampSFBaseResultSet. convertStringToTimestamp(String object, int columnType, int columnSubType, TimeZone tz, int scale)DateSFArrowResultSet. convertToDate(Object object, TimeZone tz)DateSFBaseResultSet. convertToDate(Object object, TimeZone tz)DateSFJsonResultSet. convertToDate(Object object, TimeZone tz)TimeSFArrowResultSet. convertToTime(Object object, int scale)TimeSFBaseResultSet. convertToTime(Object object, int scale)TimeSFJsonResultSet. convertToTime(Object object, int scale)TimestampSFArrowResultSet. convertToTimestamp(Object object, int columnType, int columnSubType, TimeZone tz, int scale)TimestampSFBaseResultSet. convertToTimestamp(Object object, int columnType, int columnSubType, TimeZone tz, int scale)TimestampSFJsonResultSet. convertToTimestamp(Object object, int columnType, int columnSubType, TimeZone tz, int scale)protected SQLInputSFBaseResultSet. createJsonSqlInputForColumn(Object input, SFBaseSession session, List<FieldMetadata> fields)SQLInputSFArrowResultSet. createSqlInputForColumn(Object input, Class<?> parentObjectClass, int columnIndex, SFBaseSession session, List<FieldMetadata> fields)SQLInputSFBaseResultSet. createSqlInputForColumn(Object input, Class<?> parentObjectClass, int columnIndex, SFBaseSession session, List<FieldMetadata> fields)SQLInputSFJsonResultSet. createSqlInputForColumn(Object input, Class<?> parentObjectClass, int columnIndex, SFBaseSession session, List<FieldMetadata> fields)List<FieldMetadata>SFResultSetMetaData. getColumnFields(int column)static DurationHttpUtil. getConnectionTimeout()ConvertersSFArrowResultSet. getConverters()ConvertersSFBaseResultSet. getConverters()ConvertersSFJsonResultSet. getConverters()protected SfSqlArraySFBaseResultSet. getJsonArray(String obj, int columnIndex)StringHttpClientSettingsKey. getProxyPassword()Be careful of using this! Should only be called when password is later masked.TimeZoneSFBaseResultSet. getSessionTimeZone()static DurationHttpUtil. getSocketTimeout() -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.arrow
Classes in net.snowflake.client.core.arrow with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classStructConverterclassStructuredTypeDateTimeConverter -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.json
Methods in net.snowflake.client.core.json with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description ConverterConverters. arrayConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)ConverterConverters. bigDecimalConverter(int columnType)ConverterConverters. bigIntConverter(int columnType)ConverterConverters. booleanConverter(int columnType)ConverterConverters. bytesConverter(int columnType, int scale)ConverterConverters. dateFromIntConverter(TimeZone tz)ConverterConverters. dateStringConverter(SFBaseSession session)ConverterConverters. doubleConverter(int columnType)ConverterConverters. floatConverter(int columnType)ConverterConverters. integerConverter(int columnType)ConverterConverters. longConverter(int columnType)ConverterConverters. smallIntConverter(int columnType)ConverterConverters. structConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)ConverterConverters. timeFromStringConverter(SFBaseSession session)ConverterConverters. timestampFromStringConverter(int columnSubType, int columnType, int scale, SFBaseSession session, TimeZone tz, TimeZone sessionTimezone)ConverterConverters. tinyIntConverter(int columnType)ConverterConverters. varcharConverter(int columnType, int columnSubType, int scale)Constructors in net.snowflake.client.core.json with annotations of type SnowflakeJdbcInternalApi Constructor Description Converters(SFBaseSession session, SnowflakeResultSetSerializableV1 resultSetSerializable) -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.structs
Classes in net.snowflake.client.core.structs with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classSnowflakeObjectTypeFactoriesclassSQLDataCreationHelper -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.jdbc
Classes in net.snowflake.client.jdbc with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classColumnTypeInfoMethods in net.snowflake.client.jdbc with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description static booleanSnowflakeUtil. convertSystemPropertyToBooleanValue(String systemProperty, boolean defaultValue)Helper function to convert system properties to booleanList<FieldMetadata>SnowflakeColumnMetadata. getFields()static SnowflakeType.JavaDataTypeSnowflakeType. getJavaType(SnowflakeType type, boolean isStructuredType)static SnowflakeTypeSnowflakeUtil. javaTypeToSFType(int javaType, SFBaseSession session)static <T> TSnowflakeUtil. mapSFExceptionToSQLException(ThrowingCallable<T,SFException> action)voidSnowflakeColumnMetadata. setFields(List<FieldMetadata> fields)Constructors in net.snowflake.client.jdbc with annotations of type SnowflakeJdbcInternalApi Constructor Description FieldMetadata()SnowflakeColumnMetadata(String name, int type, boolean nullable, int length, int precision, int scale, String typeName, boolean fixed, SnowflakeType base, List<FieldMetadata> fields, String columnSrcDatabase, String columnSrcSchema, String columnSrcTable, boolean isAutoIncrement) -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.jdbc.cloud.storage
Classes in net.snowflake.client.jdbc.cloud.storage with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classS3HttpUtilFields in net.snowflake.client.jdbc.cloud.storage with annotations of type SnowflakeJdbcInternalApi Modifier and Type Field Description static StringSnowflakeGCSClient. DISABLE_GCS_DEFAULT_CREDENTIALS_PROPERTY_NAME -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.util
Classes in net.snowflake.client.util with annotations of type SnowflakeJdbcInternalApi Modifier and Type Interface Description interfaceConverter<T>Functional interface used to convert data to expected typeinterfaceThrowingBiCallable<A,B,T extends Throwable>interfaceThrowingBiFunction<A,B,R,T extends Throwable>interfaceThrowingCallable<A,T extends Throwable>interfaceThrowingTriCallable<A,B,C,T extends Throwable>interfaceThrowingTriFunction<A,B,C,R,T extends Throwable>
-