create table studmarks
( examid int not null,
marks int not null,
studid int not null,
primary key(examid,studid),
foreign key (studid) references student2
)
var snSrc;
if (window.__smartNav == null)
{
window.__smartNav = new Object();
window.__smartNav.update = function()
{
var sn = window.__smartNav;
var fd;
do
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.core.constraint;
import org.jmock.core.Constraint;
/**
* Is the value null?
*/
public class IsNull implements Constraint
{