public class SystemParameter extends Object
Class for configuring settings in this library, i.e. the database connection.
| Modifier and Type | Field | Description |
|---|---|---|
static String |
DATABASE |
|
static DatabaseTypes |
DATABASE_TYPE |
|
static String |
HOST |
|
static boolean |
LOG_QUERIES |
|
static String |
PASSWORD |
|
static int |
PORT |
|
static String |
USERNAME |
| Constructor | Description |
|---|---|
SystemParameter() |
public static String HOST
public static String DATABASE
public static String USERNAME
public static String PASSWORD
public static DatabaseTypes DATABASE_TYPE
public static int PORT
public static boolean LOG_QUERIES
Copyright © 2018. All rights reserved.