Interface PrepareResult
-
- All Known Implementing Classes:
ClientPrepareResult,ServerPrepareResult
public interface PrepareResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetParamCount()StringgetSql()
-
-
-
Method Detail
-
getSql
String getSql()
-
getParamCount
int getParamCount()
-
-