KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > datadictionarysystem > _CheckConstraintCharacteristics


1 package com.daffodilwoods.daffodildb.server.datadictionarysystem;
2
3 import java.util.ArrayList JavaDoc;
4 import com.daffodilwoods.database.resource.*;
5 public interface _CheckConstraintCharacteristics {
6   public _CheckConstraint[] getCheckConstraints( ) throws DException;
7   public _CheckConstraint[] getCheckConstraintsForDelete() throws DException;
8 }
9
Popular Tags