public interface SchemaSwitcher
| Modifier and Type | Method and Description |
|---|---|
String |
currentDatabase() |
void |
reset()
重置切换记录,重置后,使用默认数据库
|
void |
use(String database) |
void |
useDefault()
切换为默认数据库
|
void |
useLast()
使用上一次调用的数据源
|
Copyright © 2016–2021. All rights reserved.