Interface Query
- All Superinterfaces:
org.cactoos.Text
public interface Query
extends org.cactoos.Text
Query.
There is no thread-safety guarantee.
- Since:
- 0.1
-
Method Summary
Methods inherited from interface org.cactoos.Text
asString
-
Method Details
-
prepared
Create a PreparedStatement.- Parameters:
connection
- A connection to the DataSource- Returns:
- A PreparedStatement
- Throws:
Exception
- If fails
-