Package liquibase.database
Class TempObjectQuotingStrategy
java.lang.Object
liquibase.database.TempObjectQuotingStrategy
- All Implemented Interfaces:
Closeable,AutoCloseable
This class maintains an object quoting strategy and will reset the database's strategy when the close method is called.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TempObjectQuotingStrategy
public TempObjectQuotingStrategy()
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-