Beans/frank.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1994 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-12-07 23:13:57 +00:00
parent 3924cddb73
commit cf48a6a9eb
+1 -1
View File
@@ -271,7 +271,7 @@ public class JDBCUtil
throws SQLException throws SQLException
{ {
if (tableExists(conn, table)) { if (tableExists(conn, table)) {
return true; return false;
} }
Statement stmt = conn.createStatement(); Statement stmt = conn.createStatement();