com.judoscript.db
Interface DBResult

All Known Implementing Classes:
QueryResult, UpdateResult

public interface DBResult


Method Summary
 void close()
           
 DBConnect getConnection()
           
 Variable invoke(int fxn, java.lang.String fname, Expr[] params, int[] types)
           
 java.sql.PreparedStatement ps()
           
 void refresh(Expr[] params)
           
 Variable resolveVariable(java.lang.String name)
           
 

Method Detail

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()