Package io.trino.plugin.sqlserver
Class SqlServerSessionProperties
java.lang.Object
io.trino.plugin.sqlserver.SqlServerSessionProperties
- All Implemented Interfaces:
SessionPropertiesProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<PropertyMetadata<?>>static booleanisBulkCopyForWrite(ConnectorSession session) Note that certain data types are unsupported by SQL Server and prevent bulk copies from being performed, see the SQL Server docs.static boolean
-
Field Details
-
BULK_COPY_FOR_WRITE
- See Also:
-
BULK_COPY_FOR_WRITE_LOCK_DESTINATION_TABLE
- See Also:
-
-
Constructor Details
-
SqlServerSessionProperties
-
-
Method Details
-
getSessionProperties
- Specified by:
getSessionPropertiesin interfaceSessionPropertiesProvider
-
isBulkCopyForWrite
Note that certain data types are unsupported by SQL Server and prevent bulk copies from being performed, see the SQL Server docs. -
isBulkCopyForWriteLockDestinationTable
-