Class PreparedDbProvider.DbInfo
- java.lang.Object
-
- com.opentable.db.postgres.embedded.PreparedDbProvider.DbInfo
-
- Enclosing class:
- PreparedDbProvider
public static class PreparedDbProvider.DbInfo extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreparedDbProvider.DbInfoerror(SQLException e)SQLExceptiongetException()StringgetHost()StringgetPassword()intgetPort()StringgetUrl()StringgetUser()booleanisSuccess()static PreparedDbProvider.DbInfook(String url, String user, String password, String host, int port)
-
-
-
Method Detail
-
ok
public static PreparedDbProvider.DbInfo ok(String url, String user, String password, String host, int port)
-
error
public static PreparedDbProvider.DbInfo error(SQLException e)
-
getHost
public String getHost()
-
getPort
public int getPort()
-
getUrl
public String getUrl()
-
getUser
public String getUser()
-
getException
public SQLException getException()
-
isSuccess
public boolean isSuccess()
-
getPassword
public String getPassword()
-
-