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)StringgetDbName()SQLExceptiongetException()intgetPort()StringgetUser()booleanisSuccess()static PreparedDbProvider.DbInfook(String dbName, int port, String user)
-
-
-
Method Detail
-
ok
public static PreparedDbProvider.DbInfo ok(String dbName, int port, String user)
-
error
public static PreparedDbProvider.DbInfo error(SQLException e)
-
getPort
public int getPort()
-
getDbName
public String getDbName()
-
getUser
public String getUser()
-
getException
public SQLException getException()
-
isSuccess
public boolean isSuccess()
-
-