Interface PreparedStatement

All Superinterfaces:
AutoCloseable, Statement
All Known Implementing Classes:
JenaPreparedStatement, OwlapiPreparedStatement, Rdf4jPreparedStatement

public interface PreparedStatement extends Statement
This interface extends the Statement and adds the possibility to parametrize queries

Implementations are also expected to support at least a basic level of character escaping (e.g. quotes) and other injection-protection methods.