Package co.aikar.idb
Class HikariPooledDatabase
- java.lang.Object
-
- co.aikar.idb.BaseDatabase
-
- co.aikar.idb.HikariPooledDatabase
-
- All Implemented Interfaces:
Database
public class HikariPooledDatabase extends BaseDatabase
-
-
Constructor Summary
Constructors Constructor Description HikariPooledDatabase(PooledDatabaseOptions poolOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PooledDatabaseOptionsgetPoolOptions()-
Methods inherited from class co.aikar.idb.BaseDatabase
close, dispatchAsync, getConnection, getLogger, getOptions, timings
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface co.aikar.idb.Database
close, closeConnection, createStatement, createTransaction, createTransactionAsync, createTransactionAsync, executeInsert, executeUpdate, executeUpdateAsync, fatalError, getFirstColumn, getFirstColumnAsync, getFirstColumnResults, getFirstColumnResultsAsync, getFirstRow, getFirstRowAsync, getResults, getResultsAsync, logException, logException, query, queryAsync
-
-
-
-
Constructor Detail
-
HikariPooledDatabase
public HikariPooledDatabase(PooledDatabaseOptions poolOptions)
-
-
Method Detail
-
getPoolOptions
public PooledDatabaseOptions getPoolOptions()
-
-