selectPrepare


Description:

public Statement selectPrepare (string q)

Prepares a SQL SELECT statement for execution.

This method prepares a SQL query string and returns a prepared statement that can be executed or bound with parameters.

Parameters:

q

The SQL query string to prepare

Returns:

A prepared SQLite statement