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
-
Method Summary
-
Constructor Details
-
TempObjectQuotingStrategy
public TempObjectQuotingStrategy()
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-