source: main/trunk/greenstone3/src/java/org/greenstone/gsdl3/sql/SQLStatements.java@ 28218

Last change on this file since 28218 was 15081, checked in by xiao, 16 years ago

add the derby library and also some classes that use the library

File size: 166 bytes
Line 
1package org.greenstone.gsdl3.sql;
2
3public interface SQLStatements{
4
5 public String getDBInfoStatement(String node_id);
6 public String undoDBSafe(Object text);
7}
Note: See TracBrowser for help on using the repository browser.