Lines Matching refs:prepared
378 statement:select(var1, var2, var3...): Injects variables into a prepared
391 /* Fetch the prepared statement and the vars passed */
398 * This, of course, only works for prepared statements made through lua. */
403 "Error in executing prepared statement: Expected %d arguments, got %d.",
469 statement:query(var1, var2, var3...): Injects variables into a prepared
482 /* Fetch the prepared statement and the vars passed */
489 * This, of course, only works for prepared statements made through lua. */
494 "Error in executing prepared statement: Expected %d arguments, got %d.",
589 /* Push the prepared statement table */
612 db:prepared(statement): Fetches a prepared statement made through
633 pstatement = apr_hash_get(db->dbdhandle->prepared, tag,
639 "Could not find any prepared statement called %s!", tag);
644 /* Push the prepared statement table */
709 lua_pushliteral(L, "prepared");