home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # Copyright (c) 1994 by Westmount Technology B.V., Delft, The Netherlands.
- #
- # This software is furnished under a license and may be used only in
- # accordance with the terms of such license and with the inclusion of
- # the above copyright notice. This software or any other copies thereof
- # may not be provided or otherwise made available to any other person.
- # No title to and ownership of the software is hereby transferred.
- #
- # The information in this software is subject to change without notice
- # and should not be construed as a commitment by Westmount Technology B.V.
- #
- #---------------------------------------------------------------------------
- #
- # File : @(#)gen_db_def.tcl 1.2
- # Author :
- # Original date : 15-12-1994
- # Description : Generate DB definitions for NewEra
- #
- #---------------------------------------------------------------------------
- #
-
- proc sql_model::generate {model} {
- }
-
- proc table::generate {table} {
- }
-
-