Package com.popokis.popok.sql_db
Interface Query
-
public interface Query
-
-
Method Summary
Modifier and Type Method Description voidparameters(PreparedStatement stm)Stringquery()
-
-
-
Method Detail
-
query
String query()
-
parameters
void parameters(PreparedStatement stm) throws SQLException
- Throws:
SQLException
-
-