KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > sql99 > ddl > schemadefinition > functionspecificationdummyrule


1 package com.daffodilwoods.daffodildb.server.sql99.ddl.schemadefinition;
2
3 import com.daffodilwoods.database.resource.*;
4 import com.daffodilwoods.daffodildb.server.serversystem._ServerSession;
5
6 public interface functionspecificationdummyrule extends com.daffodilwoods.daffodildb.utils.parser.StatementExecuter {
7    public void setExternalJavaMethodProperties(externaljavareference dataStt, _ServerSession currentSession) throws DException;
8
9    public void checkSatements(routinebody _routinebody0, _ServerSession currentSession) throws DException;
10
11    public void setRoutineDescriptor(routinebody _routinebody0, _ServerSession currentSession, String JavaDoc toString) throws DException;
12
13    public void createPrivileges(_ServerSession currentSession) throws DException;
14
15    public void storeTableIncludedColumnIncluded(routinebody _routinebody0) throws DException;
16 }
17
Popular Tags