XIndexAlteration.idl (ebfcd9af) XIndexAlteration.idl (c4dc0a1a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 32 unchanged lines hidden (view full) ---

41
42//-----------------------------------------------------------------------------
43/** allows to alter the indexes of a table.
44
45 @see com::sun::star::sdb::DataSource::Settings
46 @see com::sun::star::sdbcx::XAppend
47 @see com::sun::star::sdbcx::XDrop
48
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 32 unchanged lines hidden (view full) ---

41
42//-----------------------------------------------------------------------------
43/** allows to alter the indexes of a table.
44
45 @see com::sun::star::sdb::DataSource::Settings
46 @see com::sun::star::sdbcx::XAppend
47 @see com::sun::star::sdbcx::XDrop
48
49 @since OOo 3.3
49 @since OpenOffice 3.3
50*/
51interface XIndexAlteration
52{
53 interface XConnectionSupplier;
54
55 /** drops an object of the related container identified by its name.
56 @param table
57 the table to be altered

--- 32 unchanged lines hidden ---
50*/
51interface XIndexAlteration
52{
53 interface XConnectionSupplier;
54
55 /** drops an object of the related container identified by its name.
56 @param table
57 the table to be altered

--- 32 unchanged lines hidden ---