{"id":16122104,"url":"https://github.com/foxcapades/jdbc-ro-result-set","last_synced_at":"2026-04-27T08:31:28.256Z","repository":{"id":65508491,"uuid":"549093255","full_name":"Foxcapades/jdbc-ro-result-set","owner":"Foxcapades","description":"Read-only JDBC ResultSet wrapper.","archived":false,"fork":false,"pushed_at":"2022-10-10T17:37:27.000Z","size":307,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-12T17:19:28.106Z","etag":null,"topics":["java","jdbc","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Foxcapades.png","metadata":{"files":{"readme":"readme.adoc","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-10T16:59:41.000Z","updated_at":"2022-10-10T17:35:38.000Z","dependencies_parsed_at":"2023-01-26T16:30:23.815Z","dependency_job_id":null,"html_url":"https://github.com/Foxcapades/jdbc-ro-result-set","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fjdbc-ro-result-set","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fjdbc-ro-result-set/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fjdbc-ro-result-set/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fjdbc-ro-result-set/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foxcapades","download_url":"https://codeload.github.com/Foxcapades/jdbc-ro-result-set/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478234,"owners_count":20945262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","jdbc","kotlin"],"created_at":"2024-10-09T21:09:23.713Z","updated_at":"2026-04-27T08:31:28.219Z","avatar_url":"https://github.com/Foxcapades.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Read-Only ResultSet\n\nimage:https://img.shields.io/github/license/foxcapades/jdbc-ro-result-set[GitHub]\nimage:https://img.shields.io/badge/mvn-central-blue[link=\"https://search.maven.org/artifact/io.foxcapades.lib/jdbc-ro-result-set\"]\nimage:https://img.shields.io/badge/docs-dokka-brightgreen[link=\"https://foxcapades.github.io/jdbc-ro-result-set/\"]\n\n\nProvides a simple, thin wrapper around a `ResultSet` instance that blocks\nactions that mutate the state of the underlying instance.\n\nMethods that are documented as mutating the state of a `ResultSet` will instead\nthrow an `UnsupportedOperationException`.\n\n== Usage\n\n.build.gradle.kts\n[source, kotlin]\n----\n  implementation(\"io.foxcapades.lib:jdbc-ro-result-set:${version}\")\n----\n\n\n.Example\n[source, kotlin]\n----\nimport io.foxcapades.lib.jdbc.ro.ReadOnlyResultSet\n\nfun main() {\n  ...\n\n  val rawResultSet = ps.executeQuery()\n  val safeResultSet = ReadOnlyResultSet(rawResultSet)\n\n  while (rawResultSet.next()) {\n    someMethod(safeResultSet)\n  }\n\n  ...\n}\n----\n\n== Compatibility\n\n|===\n| Library Version | JDBC Version | JDK Version\n\n| v1.x.x\n| 4.3+\n| 9+\n|===","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Fjdbc-ro-result-set","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxcapades%2Fjdbc-ro-result-set","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Fjdbc-ro-result-set/lists"}