com.judoscript.db
Interface DBResult
- All Known Implementing Classes:
- QueryResult, UpdateResult
public interface DBResult
getConnection
DBConnect getConnection()
resolveVariable
Variable resolveVariable(java.lang.String name)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
invoke
Variable invoke(int fxn,
java.lang.String fname,
Expr[] params,
int[] types)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
refresh
void refresh(Expr[] params)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
ps
java.sql.PreparedStatement ps()
close
void close()