Home
last modified time | relevance | path

Searched refs:createTable (Results 1 – 25 of 25) sorted by relevance

/trunk/main/connectivity/qa/connectivity/tools/
H A DCRMDatabase.java159 m_database.createTable( table, true ); in createTables()
169 m_database.createTable( table, true ); in createTables()
184 m_database.createTable( table, true ); in createTables()
197 m_database.createTable( table, true ); in createTables()
207 m_database.createTable( table, true ); in createTables()
H A DHsqlDatabase.java103 …public void createTable(final HsqlTableDescriptor _tableDesc, final boolean _dropIfExists) throws … in createTable() method in HsqlDatabase
109 createTable(_tableDesc); in createTable()
114 public void createTable(final HsqlTableDescriptor _tableDesc) throws SQLException in createTable() method in HsqlDatabase
/trunk/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java254 public boolean createTable() in createTable() method in TableWizard
268 …bIsSuccessfull = curTableDescriptor.createTable(catalogname, schemaname, tablename, keyfieldnames,… in createTable()
275 …bIsSuccessfull = curTableDescriptor.createTable(catalogname, schemaname, tablename, curScenarioSel… in createTable()
298 if (createTable()) in finishWizard()
/trunk/test/testuno/source/testlib/uno/
H A DDBUtil.java134 static public void createTable(String _name, in createTable() method in DBUtil
140 createTable(_name, _columns); in createTable()
146 static public void createTable(String _name, HsqlColumnDescriptor[] _columns) in createTable() method in DBUtil
/trunk/main/writerfilter/documentation/
H A DAddingTable.cxx59 portion = createTable(tableContext); in test()
70 portion = createTable(tableContext); in test()
/trunk/main/scripting/examples/python/pythonSamples/
H A DTableSample.py38 def createTable(): function
117 g_exportedScripts = createTable,
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx121 createTable(descriptor); in appendObject()
166 void OTables::createTable( const Reference< XPropertySet >& descriptor ) in createTable() function in OTables
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java135 createTable(descriptor); in appendObject()
139 void createTable(XPropertySet descriptor) throws SQLException { in createTable() method in PostgresqlTables
/trunk/main/connectivity/source/drivers/mysql/
H A DYTables.cxx138 createTable(descriptor); in appendObject()
199 void OTables::createTable( const Reference< XPropertySet >& descriptor ) in createTable() function in OTables
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java245 …public boolean createTable(String _catalogname, String _schemaname, String _tablename, String[] _f… in createTable() method in TableDescriptor
360 …public boolean createTable(String _catalogname, String _schemaname, String _tablename, String[] _k… in createTable() method in TableDescriptor
364 return createTable(_catalogname, _schemaname, _tablename, _fieldnames); in createTable()
/trunk/main/forms/qa/integration/forms/
H A DListBox.java199 m_database.createTable( new HsqlTableDescriptor( tableName, in impl_createDatabase()
233 …m_database.createTable( new HsqlTableDescriptor( m_foreignKeyTableName, foreignKeyColumns.toArray(… in impl_createDatabase()
H A DMasterDetailForms.java109 _databaseDocument.createTable( new HsqlTableDescriptor( "master", masterColumns ) ); in impl_createTableStructure()
110 _databaseDocument.createTable( new HsqlTableDescriptor( "detail", detailColumns ) ); in impl_createTableStructure()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx104 createTable(descriptor); in appendObject()
198 void OTables::createTable( const Reference< XPropertySet >& descriptor ) in createTable() function in OTables
/trunk/main/oox/source/xls/
H A Dtablefragment.cxx43 mrTable( getTables().createTable() ) in TableFragment()
H A Dtablebuffer.cxx116 Table& TableBuffer::createTable() in createTable() function in oox::xls::TableBuffer
/trunk/main/oox/inc/oox/xls/
H A Dtablebuffer.hxx106 Table& createTable();
/trunk/main/connectivity/source/inc/hsqldb/
H A DHTables.hxx43 …void createTable( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >&…
/trunk/main/connectivity/source/inc/adabas/
H A DBTables.hxx44 …void createTable( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >&…
/trunk/main/connectivity/source/inc/mysql/
H A DYTables.hxx45 …void createTable( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >&…
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DApplicationController.java146 m_database.createTable(new HsqlTableDescriptor("abc", new HsqlColumnDescriptor[] in checkSaveAs()
/trunk/test/testuno/source/fvt/uno/db/
H A DDBAccess.java118 DBUtil.createTable("test", new HsqlColumnDescriptor[] { in testCreateTable()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1393 xTable = rWizard.createTable(); in impl_doCopy_nothrow()
1411 xTable = rWizard.createTable(); in impl_doCopy_nothrow()
/trunk/main/dbaccess/source/ui/inc/
H A DWCopyTable.hxx392 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createTable();
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx738 m_xTable = aWizard.createTable(); in executeWizard()
H A DWCopyTable.cxx1273 Reference< XPropertySet > OCopyTableWizard::createTable() in createTable() function in OCopyTableWizard

Completed in 98 milliseconds