
public abstract class DbModelMariadb extends DbModelCommonMariadbMySql
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DbModelMariadb.DbTypeResolverMariadDb |
DbModelCommonMariadbMySql.DBTypeDbModelAbstract.DbTypeResolver| Modifier and Type | Field and Description |
|---|---|
protected org.mariadb.jdbc.MariaDbDataSource |
mysqlConnectionPoolDataSource |
protected DbConnectionPool |
pool |
dbTypeResolver| Modifier | Constructor and Description |
|---|---|
protected |
DbModelMariadb()
Create the object and initialize if necessary the driver
|
protected |
DbModelMariadb(String dbserver,
String dbuser,
String dbpasswd)
Create the object and initialize if necessary the driver
|
protected |
DbModelMariadb(String dbserver,
String dbuser,
String dbpasswd,
Timer timer,
long delay)
Create the object and initialize if necessary the driver
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
getDbConnection(String server,
String user,
String passwd) |
DbType |
getDbType() |
void |
releaseResources()
Release any internal resources if needed
|
limitRequest, nextSequence, resetSequence, validConnectionStringcloseInternalConnection, currentNumberOfPooledConnections, getDbTypeResolver, validConnection, validConnectionSelectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTables, needUpgradeDb, upgradeDbprotected org.mariadb.jdbc.MariaDbDataSource mysqlConnectionPoolDataSource
protected DbConnectionPool pool
protected DbModelMariadb(String dbserver, String dbuser, String dbpasswd, Timer timer, long delay) throws WaarpDatabaseNoConnectionException
dbserver - dbuser - dbpasswd - timer - delay - WaarpDatabaseNoConnectionExceptionprotected DbModelMariadb(String dbserver, String dbuser, String dbpasswd) throws WaarpDatabaseNoConnectionException
dbserver - dbuser - dbpasswd - WaarpDatabaseNoConnectionExceptionprotected DbModelMariadb()
throws WaarpDatabaseNoConnectionException
public DbType getDbType()
public Connection getDbConnection(String server, String user, String passwd) throws SQLException
getDbConnection in interface DbModelgetDbConnection in class DbModelAbstractSQLExceptionpublic void releaseResources()
DbModelreleaseResources in interface DbModelreleaseResources in class DbModelAbstractCopyright © 2009–2020 Waarp. All rights reserved.