Home
last modified time | relevance | path

Searched refs:dropTable (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/qa/connectivity/tools/
H A DHsqlDatabase.java92 public void dropTable(final String _name, final boolean _ifExists) throws SQLException in dropTable() method in HsqlDatabase
107 dropTable(_tableDesc.getName(), true); in createTable()
H A DFlatFileDatabase.java104 public void dropTable(final String _name,final boolean _ifExists) throws SQLException in dropTable() method in FlatFileDatabase
/trunk/test/testuno/source/testlib/uno/
H A DDBUtil.java124 static public void dropTable(final String _name, final boolean _ifExists) in dropTable() method in DBUtil
138 dropTable(_name, true); in createTable()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx112 void dropTable(const Reference<XNameAccess>& _rxTable,const ::rtl::OUString& _sTableName) in dropTable() function
385 dropTable(xTables,m_sName); in doSaveDoc()
628 dropTable(xTables,m_sName); in suspend()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java225 public void dropTable( String _name, boolean _ifExists ) throws SQLException in dropTable() method in HsqlDatabase

Completed in 23 milliseconds