Home
last modified time | relevance | path

Searched refs:dropByIndex (Results 1 – 10 of 10) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java326 xKeyDrop.dropByIndex(i); in removeAllColumnsFromDescriptor()
333 xColumnDrop.dropByIndex(i); in removeAllColumnsFromDescriptor()
/trunk/main/offapi/com/sun/star/sdbcx/
H A DXDrop.idl67 void dropByIndex([in]long index) raises (com::sun::star::sdbc::SQLException,
/trunk/main/dbaccess/source/core/inc/
H A Dquerycontainer.hxx200 …virtual void SAL_CALL dropByIndex( sal_Int32 index ) throw(::com::sun::star::sdbc::SQLException, :…
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx224 …virtual void SAL_CALL dropByIndex( sal_Int32 index ) throw(::com::sun::star::sdbc::SQLException, :…
/trunk/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx257 void SAL_CALL OQueryContainer::dropByIndex( sal_Int32 _nIndex ) throw(SQLException, IndexOutOfBound… in dropByIndex() function in dbaccess::OQueryContainer
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx118 xDrop->dropByIndex(i); in DropRelation()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java316 public void dropByIndex(int index) throws SQLException, IndexOutOfBoundsException { in dropByIndex() method in OContainer
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx418 void SAL_CALL OCollection::dropByIndex( sal_Int32 index ) throw(SQLException, IndexOutOfBoundsExcep… in dropByIndex() function in OCollection
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx1393 xDrop->dropByIndex(i); // delete the key in dropPrimaryKey()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1486 _pIndexes->dropByIndex(--i); in Drop_Static()

Completed in 69 milliseconds