public class SqlShutdownHelper
extends org.springframework.jdbc.core.support.JdbcDaoSupport
close() is called the configured SQL will be run on
the configured DataSource.| Constructor and Description |
|---|
SqlShutdownHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close.
|
java.lang.String |
getShutdownSql()
Getter for the field
shutdownSql. |
void |
setShutdownSql(java.lang.String shutdownSql)
Setter for the field
shutdownSql. |
public java.lang.String getShutdownSql()
Getter for the field shutdownSql.
String object.public void setShutdownSql(java.lang.String shutdownSql)
Setter for the field shutdownSql.
shutdownSql - a String object.public void close()
close.
Copyright © 2022 Apereo. All Rights Reserved.