File: plugin.xml.in

package info (click to toggle)
gnumeric 1.12.44-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112,672 kB
  • sloc: ansic: 293,830; xml: 56,297; perl: 6,093; sh: 4,527; makefile: 2,940; yacc: 1,341; python: 384
file content (26 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="Gnumeric_gdaif">
	<information>
		<_name>Database</_name>
		<_description>Database functions for retrieval of data from a database.</_description>
	</information>
	<loader type="Gnumeric_Builtin:module">
		<attribute name="module_file" value="gdaif"/>
	</loader>
	<services>
		<service type="function_group" id="gdaif">
			<_category>Database</_category>
			<functions>
				<function name="execSQL"/>
				<function name="readDBTable"/>
			</functions>
		</service>
		<service type="ui" id="gdaif" file="ui.xml">
			<actions>
				<action name="ViewDataSources">
					<_label>Data Bases...</_label>
				</action>
			</actions>
		</service>
	</services>
</plugin>