Searched defs:setCatalog (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DConnectionHolder.java661 public void setCatalog(String catalog) throws SQLException { method in class:ConnectionHolder
663 con.setCatalog(catalog);
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/connection/
H A DConnectionImpl.java381 public synchronized void setCatalog(String catalog) throws SQLException { method in class:ConnectionImpl
383 this.connection.setCatalog(catalog);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 23 milliseconds