Searched refs:dropTable (Results 1 – 5 of 5) sorted by relevance
92 public void dropTable(final String _name, final boolean _ifExists) throws SQLException in dropTable() method in HsqlDatabase107 dropTable(_tableDesc.getName(), true); in createTable()
104 public void dropTable(final String _name,final boolean _ifExists) throws SQLException in dropTable() method in FlatFileDatabase
124 static public void dropTable(final String _name, final boolean _ifExists) in dropTable() method in DBUtil138 dropTable(_name, true); in createTable()
112 void dropTable(const Reference<XNameAccess>& _rxTable,const ::rtl::OUString& _sTableName) in dropTable() function385 dropTable(xTables,m_sName); in doSaveDoc()628 dropTable(xTables,m_sName); in suspend()
225 public void dropTable( String _name, boolean _ifExists ) throws SQLException in dropTable() method in HsqlDatabase
Completed in 29 milliseconds