1<?xml version="1.0"?>
2<data-set-spec>
3  <parameters>
4    <parameter id="DB_NAME" _name="Database name" _descr="The name of a database to connect to" gdatype="gchararray" nullok="FALSE"/>
5    <parameter id="HOST" _name="Database server" _descr="Host on which the database server is running" gdatype="gchararray"/>
6    <parameter id="PORT" _name="Port" _descr="Database server port" gdatype="gint"/>
7    <parameter id="UNIX_SOCKET" _name="UNIX Socket" _descr="Full path of the UNIX socket to use when connecting locally" gdatype="gchararray"/>
8    <parameter id="USE_SSL" _name="Require SSL" _descr="Whether or not to use SSL to establish the connection" gdatype="gboolean"/>
9    <parameter id="COMPRESS" _name="Compress" _descr="Use compression protocol" gdatype="gboolean"/>
10    <parameter id="PROTOCOL" _name="Connection protocol" _descr="Explicitly specifies a connection protocol to use. It is useful when the other connection parameters normally would cause a protocol to be used other than the one you want" gdatype="string" source="proto:0"/>
11  </parameters>
12  <sources>
13    <gda_array name="proto">
14      <gda_array_field name="id" gdatype="gchararray"/>
15      <gda_array_field name="text" gdatype="gchararray"/>
16      <gda_array_data>
17        <gda_array_row>
18          <gda_value>DEFAULT</gda_value>
19          <_gda_value>Automatic</_gda_value>
20        </gda_array_row>
21        <gda_array_row>
22          <gda_value>TCP</gda_value>
23          <_gda_value>TCP: TCP/IP connection to local or remote server.</_gda_value>
24        </gda_array_row>
25        <gda_array_row>
26          <gda_value>SOCKET</gda_value>
27          <_gda_value>Socket: Unix socket file connection to local server (Local Unix server only).</_gda_value>
28        </gda_array_row>
29        <gda_array_row>
30          <gda_value>PIPE</gda_value>
31          <_gda_value>Pipe: Named-pipe connection to local or remote server (Windows server only)</_gda_value>
32        </gda_array_row>
33        <gda_array_row>
34          <gda_value>MEMORY</gda_value>
35          <_gda_value>Memory: Shared-memory connection to local server (Local Windows server only)</_gda_value>
36        </gda_array_row>
37      </gda_array_data>
38    </gda_array>
39  </sources>
40</data-set-spec>
41