public class KillBillMariaDbDataSource
extends org.mariadb.jdbc.MariaDbDataSource
| Constructor and Description |
|---|
KillBillMariaDbDataSource() |
| Modifier and Type | Method and Description |
|---|---|
org.mariadb.jdbc.UrlParser |
initializeAndGetUrlParser() |
void |
setCachePrepStmts(boolean cachePrepStmts) |
void |
setPrepStmtCacheSize(int prepStmtCacheSize) |
void |
setPrepStmtCacheSqlLimit(int prepStmtCacheSqlLimit) |
void |
setUrl(java.lang.String url) |
void |
setUseServerPrepStmts(boolean useServerPrepStmts) |
getConnection, getConnection, getDatabaseName, getLoginTimeout, getLogWriter, getParentLogger, getPooledConnection, getPooledConnection, getPort, getPortNumber, getServerName, getUrlParser, getUser, getUserName, getXAConnection, getXAConnection, initialize, isWrapperFor, setDatabaseName, setLoginTimeout, setLogWriter, setPassword, setPort, setPortNumber, setProperties, setServerName, setURL, setUser, setUserName, unwrappublic void setUrl(java.lang.String url)
throws java.sql.SQLException
setUrl in class org.mariadb.jdbc.MariaDbDataSourcejava.sql.SQLExceptionpublic void setCachePrepStmts(boolean cachePrepStmts)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setPrepStmtCacheSize(int prepStmtCacheSize)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setPrepStmtCacheSqlLimit(int prepStmtCacheSqlLimit)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setUseServerPrepStmts(boolean useServerPrepStmts)
throws java.sql.SQLException
java.sql.SQLExceptionpublic org.mariadb.jdbc.UrlParser initializeAndGetUrlParser()
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2010-2018. All Rights Reserved.