Skip to content

Write and execute SQL queries with attributes in interface.

License

Notifications You must be signed in to change notification settings

ibrahim-13/jcda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Concurrent Database Access (JCDA)

Executes database queries in a separate Thread and returns result via callback object

Usage: Create database object and initialize it. Add annotation "Query" to set the query in your interface. Use annotation "Bind" to bind place holders in the query. Example: variable "id" will replace the place-holder "{{id}}" in the query. Implement BroadcastReceiver in the class where you want to receive the results.

**Reflection is used to define the interface callbacks.

About

Write and execute SQL queries with attributes in interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages