Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.compat.cdc / org.gvsig.fmap.dal / org.gvsig.fmap.dal.db / org.gvsig.fmap.dal.db.jdbc / src / main / resources / org / gvsig / fmap / dal / store / jdbc / JDBCParameters.xml @ 40559

History | View | Annotate | Download (2.7 KB)

1
<?xml version="1.0"?>
2
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 gvSIG Association.
7

8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

26
-->
27
<definitions>
28
  <version>1.0.0</version>
29
  <classes>
30
    <class name="JDBCResourceParameters">
31
      <description></description>
32
      <extends>
33
        <class>DBResourceParameters</class>
34
      </extends>
35
      <fields>
36
        <field name="JDBCDriverClass" type="string" mandatory="true" group="Advanced">
37
          <description>JDBC Driver class</description>
38
        </field>
39
        <field name="URL" type="string" mandatory="true" group="Connection">
40
          <description>JDBC url connection</description>
41
        </field>
42
        <field name="Catalog" type="string" mandatory="false" group="Basic">
43
          <description>Database catalog</description>
44
        </field>
45
        <field name="Schema" type="string" mandatory="false" group="Basic">
46
          <description>Database schema</description>
47
        </field>
48
      </fields>
49
    </class>
50

    
51
    <class name="JDBCStoreParameters">
52
      <extends>
53
        <class>JDBCResourceParameters</class>
54
        <class>DBStoreParameters</class>
55
      </extends>
56
      <fields>
57
      </fields>
58
    </class>
59

    
60
    <class name="JDBCNewStoreParameters">
61
      <description></description>
62
      <extends>
63
        <class>JDBCStoreParameters</class>
64
            <class namespace="dal" name="NewProviderParameters"/>
65
      </extends>
66
      <fields>
67
      </fields>
68
    </class>
69

    
70

    
71
    <class name="JDBCServerExplorerParameters">
72
      <extends>
73
        <class>JDBCResourceParameters</class>
74
        <class>DBServerExplorerParameters</class>
75
      </extends>
76
      <fields>
77
        <field name="ShowInformationDBTables" type="boolean" 
78
            mandatory="false" defaultValue="false" group="Basic">
79
          <description>Show information tables</description>
80
        </field>
81
      </fields>
82
    </class>
83

    
84

    
85
  </classes>
86
</definitions>