-
大小: 2.28MB文件類型: .zip金幣: 2下載: 1 次發(fā)布日期: 2023-09-13
- 語言: Java
- 標(biāo)簽:
資源簡介
官方源碼,解壓后可以直接使用,對數(shù)據(jù)庫開發(fā)非常有幫助,也很方便。

代碼片段和文件信息
import?java.sql.*;
import?javax.naming.*;
import?javax.sql.DataSource;
import?com.mchange.v2.c3p0.DataSources;
/**
?*??This?example?shows?how?to?acquire?a?c3p0?DataSource?and
?*??bind?it?to?a?JNDI?name?service.
?*/
public?final?class?JndiBindDataSource
{
????//?be?sure?to?load?your?database?driver?class?either?via?
????//?Class.forName()?[as?shown?below]?or?externally?(e.g.?by
????//?using?-Djdbc.drivers?when?starting?your?JVM).
????static
????{
try?
????{?Class.forName(?“org.postgresql.Driver“?);?}
catch?(Exception?e)?
????{?e.printStackTrace();?}
????}
????public?static?void?main(String[]?argv)
????{
try
????{
//?let?a?command?line?arg?specify?the?name?we?will
//?bind?our?DataSource?to.
String?jndiName?=?argv[0];
?? //?acquire?the?DataSource?using?default?pool?params...?
?? //?this?is?the?only?c3p0?specific?code?here
DataSource?unpooled?=?DataSources.unpooledDataSource(“jdbc:postgresql://localhost/test“
?????“swaldman“
?????“test“);
DataSource?pooled?=?DataSources.pooledDataSource(?unpooled?);
//?Create?an?InitialContext?and?bind?the?DataSource?to?it?in?
//?the?usual?way.
//
//?We?are?using?the?no-arg?version?of?InitialContext‘s?constructor
//?therefore?the?jndi?environment?must?be?first?set?via?a?jndi.properties
//?file?System?properties?or?by?some?other?means.
InitialContext?ctx?=?new?InitialContext();
ctx.rebind(?jndiName?pooled?);
System.out.println(“DataSource?bound?to?nameservice?under?the?name?\““?+
???jndiName?+?‘\“‘);
????}
catch?(Exception?e)
????{?e.printStackTrace();?}
????}
????static?void?attemptClose(ResultSet?o)
????{
try
????{?if?(o?!=?null)?o.close();}
catch?(Exception?e)
????{?e.printStackTrace();}
????}
????static?void?attemptClose(Statement?o)
????{
try
????{?if?(o?!=?null)?o.close();}
catch?(Exception?e)
????{?e.printStackTrace();}
????}
????static?void?attemptClose(Connection?o)
????{
try
????{?if?(o?!=?null)?o.close();}
catch?(Exception?e)
????{?e.printStackTrace();}
????}
????private?JndiBindDataSource()
????{}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs-oracle-thin\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs-oracle-thin\com\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs-oracle-thin\com\mchange\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs-oracle-thin\com\mchange\v2\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs-oracle-thin\com\mchange\v2\c3p0\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs-oracle-thin\com\mchange\v2\c3p0\dbms\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs-oracle-thin\resources\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\cfg\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\codegen\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\filter\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\impl\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\jboss\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\management\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\mbean\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\servlet\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\stmt\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\subst\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\test\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\test\junit\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\c3p0\util\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\com\mchange\v2\resourcepool\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\apidocs\resources\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\doc\old\
?????目錄???????????0??2013-03-20?11:16??c3p0-0.9.2.1\examples\
............此處省略210個(gè)文件信息
評論
共有 條評論