Home
last modified time | relevance | path

Searched refs:_ifExists (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java225 public void dropTable( String _name, boolean _ifExists ) throws SQLException in dropTable() argument
228 if ( _ifExists ) in dropTable()
/aoo42x/main/connectivity/qa/connectivity/tools/
H A DHsqlDatabase.java92 public void dropTable(final String _name, final boolean _ifExists) throws SQLException in dropTable() argument
96 if (_ifExists) in dropTable()
H A DFlatFileDatabase.java104 public void dropTable(final String _name,final boolean _ifExists) throws SQLException in dropTable() argument
/aoo42x/test/testuno/source/testlib/uno/
H A DDBUtil.java124 static public void dropTable(final String _name, final boolean _ifExists) in dropTable() argument
128 if (_ifExists) { in dropTable()

Completed in 20 milliseconds