📄 connectionpool.html
字号:
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../../org/geotools/data/jdbc/package-summary.html">org.geotools.data.jdbc</A> that return <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></CODE></FONT></TD><TD><CODE><B>ConnectionPoolManager.</B><B><A HREF="../../../../../org/geotools/data/jdbc/ConnectionPoolManager.html#getConnectionPool(javax.sql.ConnectionPoolDataSource)">getConnectionPool</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/sql/ConnectionPoolDataSource.html" title="class or interface in javax.sql">ConnectionPoolDataSource</A> cpds)</CODE><BR> Gets a ConnectionPool for a ConnectionPoolDataSource. </TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../../org/geotools/data/jdbc/package-summary.html">org.geotools.data.jdbc</A> with parameters of type <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>ConnectionPoolManager.</B><B><A HREF="../../../../../org/geotools/data/jdbc/ConnectionPoolManager.html#free(org.geotools.data.jdbc.ConnectionPool)">free</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> pool)</CODE><BR> </TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../../../org/geotools/data/jdbc/package-summary.html">org.geotools.data.jdbc</A> with parameters of type <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/data/jdbc/JDBCDataStore.html#JDBCDataStore(org.geotools.data.jdbc.ConnectionPool, org.geotools.data.jdbc.JDBCDataStoreConfig)">JDBCDataStore</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> pool, <A HREF="../../../../../org/geotools/data/jdbc/JDBCDataStoreConfig.html" title="class in org.geotools.data.jdbc">JDBCDataStoreConfig</A> config)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/data/jdbc/JDBC2DataStore.html#JDBC2DataStore(org.geotools.data.jdbc.ConnectionPool, org.geotools.data.jdbc.JDBCDataStoreConfig)">JDBC2DataStore</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> connectionPool, <A HREF="../../../../../org/geotools/data/jdbc/JDBCDataStoreConfig.html" title="class in org.geotools.data.jdbc">JDBCDataStoreConfig</A> config)</CODE><BR> Construct a JDBCDataStore with ConnectionPool and associated configuration.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/data/jdbc/JDBCTransactionState.html#JDBCTransactionState(org.geotools.data.jdbc.ConnectionPool)">JDBCTransactionState</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> pool)</CODE><BR> </TD></TR></TABLE> <P><A NAME="org.geotools.data.jdbc.referencing"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> in <A HREF="../../../../../org/geotools/data/jdbc/referencing/package-summary.html">org.geotools.data.jdbc.referencing</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Fields in <A HREF="../../../../../org/geotools/data/jdbc/referencing/package-summary.html">org.geotools.data.jdbc.referencing</A> declared as <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></CODE></FONT></TD><TD><CODE><B>JDBCAuthorityFactory.</B><B><A HREF="../../../../../org/geotools/data/jdbc/referencing/JDBCAuthorityFactory.html#connectionPool">connectionPool</A></B></CODE><BR> </TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../../../org/geotools/data/jdbc/referencing/package-summary.html">org.geotools.data.jdbc.referencing</A> with parameters of type <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/data/jdbc/referencing/JDBCAuthorityFactory.html#JDBCAuthorityFactory(org.geotools.data.jdbc.ConnectionPool)">JDBCAuthorityFactory</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> pool)</CODE><BR> Construct <code>PostgisAuthorityFactory</code>.</TD></TR></TABLE> <P><A NAME="org.geotools.data.mysql"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> in <A HREF="../../../../../org/geotools/data/mysql/package-summary.html">org.geotools.data.mysql</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../../org/geotools/data/mysql/package-summary.html">org.geotools.data.mysql</A> that return <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></CODE></FONT></TD><TD><CODE><B>MySQLConnectionFactory.</B><B><A HREF="../../../../../org/geotools/data/mysql/MySQLConnectionFactory.html#getConnectionPool(java.lang.String, java.lang.String)">getConnectionPool</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> username, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> password)</CODE><BR> Creates and returns a MySQL ConnectionPool, or gets an existing ConnectionPool if one exists, based upon the username and password parameters passed to this method. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></CODE></FONT></TD><TD><CODE><B>MySQLConnectionFactory.</B><B><A HREF="../../../../../org/geotools/data/mysql/MySQLConnectionFactory.html#getConnectionPool()">getConnectionPool</A></B>()</CODE><BR> Creates and returns a MySQL ConnectionPool, or gets an existing ConnectionPool if one exists, based upon the username and password set in this MySQLConnectionFactory object. </TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../../org/geotools/data/mysql/package-summary.html">org.geotools.data.mysql</A> with parameters of type <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>MySQLConnectionFactory.</B><B><A HREF="../../../../../org/geotools/data/mysql/MySQLConnectionFactory.html#free(org.geotools.data.jdbc.ConnectionPool)">free</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> connectionPool)</CODE><BR> </TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../../../org/geotools/data/mysql/package-summary.html">org.geotools.data.mysql</A> with parameters of type <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/data/mysql/MySQLDataStore.html#MySQLDataStore(org.geotools.data.jdbc.ConnectionPool)">MySQLDataStore</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> connectionPool)</CODE><BR> Basic constructor for MySQLDataStore. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/data/mysql/MySQLDataStore.html#MySQLDataStore(org.geotools.data.jdbc.ConnectionPool, java.lang.String)">MySQLDataStore</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> connectionPool, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> databaseSchemaName)</CODE><BR> Constructor for MySQLDataStore where the database schema name is provided.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/data/mysql/MySQLDataStore.html#MySQLDataStore(org.geotools.data.jdbc.ConnectionPool, java.lang.String, java.lang.String)">MySQLDataStore</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> connectionPool, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> databaseSchemaName, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> namespace)</CODE><BR> Constructor for MySQLDataStore where the database schema name is provided.</TD></TR></TABLE> <P><A NAME="org.geotools.data.oracle"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> in <A HREF="../../../../../org/geotools/data/oracle/package-summary.html">org.geotools.data.oracle</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../../org/geotools/data/oracle/package-summary.html">org.geotools.data.oracle</A> that return <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></CODE></FONT></TD><TD><CODE><B>OracleConnectionFactory.</B><B><A HREF="../../../../../org/geotools/data/oracle/OracleConnectionFactory.html#getConnectionPool(java.lang.String, java.lang.String)">getConnectionPool</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> user, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> pass)</CODE><BR> Creates the real OracleConnection. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></CODE></FONT></TD><TD><CODE><B>OracleConnectionFactory.</B><B><A HREF="../../../../../org/geotools/data/oracle/OracleConnectionFactory.html#getConnectionPool()">getConnectionPool</A></B>()</CODE><BR> Creates the real OracleConnection. </TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../../../org/geotools/data/oracle/package-summary.html">org.geotools.data.oracle</A> with parameters of type <A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/data/oracle/OracleDataStore.html#OracleDataStore(org.geotools.data.jdbc.ConnectionPool, org.geotools.data.jdbc.JDBCDataStoreConfig)">OracleDataStore</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> connectionPool, <A HREF="../../../../../org/geotools/data/jdbc/JDBCDataStoreConfig.html" title="class in org.geotools.data.jdbc">JDBCDataStoreConfig</A> config)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../org/geotools/data/oracle/OracleDataStore.html#OracleDataStore(org.geotools.data.jdbc.ConnectionPool, java.lang.String, java.util.Map)">OracleDataStore</A></B>(<A HREF="../../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A> connectionPool, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> schemaName,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -