client.SQLAccess
Class SQLInterface
java.lang.Object
client.SQLAccess.SQLInterface
public class SQLInterface
- extends java.lang.Object
- Author:
- Mariano Tepper
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLInterface
public SQLInterface()
login
public void login(java.lang.String username,
java.lang.String password)
logout
public void logout()
type
public java.lang.String type()
create
public boolean create(java.lang.String sql)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getExecutionPlan
public java.lang.String getExecutionPlan()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getResultSet
public java.sql.ResultSet getResultSet()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
nextResultSet
public boolean nextResultSet()
throws java.sql.SQLException
- Throws:
java.sql.SQLException