Home | History | Annotate | Download | only in database

Lines Matching refs:Byte

209         } else if (value instanceof byte[]){
210 prog.bindBlob(index, (byte[]) value);
236 } else if (obj instanceof byte[]) {
241 || obj instanceof Short || obj instanceof Byte) {
294 final byte[] value = cursor.getBlob(i);
408 byte [] arr = getCollationKeyInBytes(name);
422 byte [] arr = getCollationKeyInBytes(name);
427 private static int getKeyLen(byte[] arr) {
436 private static byte[] getCollationKeyInBytes(String name) {
1147 public void bind(int index, byte[] value) {