Lines Matching defs:bind

191      * typing. For example, bind numbers as longs/doubles, and everything else
194 * @param prog the program to bind the object to
195 * @param index the 1-based index to bind at
196 * @param value the value to bind
593 * @param inserter The InsertHelper to bind into
594 * @param index the index of the bind entry in the InsertHelper
598 inserter.bind(index, cursor.getString(cursor.getColumnIndexOrThrow(field)));
1127 * in calls to bind().
1143 * @param index the index of the slot to which to bind
1144 * @param value the value to bind
1146 public void bind(int index, double value) {
1153 * @param index the index of the slot to which to bind
1154 * @param value the value to bind
1156 public void bind(int index, float value) {
1163 * @param index the index of the slot to which to bind
1164 * @param value the value to bind
1166 public void bind(int index, long value) {
1173 * @param index the index of the slot to which to bind
1174 * @param value the value to bind
1176 public void bind(int index, int value) {
1183 * @param index the index of the slot to which to bind
1184 * @param value the value to bind
1186 public void bind(int index, boolean value) {
1193 * @param index the index of the slot to which to bind
1202 * @param index the index of the slot to which to bind
1203 * @param value the value to bind
1205 public void bind(int index, byte[] value) {
1216 * @param index the index of the slot to which to bind
1217 * @param value the value to bind
1219 public void bind(int index, String value) {
1246 * <p>Note that calling bind() and then execute() is not thread-safe. The only thread-safe
1273 * <li>bind(index, value);
1274 * <li>bind(index, value);
1276 * <li>bind(index, value);
1289 * <li>bind(index, value);
1290 * <li>bind(index, value);
1292 * <li>bind(index, value);