You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/04/06 01:50:58 UTC

svn commit: r391852 - /db/derby/docs/trunk/src/ref/rrefsyscschecktablefunc.dita

Author: fuzzylogic
Date: Wed Apr  5 16:50:57 2006
New Revision: 391852

URL: http://svn.apache.org/viewcvs?rev=391852&view=rev
Log:
DERBY-1123: Fix documentation for SYSCS_UTIL.SYSCS_CHECK_TABLE

Committed for Halley Pacheco de Oliveira <ha...@yahoo.com.br> and
Jeff Levitt <de...@mylevita.com>

Modified:
    db/derby/docs/trunk/src/ref/rrefsyscschecktablefunc.dita

Modified: db/derby/docs/trunk/src/ref/rrefsyscschecktablefunc.dita
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/src/ref/rrefsyscschecktablefunc.dita?rev=391852&r1=391851&r2=391852&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsyscschecktablefunc.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsyscschecktablefunc.dita Wed Apr  5 16:50:57 2006
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable.  
+<!--
+Copyright 1997, 2006 The Apache Software Foundation or its licensors, as applicable.
 
-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      
+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  
+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  
+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.
 -->
 
@@ -22,8 +22,8 @@
 <refbody>
 <section><p>The <codeph>SYSCS_UTIL.SYSCS_CHECK_TABLE</codeph> function
 checks the specified table, ensuring that all of its indexes are consistent
-with the base table.  When tables are consistent, the method returns a SMALLINT
-with value 1. If the tables are inconsistent, the function will throw an exception.</p></section>
+with the base table.  If the table and indexes are consistent, the method returns a SMALLINT
+with value 1. If the table and indexes are inconsistent, the function will throw an exception.</p></section>
 <section><title>Syntax</title> <codeblock>SMALLINT SYSCS_UTIL.SYSCS_CHECK_TABLE(IN SCHEMANAME VARCHAR(128),
 IN TABLENAME VARCHAR(128)) </codeblock> <p>An error will occur if either SCHEMANAME
 or TABLENAME are null.</p></section>