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