Back to project page jepldroid.
The source code is released under:
Apache License
If you think the Android project jepldroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package jepl.impl; //from w ww. j a v a 2s . com import java.sql.PreparedStatement; import java.sql.SQLException; public class JEPLPreparedStatementDefaultImpl extends JEPLPreparedStatementImpl { public JEPLPreparedStatementDefaultImpl(JEPLConnectionImpl jcon,JEPLDALImpl dal,PreparedStatement stmt,String key) throws SQLException { super(jcon,dal,stmt,key); } }