Interface AndCondition
-
public interface AndCondition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetQueryPart()intsetParameters(PreparedStatement p, int index)
-
-
-
Method Detail
-
getQueryPart
String getQueryPart()
-
setParameters
int setParameters(PreparedStatement p, int index) throws SQLException
- Throws:
SQLException
-
-