Searched refs:_ifExists (Results 1 – 4 of 4) sorted by relevance
225 public void dropTable( String _name, boolean _ifExists ) throws SQLException in dropTable() argument228 if ( _ifExists ) in dropTable()
92 public void dropTable(final String _name, final boolean _ifExists) throws SQLException in dropTable() argument96 if (_ifExists) in dropTable()
104 public void dropTable(final String _name,final boolean _ifExists) throws SQLException in dropTable() argument
124 static public void dropTable(final String _name, final boolean _ifExists) in dropTable() argument128 if (_ifExists) { in dropTable()
Completed in 20 milliseconds