All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download prettyjdbc JAR 0.5 with all dependencies


PrettyJDBC is a library that provides a simple and transparent way to work with a relational database. The library is a lightweight wrapper over JDBC technology.

Files of the artifact prettyjdbc version 0.5 from the group com.github.marchenkoprojects.

Artifact prettyjdbc
Group com.github.marchenkoprojects
Version 0.5
Last update 28. September 2020
Tags: work with technology simple prettyjdbc provides database that over wrapper library relational lightweight transparent jdbc
Organization not specified
URL https://github.com/MarchenkoProjects/PrettyJDBC
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of prettyjdbc Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of prettyjdbc version 0.5

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.marchenkoprojects.prettyjdbc
META-INF.maven.com.github.marchenkoprojects.prettyjdbc.META-INF.maven.com.github.marchenkoprojects.prettyjdbc.pom.properties
META-INF.maven.com.github.marchenkoprojects.prettyjdbc.META-INF.maven.com.github.marchenkoprojects.prettyjdbc.pom.xml
com.github.marchenkoprojects.prettyjdbc
com.github.marchenkoprojects.prettyjdbc.com.github.marchenkoprojects.prettyjdbc.DataSourceSupplier
com.github.marchenkoprojects.prettyjdbc.com.github.marchenkoprojects.prettyjdbc.SessionFactory
com.github.marchenkoprojects.prettyjdbc.com.github.marchenkoprojects.prettyjdbc.Unwrapable
com.github.marchenkoprojects.prettyjdbc.mapper
com.github.marchenkoprojects.prettyjdbc.mapper.com.github.marchenkoprojects.prettyjdbc.mapper.ResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.BigDecimalResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.BooleanResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.ByteResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.BytesResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.DateResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.DoubleResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.FloatResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.IntegerResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.LocalDateResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.LocalDateTimeResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.LocalTimeResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.LongResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.ShortResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.StringResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.TimeResultMapper
com.github.marchenkoprojects.prettyjdbc.mapper.primitive.com.github.marchenkoprojects.prettyjdbc.mapper.primitive.TimestampResultMapper
com.github.marchenkoprojects.prettyjdbc.query
com.github.marchenkoprojects.prettyjdbc.query.com.github.marchenkoprojects.prettyjdbc.query.IndexedParameterQuerySetter
com.github.marchenkoprojects.prettyjdbc.query.com.github.marchenkoprojects.prettyjdbc.query.NamedParameterQuery
com.github.marchenkoprojects.prettyjdbc.query.com.github.marchenkoprojects.prettyjdbc.query.NamedParameterQuerySetter
com.github.marchenkoprojects.prettyjdbc.query.com.github.marchenkoprojects.prettyjdbc.query.Query
com.github.marchenkoprojects.prettyjdbc.query.com.github.marchenkoprojects.prettyjdbc.query.TypedQuery
com.github.marchenkoprojects.prettyjdbc.query.scrollable_result
com.github.marchenkoprojects.prettyjdbc.query.scrollable_result.com.github.marchenkoprojects.prettyjdbc.query.scrollable_result.CachedScrollableResult
com.github.marchenkoprojects.prettyjdbc.query.scrollable_result.com.github.marchenkoprojects.prettyjdbc.query.scrollable_result.IndexedColumnValueGetter
com.github.marchenkoprojects.prettyjdbc.query.scrollable_result.com.github.marchenkoprojects.prettyjdbc.query.scrollable_result.NamedColumnValueGetter
com.github.marchenkoprojects.prettyjdbc.query.scrollable_result.com.github.marchenkoprojects.prettyjdbc.query.scrollable_result.ReadOnlyScrollableResult
com.github.marchenkoprojects.prettyjdbc.session
com.github.marchenkoprojects.prettyjdbc.session.com.github.marchenkoprojects.prettyjdbc.session.InternalSession
com.github.marchenkoprojects.prettyjdbc.session.com.github.marchenkoprojects.prettyjdbc.session.Session
com.github.marchenkoprojects.prettyjdbc.transaction
com.github.marchenkoprojects.prettyjdbc.transaction.com.github.marchenkoprojects.prettyjdbc.transaction.InternalTransaction
com.github.marchenkoprojects.prettyjdbc.transaction.com.github.marchenkoprojects.prettyjdbc.transaction.Transaction
com.github.marchenkoprojects.prettyjdbc.transaction.com.github.marchenkoprojects.prettyjdbc.transaction.TransactionIsolationLevel
com.github.marchenkoprojects.prettyjdbc.transaction.com.github.marchenkoprojects.prettyjdbc.transaction.TransactionStatus
com.github.marchenkoprojects.prettyjdbc.transaction.com.github.marchenkoprojects.prettyjdbc.transaction.TransactionWork
com.github.marchenkoprojects.prettyjdbc.transaction.com.github.marchenkoprojects.prettyjdbc.transaction.TransactionWorkWithResult
com.github.marchenkoprojects.prettyjdbc.util
com.github.marchenkoprojects.prettyjdbc.util.com.github.marchenkoprojects.prettyjdbc.util.NamedParameterQueryProcessor




© 2015 - 2024 Weber Informatics LLC | Privacy Policy