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
DatabaseWrapper
start
in class DatabaseWrapper
Exception
public void stop() throws Exception
DatabaseWrapper
stop
in class DatabaseWrapper
Exception
public String describe()
DatabaseWrapper
describe
in class DatabaseWrapper
public String getUsername()
getUsername
in class DatabaseWrapper
public String getUrl()
getUrl
in class DatabaseWrapper
Copyright © 2023 Liquibase.org. All rights reserved.