All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.imaginary.sql.msql.MsqlStatement | +----com.imaginary.sql.msql.MsqlPreparedStatement
public synchronized void clearParameters() throws SQLException
public synchronized boolean execute() throws SQLException
public synchronized ResultSet executeQuery() throws SQLException
public synchronized int executeUpdate() throws SQLException
public void run()
public synchronized void setAsciiStream(int ind, InputStream in, int len) throws SQLException
public synchronized void setBigDecimal(int ind, BigDecimal bd) throws SQLException
public synchronized void setBinaryStream(int ind, InputStream in, int len) throws SQLException
public synchronized void setBoolean(int ind, boolean b) throws SQLException
public synchronized void setByte(int ind, byte b) throws SQLException
public synchronized void setBytes(int ind, byte b[]) throws SQLException
public synchronized void setDate(int ind, Date d) throws SQLException
public synchronized void setDouble(int ind, double d) throws SQLException
public synchronized void setFloat(int ind, float f) throws SQLException
public synchronized void setInt(int ind, int x) throws SQLException
public synchronized void setLong(int ind, long l) throws SQLException
public synchronized void setNull(int ind, int type) throws SQLException
public synchronized void setObject(int ind, Object ob) throws SQLException
public synchronized void setObject(int ind, Object ob, int type) throws SQLException
public synchronized void setObject(int ind, Object ob, int type, int scale) throws SQLException
public synchronized void setShort(int ind, short s) throws SQLException
public synchronized void setString(int ind, String str) throws SQLException
public synchronized void setTime(int ind, Time t) throws SQLException
public synchronized void setTimestamp(int ind, Timestamp t) throws SQLException
public synchronized void setUnicodeStream(int ind, InputStream in, int len) throws SQLException
All Packages Class Hierarchy This Package Previous Next Index