public class DerbyController extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_CHANGELOG |
static String |
COLUMN_FULL_NAME |
static String |
COLUMN_LOGIN |
static String |
COLUMN_PASSWORD |
static int |
DEFAULT_LISTEN_PORT |
Constructor and Description |
---|
DerbyController() |
DerbyController(String dbName,
String listenHostname,
int listentPort) |
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection() |
String |
getDbName() |
Statement |
getExecutedStatementWhereLoginName(String loginName) |
String |
getListenHostname() |
int |
getListentPort() |
String |
getPassword() |
String |
getUsername() |
void |
start() |
void |
startCleanServer() |
void |
stop() |
public static final int DEFAULT_LISTEN_PORT
public static String COLUMN_LOGIN
public static String COLUMN_PASSWORD
public static String COLUMN_FULL_NAME
public static String COLUMN_CHANGELOG
public String getListenHostname()
public int getListentPort()
public String getDbName()
public String getUsername()
public String getPassword()
public Connection getConnection() throws SQLException
SQLException
public Statement getExecutedStatementWhereLoginName(String loginName) throws SQLException
SQLException
Copyright © 2016 evolveum. All rights reserved.