Lines Matching refs:prepared
840 // Prepare creates a prepared statement for later queries or executions.
863 // otherwise we make a prepared statement that's bound
864 // to a connection, and to execute this prepared statement
1080 // The statements prepared for a transaction by calling
1096 // All Stmts prepared for this transaction. These will be closed after the
1123 // Closes all Stmts prepared for this transaction.
1162 // Prepare creates a prepared statement for use within a transaction.
1167 // To use an existing prepared statement on this transaction, see Tx.Stmt.
1174 // re-prepare if the Conn in use doesn't have that prepared
1209 // Stmt returns a transaction-specific prepared statement from
1224 // we should really cache already-prepared statements
1306 // connStmt is a prepared statement on a particular connection.
1312 // Stmt is a prepared statement.
1340 // Exec executes a prepared statement with the given arguments and
1477 // Query executes a prepared query statement with the given arguments
1544 // QueryRow executes a prepared query statement with the given arguments.