Uses of Class
net.sf.jailer.database.DefaultTemporaryTableManager
Packages that use DefaultTemporaryTableManager
-
Uses of DefaultTemporaryTableManager in net.sf.jailer.configuration
Methods in net.sf.jailer.configuration that return DefaultTemporaryTableManagerModifier and TypeMethodDescriptionGets the manager for session-local temporary tables.Gets the manager for transaction-local temporary tables.Methods in net.sf.jailer.configuration with parameters of type DefaultTemporaryTableManagerModifier and TypeMethodDescriptionvoidDBMS.setSessionTemporaryTableManager(DefaultTemporaryTableManager tableManager) Sets the manager for session-local temporary tables.voidDBMS.setTransactionTemporaryTableManager(DefaultTemporaryTableManager tableManager) Sets the manager for transaction-local temporary tables.