| Interface | Description |
|---|---|
| ResultIterator.ResultWrapper<T> |
Wraps the current row in a ResultSet into a T
|
| Class | Description |
|---|---|
| Database |
Copyright 2016 Fabian M.
|
| DBWordNet |
Copyright 2016 Fabian M.
|
| DummyDatabase |
Copyright 2016 Fabian M.
|
| DummyDatabase.DummyResultSet |
Wraps just the data
|
| MySQLDatabase |
Copyright 2016 Fabian M.
|
| MySQLDatabase.ANSIvarcharBin |
a VARCHAR BINARY type, making sure we are case-sensitive in varchar fields
(currently we assume case-sensitive collation is used by default,
however, the method 'enforceCaseSensitivity' can replace the normal VARCHAR
representation by this one, so if the database collation is not case-sensitive
case-sensitive applications can use this sqltype on demand)
|
| MySQLDatabase.Blob |
BLOB/TEXT type for MySQL
|
| MySQLDatabase.MysqlVarchar |
VARCHAR type for MySQL
|
| OracleDatabase |
Copyright 2016 Fabian M.
|
| OracleDatabase.Bigint | |
| OracleDatabase.Bool | |
| OracleDatabase.Varchar | |
| PostgresDatabase |
Copyright 2016 Fabian M.
|
| PostgresDatabase.Postgretext | |
| PostgresDatabase.PostgreVarchar | |
| ResultIterator<T> |
Copyright 2016 Fabian M.
|
| SQLType |
Copyright 2016 Fabian M.
|
| SQLType.ANSIBigint | |
| SQLType.ANSIblob | |
| SQLType.ANSIboolean | |
| SQLType.ANSIchar | |
| SQLType.ANSIfloat | |
| SQLType.ANSIinteger | |
| SQLType.ANSIsmallint | |
| SQLType.ANSItext | |
| SQLType.ANSItimestamp | |
| SQLType.ANSIvarchar | |
| WordNet |
Copyright 2016 Fabian M.
|
| WordNet.Synset |
Represents a WordNet synset
|
| Enum | Description |
|---|---|
| DBWordNet.Table |
One enum per SQL table
|
| WordNet.WordType |
Types of words in Wordnet
|
| Exception | Description |
|---|---|
| Database.CommitTransactionSQLException | |
| Database.ConnectionBrokenSQLException |
Exceptions ****
|
| Database.InitTransactionSQLException | |
| Database.RollbackTransactionSQLException | |
| Database.StartAutoCommitSQLException | |
| Database.TransactionSQLException |
Copyright © 2018. All rights reserved.