Searched refs:column_long (Results 1 – 2 of 2) sorted by relevance
184 public native long column_long(int col) throws SQLite.Exception; in column_long() method in Stmt230 return Long.valueOf(column_long(col)); // android-changed: performance; in column()
849 longColumn = st.column_long(1);862 st.column_long(4);869 st.column_long(-1);