Class PreparedDbProvider.DbInfo
java.lang.Object
com.opentable.db.postgres.embedded.PreparedDbProvider.DbInfo
- Enclosing class:
- PreparedDbProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic PreparedDbProvider.DbInfogetHost()intgetPort()getUrl()getUser()booleanstatic PreparedDbProvider.DbInfo
-
Method Details
-
ok
public static PreparedDbProvider.DbInfo ok(String url, String user, String password, String host, int port) -
error
-
getHost
-
getPort
public int getPort() -
getUrl
-
getUser
-
getException
-
isSuccess
public boolean isSuccess() -
getPassword
-