Package io.trino.plugin.jdbc
Class TypeHandlingJdbcSessionProperties
- java.lang.Object
-
- io.trino.plugin.jdbc.TypeHandlingJdbcSessionProperties
-
- All Implemented Interfaces:
SessionPropertiesProvider
public class TypeHandlingJdbcSessionProperties extends Object implements SessionPropertiesProvider
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNSUPPORTED_TYPE_HANDLING
-
Constructor Summary
Constructors Constructor Description TypeHandlingJdbcSessionProperties(TypeHandlingJdbcConfig typeHandlingJdbcConfig)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PropertyMetadata<?>>getSessionProperties()static UnsupportedTypeHandlinggetUnsupportedTypeHandling(ConnectorSession session)
-
-
-
Field Detail
-
UNSUPPORTED_TYPE_HANDLING
public static final String UNSUPPORTED_TYPE_HANDLING
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TypeHandlingJdbcSessionProperties
@Inject public TypeHandlingJdbcSessionProperties(TypeHandlingJdbcConfig typeHandlingJdbcConfig)
-
-
Method Detail
-
getSessionProperties
public List<PropertyMetadata<?>> getSessionProperties()
- Specified by:
getSessionPropertiesin interfaceSessionPropertiesProvider
-
getUnsupportedTypeHandling
public static UnsupportedTypeHandling getUnsupportedTypeHandling(ConnectorSession session)
-
-