public static class PreparedDbProvider.DbInfo extends Object
Modifier and Type | Method and Description |
---|---|
static PreparedDbProvider.DbInfo |
error(SQLException e) |
String |
getDbName() |
SQLException |
getException() |
int |
getPort() |
Map<String,String> |
getProperties() |
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 © 2023. All rights reserved.