Project

General

Profile

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.Column
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.ClassMap.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.xmldbms.ColumnMap.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
14
<hr>
15
<h1>
16
  Class de.tudarmstadt.ito.xmldbms.Column
17
</h1>
18
<pre>
19
java.lang.Object
20
   |
21
   +----de.tudarmstadt.ito.xmldbms.Column
22
</pre>
23
<hr>
24
<dl>
25
  <dt> public class <b>Column</b>
26
  <dt> extends Object
27
</dl>
28
Describes a column; <A HREF="../readme.html#NotForUse">not for
29
 general use</A>.
30
 <P>Column contains information about a column in a table. The table
31
 is not named; instead, Columns are included in Tables and ColumnMaps.
32
 </P>
33
 <p>In the future, this should contain information about the nullability
34
 of the column as well. This will be used when creating CREATE TABLE
35
 statements.</p>
36
<p>
37
<hr>
38
<a name="index"></a>
39
<h2>
40
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
41
</h2>
42
<dl>
43
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
44
	<a href="#length"><b>length</b></a>
45
  <dd>  Length of the column.
46
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
47
	<a href="#name"><b>name</b></a>
48
  <dd> Name of the column.
49
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
50
	<a href="#number"><b>number</b></a>
51
  <dd>  Number of the column, starting with 1.
52
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
53
	<a href="#type"><b>type</b></a>
54
  <dd>  Data type of the column.
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="#Column()"><b>Column</b></a>()
62
  <dd> 
63
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
64
	<a href="#Column(java.lang.String, int, int, int)"><b>Column</b></a>(String, int, int, int)
65
  <dd> 
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="name"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
72
<b>name</b>
73
<pre>
74
 public String name
75
</pre>
76
<dl>
77
  <dd> Name of the column.<p>
78
</dl>
79
<a name="number"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
80
<b>number</b>
81
<pre>
82
 public int number
83
</pre>
84
<dl>
85
  <dd> Number of the column, starting with 1. Currently used only in Rows.<p>
86
</dl>
87
<a name="type"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
88
<b>type</b>
89
<pre>
90
 public int type
91
</pre>
92
<dl>
93
  <dd> Data type of the column. This must be one of the values in
94
 java.sql.Types.<p>
95
</dl>
96
<a name="length"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
97
<b>length</b>
98
<pre>
99
 public int length
100
</pre>
101
<dl>
102
  <dd> Length of the column. Used only for character and binary data.<p>
103
</dl>
104
<a name="constructors"></a>
105
<h2>
106
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
107
</h2>
108
<a name="Column"></a>
109
<a name="Column()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
110
<b>Column</b>
111
<pre>
112
 public Column()
113
</pre>
114
<a name="Column(java.lang.String, int, int, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
115
<b>Column</b>
116
<pre>
117
 public Column(String name,
118
               int number,
119
               int type,
120
               int length)
121
</pre>
122
<hr>
123
<pre>
124
<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.ClassMap.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.xmldbms.ColumnMap.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
125
</body>
126
</html>
(50-50/72)