Package io.trino.plugin.singlestore
Class SingleStoreJdbcConfig
java.lang.Object
io.trino.plugin.jdbc.BaseJdbcConfig
io.trino.plugin.singlestore.SingleStoreJdbcConfig
-
Field Summary
FieldsFields inherited from class io.trino.plugin.jdbc.BaseJdbcConfig
CACHING_DISABLED, DEFAULT_METADATA_CACHE_SIZE, METADATA_CACHE_MAXIMUM_SIZE, METADATA_CACHE_TTL, METADATA_SCHEMAS_CACHE_TTL, METADATA_TABLES_CACHE_TTL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@jakarta.validation.constraints.AssertFalse(message="This connector uses the official Single Store JDBC Driver. As a result, `connection-url` in catalog configuration files needs to be updated from `jdbc:mariadb:...` to `jdbc:singlestore:...`") booleanMethods inherited from class io.trino.plugin.jdbc.BaseJdbcConfig
getCacheMaximumSize, getConnectionUrl, getJdbcTypesMappedToVarchar, getMetadataCacheTtl, getSchemaNamesCacheTtl, getTableNamesCacheTtl, isCacheMaximumSizeConsistent, isCacheMissing, isSchemaNamesCacheTtlConsistent, isTableNamesCacheTtlConsistent, setCacheMaximumSize, setCacheMissing, setConnectionUrl, setJdbcTypesMappedToVarchar, setMetadataCacheTtl, setSchemaNamesCacheTtl, setTableNamesCacheTtl
-
Field Details
-
DRIVER_PROTOCOL_ERROR
- See Also:
-
-
Constructor Details
-
SingleStoreJdbcConfig
public SingleStoreJdbcConfig()
-
-
Method Details
-
isLegacyDriverConnectionUrl
@AssertFalse(message="This connector uses the official Single Store JDBC Driver. As a result, `connection-url` in catalog configuration files needs to be updated from `jdbc:mariadb:...` to `jdbc:singlestore:...`") public @jakarta.validation.constraints.AssertFalse(message="This connector uses the official Single Store JDBC Driver. As a result, `connection-url` in catalog configuration files needs to be updated from `jdbc:mariadb:...` to `jdbc:singlestore:...`") boolean isLegacyDriverConnectionUrl()
-