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

Download rabbit-sql JAR 7.11.20 with all dependencies


Light wrapper of JDBC, support ddl, dml, query, plsql/procedure/function, transaction and manage sql file.

Files of the artifact rabbit-sql version 7.11.20 from the group com.github.chengyuxing.

Artifact rabbit-sql
Group com.github.chengyuxing
Version 7.11.20
Last update 29. September 2024
Tags: file light query function wrapper jdbc procedure support transaction plsql manage
Organization not specified
URL https://github.com/chengyuxing/rabbit-sql
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies rabbit-common, snakeyaml, slf4j-api,
There are maybe transitive dependencies!
There is a newer version: 9.0.2
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of rabbit-sql Show documentation

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

rabbit-sql
Rate from 1 - 5, Rated 5.00 based on 1 reviews

0 downloads

Source code of rabbit-sql version 7.11.20

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.chengyuxing.rabbit-sql
META-INF.maven.com.github.chengyuxing.rabbit-sql.META-INF.maven.com.github.chengyuxing.rabbit-sql.pom.properties
META-INF.maven.com.github.chengyuxing.rabbit-sql.META-INF.maven.com.github.chengyuxing.rabbit-sql.pom.xml
com.github.chengyuxing.sql
com.github.chengyuxing.sql.com.github.chengyuxing.sql.Args
com.github.chengyuxing.sql.com.github.chengyuxing.sql.Baki
com.github.chengyuxing.sql.com.github.chengyuxing.sql.BakiDao
com.github.chengyuxing.sql.com.github.chengyuxing.sql.Keywords
com.github.chengyuxing.sql.com.github.chengyuxing.sql.PagedResource
com.github.chengyuxing.sql.com.github.chengyuxing.sql.XQLFileManager
com.github.chengyuxing.sql.com.github.chengyuxing.sql.XQLFileManagerConfig
com.github.chengyuxing.sql.com.github.chengyuxing.sql.XQLInvocationHandler
com.github.chengyuxing.sql.annotation
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.Arg
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.CountQuery
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.Delete
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.Insert
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.Procedure
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.Type
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.Update
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.XQL
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.XQLMapper
com.github.chengyuxing.sql.datasource
com.github.chengyuxing.sql.datasource.com.github.chengyuxing.sql.datasource.AbstractTransactionSyncManager
com.github.chengyuxing.sql.datasource.com.github.chengyuxing.sql.datasource.ConnectionHolder
com.github.chengyuxing.sql.datasource.com.github.chengyuxing.sql.datasource.DataSourceUtil
com.github.chengyuxing.sql.exceptions
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.ConnectionStatusException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.DuplicateException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.IllegalSqlException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.TransactionException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.UncheckedSqlException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.YamlDeserializeException
com.github.chengyuxing.sql.page
com.github.chengyuxing.sql.page.com.github.chengyuxing.sql.page.IPageable
com.github.chengyuxing.sql.page.com.github.chengyuxing.sql.page.PageHelper
com.github.chengyuxing.sql.page.com.github.chengyuxing.sql.page.PageHelperProvider
com.github.chengyuxing.sql.page.impl
com.github.chengyuxing.sql.page.impl.com.github.chengyuxing.sql.page.impl.Db2PageHelper
com.github.chengyuxing.sql.page.impl.com.github.chengyuxing.sql.page.impl.MysqlPageHelper
com.github.chengyuxing.sql.page.impl.com.github.chengyuxing.sql.page.impl.OraclePageHelper
com.github.chengyuxing.sql.page.impl.com.github.chengyuxing.sql.page.impl.PGPageHelper
com.github.chengyuxing.sql.support
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.AfterParseDynamicSql
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.IOutParam
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.JdbcSupport
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.NamedParamFormatter
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.QueryTimeoutHandler
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.SqlInterceptor
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.SqlInvokeHandler
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.SqlParser
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.SqlWatcher
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.StatementCallback
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.StatementValueHandler
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.TemplateFormatter
com.github.chengyuxing.sql.support.executor
com.github.chengyuxing.sql.support.executor.com.github.chengyuxing.sql.support.executor.EntitySaveExecutor
com.github.chengyuxing.sql.support.executor.com.github.chengyuxing.sql.support.executor.Executor
com.github.chengyuxing.sql.support.executor.com.github.chengyuxing.sql.support.executor.QueryExecutor
com.github.chengyuxing.sql.support.executor.com.github.chengyuxing.sql.support.executor.SaveExecutor
com.github.chengyuxing.sql.transaction
com.github.chengyuxing.sql.transaction.com.github.chengyuxing.sql.transaction.Definition
com.github.chengyuxing.sql.transaction.com.github.chengyuxing.sql.transaction.Level
com.github.chengyuxing.sql.transaction.com.github.chengyuxing.sql.transaction.Tx
com.github.chengyuxing.sql.types
com.github.chengyuxing.sql.types.com.github.chengyuxing.sql.types.OUTParamType
com.github.chengyuxing.sql.types.com.github.chengyuxing.sql.types.Param
com.github.chengyuxing.sql.types.com.github.chengyuxing.sql.types.ParamMode
com.github.chengyuxing.sql.types.com.github.chengyuxing.sql.types.Variable
com.github.chengyuxing.sql.utils
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.JdbcUtil
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.SqlGenerator
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.SqlHighlighter
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.SqlUtil
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.XQLMapperUtil
com.github.chengyuxing.sql.yaml
com.github.chengyuxing.sql.yaml.com.github.chengyuxing.sql.yaml.FeaturedConstructor
com.github.chengyuxing.sql.yaml.com.github.chengyuxing.sql.yaml.HyphenatedPropertyUtil
.template.xql




© 2015 - 2024 Weber Informatics LLC | Privacy Policy