All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.imaginary.sql.msql.MsqlStatement
public synchronized ResultSet executeQuery(String sql) throws SQLException
public int executeUpdate(String sql) throws SQLException
public boolean execute(String sql) throws SQLException
public void close() throws SQLException
public ResultSet getResultSet() throws SQLException
public int getUpdateCount() throws SQLException
public boolean getMoreResults() throws SQLException
public int getMoreCounts() throws SQLException
public int getMaxFieldSize() throws SQLException
public void setMaxFieldSize(int max) throws SQLException
public int getMaxRows() throws SQLException
public void setMaxRows(int max) throws SQLException
public void setEscapeProcessing(boolean enable) throws SQLException
public int getQueryTimeout() throws SQLException
public void setQueryTimeout(int x) throws SQLException
public void cancel()
public final SQLWarning getWarnings() throws SQLException
public void clearWarnings() throws SQLException
public void setCursorName(String unused) throws SQLException
All Packages Class Hierarchy This Package Previous Next Index