KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > sql99 > utils > _VariableValueOperations


1 package com.daffodilwoods.daffodildb.server.sql99.utils;
2
3 import com.daffodilwoods.database.resource.DException;
4 public interface _VariableValueOperations extends _VariableValues{
5   void setDefaultValues(_VariableValueOperations variableValueOperations) throws DException ;
6   boolean ifExists(String JavaDoc qualifiedTableName) throws DException;
7 }
8
Popular Tags