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

Last change on this file since 16883 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.