Database.idl (d1766043) Database.idl (2a413f17)
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

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

61 [property] string DataTableName;
62 //------------------------------------------------------------------------
63 /** contains the name of the data base table.
64 */
65 [property] string DataColumnName;
66
67 //------------------------------------------------------------------------
68 /** indicates the URL of a database file.
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

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

61 [property] string DataTableName;
62 //------------------------------------------------------------------------
63 /** contains the name of the data base table.
64 */
65 [property] string DataColumnName;
66
67 //------------------------------------------------------------------------
68 /** indicates the URL of a database file.
69 @since OOo 2.0
69 @since OpenOffice 2.0
70 */
71 [optional, property] string DataBaseURL;
72
73 //------------------------------------------------------------------------
74 /** indicates a connection URL, which locates a database driver.
70 */
71 [optional, property] string DataBaseURL;
72
73 //------------------------------------------------------------------------
74 /** indicates a connection URL, which locates a database driver.
75 @since OOo 2.0
75 @since OpenOffice 2.0
76 */
77 [optional, property] string DataBaseResource;
78 //------------------------------------------------------------------------
79 /** contains the DataColumnName but it enables the fieldmaster and its
80 depending fields to work without setting DataSourceName, DataTableName and CommandType
76 */
77 [optional, property] string DataBaseResource;
78 //------------------------------------------------------------------------
79 /** contains the DataColumnName but it enables the fieldmaster and its
80 depending fields to work without setting DataSourceName, DataTableName and CommandType
81 @since OOo 2.3
81 @since OpenOffice 2.3
82 */
83 [optional, property] string Name;
84
85};
86
87//=============================================================================
88
89}; }; }; }; };
90
91#endif
92
82 */
83 [optional, property] string Name;
84
85};
86
87//=============================================================================
88
89}; }; }; }; };
90
91#endif
92