Interface Query

All Superinterfaces:
org.cactoos.Text
All Known Implementing Classes:
BatchOf, MaxRows, QueryOf, Timeout, WithKey

public interface Query extends org.cactoos.Text
Query.

There is no thread-safety guarantee.

Since:
0.1
  • Method Summary

    Modifier and Type
    Method
    Description
    prepared(Connection connection)
    Create a PreparedStatement.

    Methods inherited from interface org.cactoos.Text

    asString
  • Method Details