| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeType |
SFBaseSession.getTimestampMappedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SFBaseSession.setTimestampMappedType(SnowflakeType timestampMappedType) |
| Modifier and Type | Method and Description |
|---|---|
static SnowflakeType |
SnowflakeType.fromString(String name) |
SnowflakeType |
SnowflakeColumnMetadata.getBase() |
static SnowflakeType |
SnowflakeType.javaTypeToSFType(int javaType,
SFBaseSession session) |
static SnowflakeType |
SnowflakeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowflakeType[] |
SnowflakeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SnowflakeType.JavaDataType |
SnowflakeType.getJavaType(SnowflakeType type) |
| Constructor and Description |
|---|
SnowflakeColumnMetadata(String name,
int type,
boolean nullable,
int length,
int precision,
int scale,
String typeName,
boolean fixed,
SnowflakeType base,
String columnSrcDatabase,
String columnSrcSchema,
String columnSrcTable) |
Copyright © 2022. All rights reserved.