Name

prepare — Prepares a statement for execution

Synopsis

databaseObj.prepare(sql)

Description

#prepare prepares a statement for execution and returns a Statement object. This is a local call (no round-trip to the server), so the statement is not checked for correctness at this point.