public class UnimplementedWrapper extends DatabaseWrapper
| Constructor and Description |
|---|
UnimplementedWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
describe()
Deprecated.
Describes the configuration of this wrapper.
|
String |
getUrl()
Deprecated.
|
String |
getUsername()
Deprecated.
|
void |
start()
Deprecated.
Start the database if possible and ensure it can be connected to.
|
void |
stop()
Deprecated.
Stop the database if possible.
|
public void start()
throws Exception
DatabaseWrapperstart in class DatabaseWrapperExceptionpublic void stop()
throws Exception
DatabaseWrapperstop in class DatabaseWrapperExceptionpublic String describe()
DatabaseWrapperdescribe in class DatabaseWrapperpublic String getUsername()
getUsername in class DatabaseWrapperpublic String getUrl()
getUrl in class DatabaseWrapperCopyright © 2023 Liquibase.org. All rights reserved.