Removed unused code
This commit is contained in:
parent
d5c48918a0
commit
c8674a5f3d
1 changed files with 0 additions and 11 deletions
|
@ -74,17 +74,6 @@ public class DbSource {
|
|||
// false here and make commit/rollback invocations in Transactor methods;
|
||||
// System.err.println ("Created new Connection to "+url);
|
||||
tx.registerConnection(this, con);
|
||||
|
||||
//////////////////////////////////////////////
|
||||
|
||||
/* DatabaseMetaData meta = con.getMetaData ();
|
||||
ResultSet tables = meta.getCatalogs ();
|
||||
while (tables.next())
|
||||
System.err.println ("********* TABLE: "+ tables.getObject (1));
|
||||
ResultSet types = meta.getTypeInfo ();
|
||||
while (types.next())
|
||||
System.err.println ("******* TYPE: "+types.getObject(1) +" - "+types.getObject(2)+" - "+types.getObject(6));
|
||||
*/
|
||||
}
|
||||
|
||||
return con;
|
||||
|
|
Loading…
Add table
Reference in a new issue