Package org.apache.taglibs.dbtags.connection

Class Summary
CloseConnectionTag JSP tag closeconnection, used to close the specified java.sql.Connection.
ConnectionTag JSP tag connection, used to get a java.sql.Connection object from the DriverManager.
ConnectionTEI TagExtraInfo for the connection tag.
DatabaseURLTag JSP tag url, sets the database URL for the enclosing connection tag.
DriverTag JSP tag driver, sets the java.sql.Driver class name for the enclosing connection tag.
JndiNameTag JSP tag jndiname, sets the jndi named javax.sql.DataSource for the enclosing connection tag.
PasswordTag JSP tag password, sets the password for the enclosing connection tag.
UserIdTag JSP tag userid, sets the database user id for the enclosing connection tag.
 



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.