Linda Chan | 5a19f58 | 2008-02-05 06:54:20 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
| 4 | |
| 5 | <extension |
| 6 | id="%oda.data.source.id" |
| 7 | point="org.eclipse.datatools.connectivity.oda.dataSource"> |
| 8 | <dataSource |
Linda Chan | 5a19f58 | 2008-02-05 06:54:20 +0000 | [diff] [blame] | 9 | defaultDisplayName="%data.source.name" |
Linda Chan | 2657f8a | 2009-12-30 02:52:57 +0000 | [diff] [blame] | 10 | driverClass="org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.impl.Driver" |
| 11 | id="%oda.data.source.id" |
Linda Chan | 5a19f58 | 2008-02-05 06:54:20 +0000 | [diff] [blame] | 12 | odaVersion="3.1" |
Linda Chan | 2657f8a | 2009-12-30 02:52:57 +0000 | [diff] [blame] | 13 | overrideExplorerFiltering="true" |
| 14 | setThreadContextClassLoader="false"> |
Linda Chan | 5a19f58 | 2008-02-05 06:54:20 +0000 | [diff] [blame] | 15 | <properties></properties> |
| 16 | <relationship |
Linda Chan | e003093 | 2008-02-21 05:01:59 +0000 | [diff] [blame] | 17 | relatedId="%parent.category.id" |
| 18 | type="wrapperOf"> |
Linda Chan | 5a19f58 | 2008-02-05 06:54:20 +0000 | [diff] [blame] | 19 | </relationship> |
| 20 | </dataSource> |
| 21 | <dataSet |
| 22 | defaultDisplayName="%data.set.name" |
| 23 | id="org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.dataSet"> |
| 24 | <dataTypeMapping |
| 25 | nativeDataTypeCode="1" |
| 26 | odaScalarDataType="String" |
| 27 | nativeDataType="String"> |
| 28 | </dataTypeMapping> |
| 29 | <dataTypeMapping |
| 30 | nativeDataTypeCode="4" |
| 31 | odaScalarDataType="Integer" |
| 32 | nativeDataType="Integer"> |
| 33 | </dataTypeMapping> |
| 34 | <dataTypeMapping |
| 35 | nativeDataTypeCode="8" |
| 36 | odaScalarDataType="Double" |
| 37 | nativeDataType="Double"> |
| 38 | </dataTypeMapping> |
| 39 | <dataTypeMapping |
| 40 | nativeDataTypeCode="3" |
| 41 | odaScalarDataType="Decimal" |
| 42 | nativeDataType="BigDecimal"> |
| 43 | </dataTypeMapping> |
| 44 | <dataTypeMapping |
| 45 | nativeDataTypeCode="91" |
| 46 | odaScalarDataType="Date" |
| 47 | nativeDataType="Date"> |
| 48 | </dataTypeMapping> |
| 49 | <dataTypeMapping |
| 50 | nativeDataTypeCode="92" |
| 51 | odaScalarDataType="Time" |
| 52 | nativeDataType="Time"> |
| 53 | </dataTypeMapping> |
| 54 | <dataTypeMapping |
| 55 | nativeDataTypeCode="93" |
| 56 | odaScalarDataType="Timestamp" |
| 57 | nativeDataType="Timestamp"> |
| 58 | </dataTypeMapping> |
| 59 | <dataTypeMapping |
| 60 | nativeDataTypeCode="16" |
| 61 | odaScalarDataType="Boolean" |
| 62 | nativeDataType="Boolean"> |
| 63 | </dataTypeMapping> |
| 64 | </dataSet> |
| 65 | </extension> |
| 66 | <extension |
| 67 | point="org.eclipse.datatools.connectivity.connectionProfile"> |
| 68 | <category |
| 69 | id="%oda.data.source.id" |
| 70 | name="%data.source.name" |
Linda Chan | e003093 | 2008-02-21 05:01:59 +0000 | [diff] [blame] | 71 | parentCategory="%parent.category.id"> |
Linda Chan | 5a19f58 | 2008-02-05 06:54:20 +0000 | [diff] [blame] | 72 | </category> |
| 73 | <connectionProfile |
| 74 | pingFactory="org.eclipse.datatools.connectivity.oda.profile.OdaConnectionFactory" |
| 75 | name="%connection.profile.name" |
| 76 | category="%oda.data.source.id" |
| 77 | id="%oda.data.source.id"> |
| 78 | </connectionProfile> |
| 79 | <connectionFactory |
| 80 | name="ODA Connection Factory" |
| 81 | profile="%oda.data.source.id" |
| 82 | class="org.eclipse.datatools.connectivity.oda.profile.OdaConnectionFactory" |
| 83 | id="org.eclipse.datatools.connectivity.oda.IConnection"> |
| 84 | </connectionFactory> |
| 85 | </extension> |
| 86 | |
| 87 | </plugin> |