示例#1
0
 public static ResultSetProvider getProperties() throws SQLException {
   ObjectPool pool = SessionManager.current().getObjectPool(UsingProperties.class);
   return (ResultSetProvider) pool.activateInstance();
 }
示例#2
0
 public void close() throws SQLException {
   m_pool.passivateInstance(this);
 }