From: <zep...@us...> - 2006-10-18 11:27:30
|
Revision: 97 http://svn.sourceforge.net/pzfilereader/?rev=97&view=rev Author: zepernick Date: 2006-10-18 04:27:19 -0700 (Wed, 18 Oct 2006) Log Message: ----------- javadoc package Added Paths: ----------- trunk/PZFileReader/src/main/java/net/sf/pzfilereader/structure/package.html Added: trunk/PZFileReader/src/main/java/net/sf/pzfilereader/structure/package.html =================================================================== --- trunk/PZFileReader/src/main/java/net/sf/pzfilereader/structure/package.html (rev 0) +++ trunk/PZFileReader/src/main/java/net/sf/pzfilereader/structure/package.html 2006-10-18 11:27:19 UTC (rev 97) @@ -0,0 +1,26 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> + <head> + <title>net.sf.pzfilereader.ordering package</title> + <!-- + Copyright 2006 Paul Zepernick + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software distributed + under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + CONDITIONS OF ANY KIND, either express or implied. See the License for + the specific language governing permissions and limitations under the License. + + --> + </head> + <body bgcolor="white"> + Contains classes which decribes the structure of the DataSet. + Information is stored on the structure of a Row (record) and + the ColumnMetaData for the columns contained in the Row. + </body> +</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |