.prepare

This command is mostly for checking the parameter types required. It works in conjunction with .debug preparedstatement on

Syntax

usage: .prepare

Example

.debug preparedstatement on
.prepare
INSERT INTO MyTable VALUES (?, ?);

See Also