| Package | Description |
|---|---|
| javatools.administrative | |
| javatools.database | |
| javatools.datatypes |
| Modifier and Type | Method and Description |
|---|---|
static Database |
Parameters.getDatabase()
Returns the database defined in this ini-file
|
Database |
NonsharedParameters.getDatabase()
Returns the database defined in this ini-file
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyDatabase
Copyright 2016 Fabian M.
|
class |
MySQLDatabase
Copyright 2016 Fabian M.
|
class |
OracleDatabase
Copyright 2016 Fabian M.
|
class |
PostgresDatabase
Copyright 2016 Fabian M.
|
| Modifier and Type | Field and Description |
|---|---|
protected Database |
DBWordNet.database
Holds the database
|
| Modifier and Type | Method and Description |
|---|---|
Database |
DBWordNet.getDatabase()
Returns the database
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DBWordNet.construct(Database db,
File wordNetFolder)
Fills the database with WordNet data
|
void |
DBWordNet.Table.load(Database db,
File wordNetFolder)
Loads this table to a given database from a folder with the Prolog version of WordNet
|
| Constructor and Description |
|---|
DBWordNet(Database db)
Constructs a new DBWordNet, basing on a filled database
|
| Modifier and Type | Method and Description |
|---|---|
static String |
StringModifier.implodeForDB(Collection<?> col,
String delim,
Database database) |
static String |
StringModifier.implodeForDB(Iterator<?> it,
String delim,
Database database) |
static <T,K> String |
StringModifier.implodeForDB(Iterator<Map.Entry<T,K>> it,
String keyValueDelim,
String pairDelim,
Database database,
boolean formatKey,
boolean formatValue)
Concatenates key value pairs of a Map.Entry iterator into a combined String,
separating each key from its value by a key-value delimeter
and each key-value pair by pair delimeter
while optionally applying the database.format function to each key/value
|
static String |
StringModifier.implodeForDB(Map<?,?> map,
String keyValueDelim,
String pairDelim,
Database database,
boolean formatKey,
boolean formatValue)
Concatenates key value pairs of a Map into a combined String,
separating each key from its value by a key-value delimeter
and each key-value pair by pair delimeter
while optionally applying the database.format function to each key/value
|
static <T> String |
StringModifier.implodeForDB(T[] col,
String delim,
Database database) |
static String |
StringModifier.implodeForDBAsConditions(Map<?,?> map,
Database database)
Concatenates key value pairs of a Map into a combined String
representing the pairs as independent column conditions for a database query,
applying the database.format function to each value
|
Copyright © 2018. All rights reserved.