klyn.databases.sql.PreparedStatement.bindString
method
public bindString(index as Int, value as String) as PreparedStatement throws SQLException
Description
Binds a `String` parameter.
import klyn.databases.sql

prepared.bindString(1, "Ada")