Ask Your Question
0

Is there an equivalent of Sqlite fetch assoc method in Java/Android comparable to its counterpart in PHP?

asked 2023-05-21 15:19:35 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-21 15:32:01 +0000

ladyg gravatar image

Yes, the closest match in Java/Android to the SQLite fetch assoc method in PHP is the Cursor interface. The Cursor interface provides a method called getColumnName(int columnIndex) which allows you to retrieve the name of a column in a table based on its index. The Cursor interface also provides other methods that allow you to retrieve data from a database table, such as getString(int columnIndex) and getInt(int columnIndex).

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-21 15:19:35 +0000

Seen: 13 times

Last updated: May 21 '23