1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
2
|
<!--NewPage-->
|
3
|
<html>
|
4
|
<head>
|
5
|
<!-- Generated by javadoc on Fri Sep 24 03:23:03 CEST 1999 -->
|
6
|
<title>
|
7
|
Class de.tudarmstadt.ito.xmldbms.RootTableMap
|
8
|
</title>
|
9
|
</head>
|
10
|
<body>
|
11
|
<a name="_top_"></a>
|
12
|
<pre>
|
13
|
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-de.tudarmstadt.ito.xmldbms.html">This Package</a> <a href="de.tudarmstadt.ito.xmldbms.RootClassMap.html#_top_">Previous</a> <a href="de.tudarmstadt.ito.xmldbms.Table.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
14
|
<hr>
|
15
|
<h1>
|
16
|
Class de.tudarmstadt.ito.xmldbms.RootTableMap
|
17
|
</h1>
|
18
|
<pre>
|
19
|
java.lang.Object
|
20
|
|
|
21
|
+----de.tudarmstadt.ito.xmldbms.RootTableMap
|
22
|
</pre>
|
23
|
<hr>
|
24
|
<dl>
|
25
|
<dt> public class <b>RootTableMap</b>
|
26
|
<dt> extends Object
|
27
|
</dl>
|
28
|
Provides information needed to retrieve data from root tables beyond
|
29
|
that found in TableMap; <A HREF="../readme.html#NotForUse">not for general
|
30
|
use</A>.
|
31
|
<p>
|
32
|
<hr>
|
33
|
<a name="index"></a>
|
34
|
<h2>
|
35
|
<img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
|
36
|
</h2>
|
37
|
<dl>
|
38
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
39
|
<a href="#candidateKey"><b>candidateKey</b></a>
|
40
|
<dd> The key used to retrieve data from the table.
|
41
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
42
|
<a href="#ignoredRootType"><b>ignoredRootType</b></a>
|
43
|
<dd> The unprefixed name of the ignored root element type to be constructed
|
44
|
as a parent of the root table's element type.
|
45
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
46
|
<a href="#orderColumn"><b>orderColumn</b></a>
|
47
|
<dd> The column used to order column retrieved from the table.
|
48
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
49
|
<a href="#prefixedIgnoredRootType"><b>prefixedIgnoredRootType</b></a>
|
50
|
<dd> The prefixed name of the ignored root element type to be constructed
|
51
|
as a parent of the root table's element type.
|
52
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
53
|
<a href="#tableMap"><b>tableMap</b></a>
|
54
|
<dd> TableMap for the root table.
|
55
|
</dl>
|
56
|
<h2>
|
57
|
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
|
58
|
</h2>
|
59
|
<dl>
|
60
|
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
|
61
|
<a href="#RootTableMap()"><b>RootTableMap</b></a>()
|
62
|
<dd> Construct a RootTableMap with null initial values.
|
63
|
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
|
64
|
<a href="#RootTableMap(de.tudarmstadt.ito.xmldbms.TableMap, java.lang.String, java.lang.String, de.tudarmstadt.ito.xmldbms.Column[], de.tudarmstadt.ito.xmldbms.Column)"><b>RootTableMap</b></a>(TableMap, String, String, Column[], Column)
|
65
|
<dd> Construct a RootTableMap with non-null initial values.
|
66
|
</dl>
|
67
|
<a name="variables"></a>
|
68
|
<h2>
|
69
|
<img src="images/variables.gif" width=153 height=38 alt="Variables">
|
70
|
</h2>
|
71
|
<a name="tableMap"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
72
|
<b>tableMap</b>
|
73
|
<pre>
|
74
|
public <a href="de.tudarmstadt.ito.xmldbms.TableMap.html#_top_">TableMap</a> tableMap
|
75
|
</pre>
|
76
|
<dl>
|
77
|
<dd> TableMap for the root table.<p>
|
78
|
</dl>
|
79
|
<a name="ignoredRootType"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
80
|
<b>ignoredRootType</b>
|
81
|
<pre>
|
82
|
public String ignoredRootType
|
83
|
</pre>
|
84
|
<dl>
|
85
|
<dd> The unprefixed name of the ignored root element type to be constructed
|
86
|
as a parent of the root table's element type. In the future, this and
|
87
|
prefixedIgnoredRootType should probably be replaced by an NSName.<p>
|
88
|
<dd><dl>
|
89
|
<dt> <b>See Also:</b>
|
90
|
<dd> <a href="de.tudarmstadt.ito.xmldbms.DBMSToDOM.html#usePrefixes(boolean)">usePrefixes</a>
|
91
|
</dl></dd>
|
92
|
</dl>
|
93
|
<a name="prefixedIgnoredRootType"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
94
|
<b>prefixedIgnoredRootType</b>
|
95
|
<pre>
|
96
|
public String prefixedIgnoredRootType
|
97
|
</pre>
|
98
|
<dl>
|
99
|
<dd> The prefixed name of the ignored root element type to be constructed
|
100
|
as a parent of the root table's element type. In the future, this and
|
101
|
ignoredRootType should probably be replaced by an NSName.<p>
|
102
|
<dd><dl>
|
103
|
<dt> <b>See Also:</b>
|
104
|
<dd> <a href="de.tudarmstadt.ito.xmldbms.DBMSToDOM.html#usePrefixes(boolean)">usePrefixes</a>
|
105
|
</dl></dd>
|
106
|
</dl>
|
107
|
<a name="candidateKey"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
108
|
<b>candidateKey</b>
|
109
|
<pre>
|
110
|
public <a href="de.tudarmstadt.ito.xmldbms.Column.html#_top_">Column</a> candidateKey[]
|
111
|
</pre>
|
112
|
<dl>
|
113
|
<dd> The key used to retrieve data from the table.<p>
|
114
|
</dl>
|
115
|
<a name="orderColumn"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
116
|
<b>orderColumn</b>
|
117
|
<pre>
|
118
|
public <a href="de.tudarmstadt.ito.xmldbms.Column.html#_top_">Column</a> orderColumn
|
119
|
</pre>
|
120
|
<dl>
|
121
|
<dd> The column used to order column retrieved from the table. Null if
|
122
|
there is no order column.<p>
|
123
|
</dl>
|
124
|
<a name="constructors"></a>
|
125
|
<h2>
|
126
|
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
|
127
|
</h2>
|
128
|
<a name="RootTableMap"></a>
|
129
|
<a name="RootTableMap()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
|
130
|
<b>RootTableMap</b>
|
131
|
<pre>
|
132
|
public RootTableMap()
|
133
|
</pre>
|
134
|
<dl>
|
135
|
<dd> Construct a RootTableMap with null initial values.
|
136
|
<p>
|
137
|
</dl>
|
138
|
<a name="RootTableMap(de.tudarmstadt.ito.xmldbms.TableMap, java.lang.String, java.lang.String, de.tudarmstadt.ito.xmldbms.Column[], de.tudarmstadt.ito.xmldbms.Column)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
|
139
|
<b>RootTableMap</b>
|
140
|
<pre>
|
141
|
public RootTableMap(<a href="de.tudarmstadt.ito.xmldbms.TableMap.html#_top_">TableMap</a> tableMap,
|
142
|
String ignoredRootType,
|
143
|
String prefixedIgnoredRootType,
|
144
|
<a href="de.tudarmstadt.ito.xmldbms.Column.html#_top_">Column</a> candidateKey[],
|
145
|
<a href="de.tudarmstadt.ito.xmldbms.Column.html#_top_">Column</a> orderColumn)
|
146
|
</pre>
|
147
|
<dl>
|
148
|
<dd> Construct a RootTableMap with non-null initial values.
|
149
|
<p>
|
150
|
</dl>
|
151
|
<hr>
|
152
|
<pre>
|
153
|
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-de.tudarmstadt.ito.xmldbms.html">This Package</a> <a href="de.tudarmstadt.ito.xmldbms.RootClassMap.html#_top_">Previous</a> <a href="de.tudarmstadt.ito.xmldbms.Table.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
154
|
</body>
|
155
|
</html>
|