public setBoolean(index as Int, value as Boolean) as PreparedStatement throws SQLException
Sets a boolean parameter.
import klyn.databases.sql prepared.setBoolean(1, true)