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

Download common-db JAR 0.2.0 with all dependencies


featherfly common db

Files of the artifact common-db version 0.2.0 from the group cn.featherfly.common.

Artifact common-db
Group cn.featherfly.common
Version 0.2.0
Last update 02. June 2020
Tags: common featherfly
Organization not specified
URL https://github.com/featherfly/common
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies slf4j-api, common-core, common-model-repository, tuple, jackson-databind,
There are maybe transitive dependencies!
There is a newer version: 0.7.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of common-db Show documentation

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

0 downloads

Source code of common-db version 0.2.0

META-INF
META-INF.META-INF.MANIFEST.MF
cn.featherfly.common.db
cn.featherfly.common.db.cn.featherfly.common.db.Column
cn.featherfly.common.db.cn.featherfly.common.db.JdbcException
cn.featherfly.common.db.cn.featherfly.common.db.JdbcUtils
cn.featherfly.common.db.cn.featherfly.common.db.SqlExecutor
cn.featherfly.common.db.cn.featherfly.common.db.SqlUtils
cn.featherfly.common.db.cn.featherfly.common.db.Table
cn.featherfly.common.db.builder
cn.featherfly.common.db.builder.cn.featherfly.common.db.builder.BuilderUtils
cn.featherfly.common.db.builder.cn.featherfly.common.db.builder.ColumnModel
cn.featherfly.common.db.builder.cn.featherfly.common.db.builder.SqlBuilder
cn.featherfly.common.db.builder.cn.featherfly.common.db.builder.TableModel
cn.featherfly.common.db.builder.dml
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.AbstractSqlSelectBuilder
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.SelectBuilder
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.SqlConditionBuilder
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.SqlConditionExpression
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.SqlConditionGroup
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.SqlFindBuilder
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.SqlLogicExpression
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.SqlQueryBuilder
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.SqlSelectBuilder
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.SqlSortBuilder
cn.featherfly.common.db.builder.dml.basic
cn.featherfly.common.db.builder.dml.basic.cn.featherfly.common.db.builder.dml.basic.SqlDeleteFromBasicBuilder
cn.featherfly.common.db.builder.dml.basic.cn.featherfly.common.db.builder.dml.basic.SqlJoinOnBasicBuilder
cn.featherfly.common.db.builder.dml.basic.cn.featherfly.common.db.builder.dml.basic.SqlOrderByBasicBuilder
cn.featherfly.common.db.builder.dml.basic.cn.featherfly.common.db.builder.dml.basic.SqlSelectBasicBuilder
cn.featherfly.common.db.builder.dml.basic.cn.featherfly.common.db.builder.dml.basic.SqlSelectColumnsBasicBuilder
cn.featherfly.common.db.builder.dml.basic.cn.featherfly.common.db.builder.dml.basic.SqlSelectJoinOnBasicBuilder
cn.featherfly.common.db.builder.dml.basic.cn.featherfly.common.db.builder.dml.basic.SqlUpdateSetBasicBuilder
cn.featherfly.common.db.builder.dml.basic.cn.featherfly.common.db.builder.dml.basic.package-info
cn.featherfly.common.db.builder.dml
cn.featherfly.common.db.builder.dml.cn.featherfly.common.db.builder.dml.package-info
cn.featherfly.common.db.builder.model
cn.featherfly.common.db.builder.model.cn.featherfly.common.db.builder.model.AbstractSqlElement
cn.featherfly.common.db.builder.model.cn.featherfly.common.db.builder.model.ColumnElement
cn.featherfly.common.db.builder.model.cn.featherfly.common.db.builder.model.ConditionColumnElement
cn.featherfly.common.db.builder.model.cn.featherfly.common.db.builder.model.ParamedColumnElement
cn.featherfly.common.db.builder.model.cn.featherfly.common.db.builder.model.SelectColumnElement
cn.featherfly.common.db.builder.model.cn.featherfly.common.db.builder.model.SqlElement
cn.featherfly.common.db.builder.model.cn.featherfly.common.db.builder.model.TableElement
cn.featherfly.common.db.builder.model.cn.featherfly.common.db.builder.model.UpdateColumnElement
cn.featherfly.common.db.builder.model.cn.featherfly.common.db.builder.model.package-info
cn.featherfly.common.db.data
cn.featherfly.common.db.data.cn.featherfly.common.db.data.AbstractDataExportor
cn.featherfly.common.db.data.cn.featherfly.common.db.data.AbstractDataImpExp
cn.featherfly.common.db.data.cn.featherfly.common.db.data.AbstractDataImportor
cn.featherfly.common.db.data.cn.featherfly.common.db.data.DataExportor
cn.featherfly.common.db.data.cn.featherfly.common.db.data.DataExportorImpl
cn.featherfly.common.db.data.cn.featherfly.common.db.data.DataFilter
cn.featherfly.common.db.data.cn.featherfly.common.db.data.DataFormat
cn.featherfly.common.db.data.cn.featherfly.common.db.data.DataFormatFactory
cn.featherfly.common.db.data.cn.featherfly.common.db.data.DataImportor
cn.featherfly.common.db.data.cn.featherfly.common.db.data.DataTransformer
cn.featherfly.common.db.data.cn.featherfly.common.db.data.ExportException
cn.featherfly.common.db.data.cn.featherfly.common.db.data.ImportException
cn.featherfly.common.db.data.cn.featherfly.common.db.data.JsonImportor
cn.featherfly.common.db.data.cn.featherfly.common.db.data.RecordModel
cn.featherfly.common.db.data.format
cn.featherfly.common.db.data.format.cn.featherfly.common.db.data.format.JsonDataFormat
cn.featherfly.common.db.data.format.cn.featherfly.common.db.data.format.JsonDataFormatFactory
cn.featherfly.common.db.data.format.cn.featherfly.common.db.data.format.SqlDataFormat
cn.featherfly.common.db.data.format.cn.featherfly.common.db.data.format.SqlDataFormatFactory
cn.featherfly.common.db.data.query
cn.featherfly.common.db.data.query.cn.featherfly.common.db.data.query.SimpleQuery
cn.featherfly.common.db.data.query.cn.featherfly.common.db.data.query.TableQuery
cn.featherfly.common.db.dialect
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.AbstractDialect
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.Dialect
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.DialectException
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.Dialects
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.Join
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.Keywords
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.MySQLDialect
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.OracleDialect
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.PostgreSQLDialect
cn.featherfly.common.db.dialect.cn.featherfly.common.db.dialect.SQLiteDialect
cn.featherfly.common.db.mapping
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.AbstractBeanPropertyJavaSqlTypeMapper
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.AbstractGenericJavaSqlTypeMapper
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.AbstractJavaSqlTypeMapper
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.ClassMappingUtils
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.DefaultSqlTypeMapping
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.JavaSqlTypeMapper
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.JavaToSqlTypeMapper
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.JavaToSqlTypeRegister
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.JdbcMappingException
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.JdbcMappingFactory
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.SqlResultSet
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.SqlTypeMappingManager
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.SqlTypeToJavaMapper
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.SqlTypeToJavaRegister
cn.featherfly.common.db.mapping.cn.featherfly.common.db.mapping.TypeRegister
cn.featherfly.common.db.metadata
cn.featherfly.common.db.metadata.cn.featherfly.common.db.metadata.ColumnMetadata
cn.featherfly.common.db.metadata.cn.featherfly.common.db.metadata.DatabaseMetadata
cn.featherfly.common.db.metadata.cn.featherfly.common.db.metadata.DatabaseMetadataException
cn.featherfly.common.db.metadata.cn.featherfly.common.db.metadata.DatabaseMetadataManager
cn.featherfly.common.db.metadata.cn.featherfly.common.db.metadata.TableMetadata
cn.featherfly.common.db.metadata.cn.featherfly.common.db.metadata.TableType
cn.featherfly.common.db.model
cn.featherfly.common.db.model.cn.featherfly.common.db.model.AbstractColumn
cn.featherfly.common.db.model.cn.featherfly.common.db.model.AbstractTable
cn.featherfly.common.db.model.cn.featherfly.common.db.model.SimpleColumn
cn.featherfly.common.db.model.cn.featherfly.common.db.model.SimpleTable
cn.featherfly.common.db.wrapper
cn.featherfly.common.db.wrapper.cn.featherfly.common.db.wrapper.CallableStatementWrapper
cn.featherfly.common.db.wrapper.cn.featherfly.common.db.wrapper.ConnectionWrapper
cn.featherfly.common.db.wrapper.cn.featherfly.common.db.wrapper.DataSourceWrapper
cn.featherfly.common.db.wrapper.cn.featherfly.common.db.wrapper.PreparedStatementWrapper
cn.featherfly.common.db.wrapper.cn.featherfly.common.db.wrapper.ResultSetWrapper
cn.featherfly.common.db.wrapper.cn.featherfly.common.db.wrapper.StatementWrapper




© 2015 - 2024 Weber Informatics LLC | Privacy Policy