~beaky/wacs/wacs-php

« back to all changes in this revision

Viewing changes to docs/programming/htmlm/ch14.html

  • Committer: beaky
  • Date: 2020-06-27 21:54:48 UTC
  • Revision ID: svn-v4:4196e993-711f-0410-950c-c89e1d26c723:wacs-php:2894
Updated version of the set display chapter

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter�14.�Schema Reference: Assoc</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="Wacs Programming Guide"><link rel="up" href="pt03.html" title="Part�III.�WACS Database Schema"><link rel="prev" href="ch13s02.html" title="Sets: Defined Values"><link rel="next" href="ch14s02.html" title="Assoc: Defined Values"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter�14.�Schema Reference: Assoc</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch13s02.html">Prev</a>�</td><th width="60%" align="center">Part�III.�WACS Database Schema</th><td width="20%" align="right">�<a accesskey="n" href="ch14s02.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a name="sch-assoc"></a>Chapter�14.�Schema Reference: Assoc</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="sect1"><a href="ch14.html#assoc-sql">Assoc: Schema SQL</a></span></dt><dt><span class="sect1"><a href="ch14s02.html">Assoc: Defined Values</a></span></dt></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="assoc-sql"></a>Assoc: Schema SQL</h2></div></div></div><a class="indexterm" name="idm45899910151984"></a><pre class="programlisting">
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter�14.�Schema Reference: Assoc</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="Wacs Programming Guide"><link rel="up" href="pt03.html" title="Part�III.�WACS Database Schema"><link rel="prev" href="ch13s02.html" title="Sets: Defined Values"><link rel="next" href="ch14s02.html" title="Assoc: Defined Values"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter�14.�Schema Reference: Assoc</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch13s02.html">Prev</a>�</td><th width="60%" align="center">Part�III.�WACS Database Schema</th><td width="20%" align="right">�<a accesskey="n" href="ch14s02.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a name="sch-assoc"></a>Chapter�14.�Schema Reference: Assoc</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="sect1"><a href="ch14.html#assoc-sql">Assoc: Schema SQL</a></span></dt><dt><span class="sect1"><a href="ch14s02.html">Assoc: Defined Values</a></span></dt></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="assoc-sql"></a>Assoc: Schema SQL</h2></div></div></div><a class="indexterm" name="idm45649327337664"></a><pre class="programlisting">
2
2
create table assoc 
3
3
( assocno                       number(9) primary key,
4
4
  amodelno                      number(6) references models,