Searched refs:nativeColumnBytes (Results 1 – 1 of 1) sorted by relevance
614 return nativeColumnBytes(mStatement, columnIndex); in getColumnLength()841 private static native int nativeColumnBytes(long stmt, int col); in nativeColumnBytes() method in SQLiteRawStatement