public static class PreparedDbProvider.DbInfo extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static PreparedDbProvider.DbInfo |
error(SQLException e) |
|
String |
getDbName() |
|
SQLException |
getException() |
|
int |
getPort() |
|
String |
getUser() |
|
boolean |
isSuccess() |
|
static PreparedDbProvider.DbInfo |
ok(String dbName,
int port,
String user) |
public static PreparedDbProvider.DbInfo ok(String dbName, int port, String user)
public static PreparedDbProvider.DbInfo error(SQLException e)
public int getPort()
public String getDbName()
public String getUser()
public SQLException getException()
public boolean isSuccess()
Copyright © 2018. All rights reserved.