sqlwrapper
Interface SQLWrapper

All Known Implementing Classes:
SqLiteSQLWrapper

public interface SQLWrapper

Interface for embedded database operations.


Method Summary
 void commit()
           
 boolean execute(java.lang.String sql)
           
 QueryResult executeQuery(java.lang.String sql)
           
 boolean flush()
           
 

Method Detail

execute

boolean execute(java.lang.String sql)

executeQuery

QueryResult executeQuery(java.lang.String sql)

commit

void commit()

flush

boolean flush()