jar

com.github.fangjinuo : sqlhelper-dialect

Maven & Gradle

May 20, 2019
2 usages
Table Of Contents

Latest Version

Download com.github.fangjinuo : sqlhelper-dialect JAR file - Latest Versions:

All Versions

Download com.github.fangjinuo : sqlhelper-dialect JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sqlhelper-dialect-1.1-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fangjinuo.sqlhelper.dialect.internal.limit

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.AbstractLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.DefaultLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.FirstLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.FirstOrderLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.LegacyFirstLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.LimitCommaLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.LimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.LimitHelper.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.LimitOffsetLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.LimitOnlyLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.NoopLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.OffsetFetchFirstOnlyLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.OracleXLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.ReturnResultsLimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.SQLServer2005LimitHandler.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.limit.TopLimitHandler.class - [JAR]

com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.oracle

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.oracle.Address.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.oracle.Description.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.oracle.DriverType.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.oracle.KeyValue.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.oracle.OracleNetConnectionDescriptorParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.oracle.OracleNetConnectionDescriptorTokenizer.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.oracle.Token.class - [JAR]

com.github.fangjinuo.sqlhelper.util

├─ com.github.fangjinuo.sqlhelper.util.Holder.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.util.Initializable.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.util.PropertiesAccessor.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.util.Reflects.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.util.StringMaker.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.util.Strings.class - [JAR]

com.github.fangjinuo.sqlhelper.dialect.internal.urlparser

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.CommonUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.CubridUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.DefaultDatabaseInfo.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.DmUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.InformixUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.JtdsUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.KingbaseUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.MariaDBUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.MySqlUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.NoopUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.OracleUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.OscarUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.PostgreSQLUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.SqlServerUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.UnKnownDatabaseInfo.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.urlparser.UrlParser.class - [JAR]

com.github.fangjinuo.sqlhelper.dialect.parameter

├─ com.github.fangjinuo.sqlhelper.dialect.parameter.ArrayBasedParameterSetter.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.parameter.ArrayBasedQueryParameters.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.parameter.BaseQueryParameters.class - [JAR]

com.github.fangjinuo.sqlhelper.dialect

├─ com.github.fangjinuo.sqlhelper.dialect.DatabaseInfo.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.Dialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.DialectRegistry.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.JdbcUrlParser.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.PrepareParameterSetter.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.QueryParameters.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.RowSelection.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.RowSelectionBuilder.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.SQLDialectException.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.SQLStatementInstrumentor.class - [JAR]

com.github.fangjinuo.sqlhelper.dialect.pagination

├─ com.github.fangjinuo.sqlhelper.dialect.pagination.PagingRequest.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.pagination.PagingRequestBasedRowSelectionBuilder.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.pagination.PagingRequestContext.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.pagination.PagingRequestContextHolder.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.pagination.PagingResult.class - [JAR]

com.github.fangjinuo.sqlhelper.dialect.conf

├─ com.github.fangjinuo.sqlhelper.dialect.conf.SQLInstrumentConfig.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.conf.Settings.class - [JAR]

com.github.fangjinuo.sqlhelper.dialect.annotation

├─ com.github.fangjinuo.sqlhelper.dialect.annotation.Column.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.annotation.Driver.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.annotation.Name.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.annotation.PK.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.annotation.Table.class - [JAR]

com.github.fangjinuo.sqlhelper.dialect.internal

├─ com.github.fangjinuo.sqlhelper.dialect.internal.AbstractDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.AbstractTransactSQLDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.AccessDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.ActorDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.AgensGraphDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.AltibaseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.AuroraDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.AzureDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.BigObjectDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.BrytlytDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.CTreeDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.CacheDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.ClickHouseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.ClustrixDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.CobolDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.CockroachDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.ComDB2Dialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.CrateDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.CubridDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.DB2Dialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.DbfDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.DerbyDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.DmDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.DorisDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.DrillDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.ElasticsearchDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.EsgynDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.FileMakerDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.FirebirdDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.GBaseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.GreenplumDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.H2Dialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.HANADialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.HSQLDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.HawqDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.HighGoDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.HiveDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.IgniteDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.ImpalaDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.InformixDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.IngresDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.InterbaseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.IrisDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.JDataStoreDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.KDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.KineticaDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.KingbaseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.KognitioDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.LeanXcaleDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.MSQLDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.MariaDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.MaxComputeDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.MaxDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.MckoiDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.MemSQLDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.MimerSQLDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.MonetDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.MySQLDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.NetezzaDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.NexusDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.NuodbDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.OmnisciDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.OpenEdgeDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.OpenbaseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.OracleDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.OracleTypesHelper.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.OscarDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.ParadoxDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.PerconaMysqlDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.PhoenixDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.PointbaseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.PostgreSQLDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.RBaseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.RDMSOS2200Dialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.RedshiftDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.ResultColumnReferenceStrategy.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.SQLServerDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.SQLiteDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.SQReamDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.SequoiaDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.SnappyDataDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.SnowflakeDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.SpliceMachineDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.SybaseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.TeradataDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.TiDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.TimesTenDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.TransbaseDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.ValentinaDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.VerticaDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.VirtuosoDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.VistaDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.VoltDBDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.XmlDialect.class - [JAR]

├─ com.github.fangjinuo.sqlhelper.dialect.internal.XtremeSQLDialect.class - [JAR]

Advertisement