Interface PreparedStatement


public interface PreparedStatement
The results of query preparation that can be used to create BoundStatements to execute queries.

Whenever possible this should be shared across different instances of the same query, in order to amortize query preparation costs.

  • Method Summary

    Modifier and Type
    Method
    Description