Class QueryOf
java.lang.Object
com.github.fabriciofx.cactoos.jdbc.query.QueryOf
- All Implemented Interfaces:
Query
,org.cactoos.Text
Simple parameters query.
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()
prepared
(Connection connection) Create a PreparedStatement.
-
Constructor Details
-
QueryOf
Ctor.- Parameters:
sql
- The SQL queryprms
- SQL query parameters
-
QueryOf
Ctor.- Parameters:
sql
- The SQL queryprms
- SQL query parameters
-
-
Method Details