Method clearParameters()
Return type: void
Member of: java.sql.PreparedStatement
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 public void clearParameters() throws SQLException { _stmt.clearParameters(); }
2 public void clearParameters() throws SQLException { checkOpen(); _stmt.clearParameters();}
3 prepStmtPassthru.clearParameters();
4 _cs.clearParameters();
5 preparedStatement.clearParameters();
6 m_pstmt.clearParameters ();
7 delegate_.clearParameters();
8 ps.clearParameters();
9 pStmt.clearParameters();
10 deleteStatement.clearParameters();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.