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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TempObjectQuotingStrategypublic TempObjectQuotingStrategy()
 
- 
- 
Method Details- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
 
 
-