|
SQLite3Stmt::paramCountReturns the number of parameters within the prepared statement Description
public int SQLite3Stmt::paramCount()
Returns the number of parameters within the prepared statement. ParametersThis function has no parameters. Return ValuesReturns the number of parameters within the prepared statement. See Also
|