jar

io.koalaql : koala-core

Maven & Gradle

Jun 19, 2023
1 usages
10 stars

KoalaQL · SQL DSL

Table Of Contents

Latest Version

Download io.koalaql : koala-core JAR file - Latest Versions:

All Versions

Download io.koalaql : koala-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

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 koala-core-0.0.13.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.koalaql.ddl.fluent

├─ io.koalaql.ddl.fluent.ColumnDefaultable.class - [JAR]

├─ io.koalaql.ddl.fluent.ColumnDefinition.class - [JAR]

├─ io.koalaql.ddl.fluent.ColumnIncrementable.class - [JAR]

├─ io.koalaql.ddl.fluent.ColumnKeyable.class - [JAR]

├─ io.koalaql.ddl.fluent.ColumnNullable.class - [JAR]

├─ io.koalaql.ddl.fluent.ColumnReferenceable.class - [JAR]

├─ io.koalaql.ddl.fluent.ColumnUsingable.class - [JAR]

io.koalaql.window

├─ io.koalaql.window.CurrentRow.class - [JAR]

├─ io.koalaql.window.Following.class - [JAR]

├─ io.koalaql.window.FrameClauseType.class - [JAR]

├─ io.koalaql.window.FrameRangeMarker.class - [JAR]

├─ io.koalaql.window.GlobalWindow.class - [JAR]

├─ io.koalaql.window.LabeledWindow.class - [JAR]

├─ io.koalaql.window.Preceding.class - [JAR]

├─ io.koalaql.window.Unbounded.class - [JAR]

├─ io.koalaql.window.Window.class - [JAR]

├─ io.koalaql.window.WindowLabel.class - [JAR]

io.koalaql.sql

├─ io.koalaql.sql.Abridgement.class - [JAR]

├─ io.koalaql.sql.CompiledSql.class - [JAR]

├─ io.koalaql.sql.CompiledSqlBuilder.class - [JAR]

├─ io.koalaql.sql.Compiler.class - [JAR]

├─ io.koalaql.sql.GeneratedSqlException.class - [JAR]

├─ io.koalaql.sql.NameRegistry.class - [JAR]

├─ io.koalaql.sql.RawSqlBuilder.class - [JAR]

├─ io.koalaql.sql.Resolved.class - [JAR]

├─ io.koalaql.sql.Scope.class - [JAR]

├─ io.koalaql.sql.ScopedSqlBuilder.class - [JAR]

├─ io.koalaql.sql.SqlEscapes.class - [JAR]

├─ io.koalaql.sql.SqlPrefix.class - [JAR]

├─ io.koalaql.sql.SqlResult.class - [JAR]

├─ io.koalaql.sql.StandardSql.class - [JAR]

├─ io.koalaql.sql.TypeMappings.class - [JAR]

io.koalaql.expr.fluent

├─ io.koalaql.expr.fluent.FilterableExpr.class - [JAR]

├─ io.koalaql.expr.fluent.NullsOrderable.class - [JAR]

├─ io.koalaql.expr.fluent.OverableAggregateExpr.class - [JAR]

├─ io.koalaql.expr.fluent.WindowFunction.class - [JAR]

io.koalaql.ddl

├─ io.koalaql.ddl.BIGINT.class - [JAR]

├─ io.koalaql.ddl.BOOLEAN.class - [JAR]

├─ io.koalaql.ddl.BaseColumnType.class - [JAR]

├─ io.koalaql.ddl.ColumnType.class - [JAR]

├─ io.koalaql.ddl.DATE.class - [JAR]

├─ io.koalaql.ddl.DATETIME.class - [JAR]

├─ io.koalaql.ddl.DECIMAL.class - [JAR]

├─ io.koalaql.ddl.DOUBLE.class - [JAR]

├─ io.koalaql.ddl.DataType.class - [JAR]

├─ io.koalaql.ddl.ExtendedDataType.class - [JAR]

├─ io.koalaql.ddl.FLOAT.class - [JAR]

├─ io.koalaql.ddl.INTEGER.class - [JAR]

├─ io.koalaql.ddl.IndexType.class - [JAR]

├─ io.koalaql.ddl.JSON.class - [JAR]

├─ io.koalaql.ddl.JsonData.class - [JAR]

├─ io.koalaql.ddl.KeyList.class - [JAR]

├─ io.koalaql.ddl.MappedDataType.class - [JAR]

├─ io.koalaql.ddl.PrimitiveDataType.class - [JAR]

├─ io.koalaql.ddl.SMALLINT.class - [JAR]

├─ io.koalaql.ddl.SchemaDiffsKt.class - [JAR]

├─ io.koalaql.ddl.TEXT.class - [JAR]

├─ io.koalaql.ddl.TIME.class - [JAR]

├─ io.koalaql.ddl.TIMESTAMP.class - [JAR]

├─ io.koalaql.ddl.TINYINT.class - [JAR]

├─ io.koalaql.ddl.Table.class - [JAR]

├─ io.koalaql.ddl.TableColumn.class - [JAR]

├─ io.koalaql.ddl.TableColumnNotNull.class - [JAR]

├─ io.koalaql.ddl.TableName.class - [JAR]

├─ io.koalaql.ddl.TypeMapping.class - [JAR]

├─ io.koalaql.ddl.UnmappedDataType.class - [JAR]

├─ io.koalaql.ddl.VARBINARY.class - [JAR]

├─ io.koalaql.ddl.VARCHAR.class - [JAR]

io.koalaql.window.fluent

├─ io.koalaql.window.fluent.Betweenable.class - [JAR]

├─ io.koalaql.window.fluent.Partitionable.class - [JAR]

├─ io.koalaql.window.fluent.Rangeable.class - [JAR]

├─ io.koalaql.window.fluent.Rowable.class - [JAR]

├─ io.koalaql.window.fluent.WindowOrderable.class - [JAR]

io.koalaql.ddl.built

├─ io.koalaql.ddl.built.BuiltColumnDef.class - [JAR]

├─ io.koalaql.ddl.built.BuiltColumnDefault.class - [JAR]

├─ io.koalaql.ddl.built.BuiltIndexDef.class - [JAR]

├─ io.koalaql.ddl.built.BuiltNamedIndex.class - [JAR]

├─ io.koalaql.ddl.built.ColumnDefBuilder.class - [JAR]

├─ io.koalaql.ddl.built.ColumnDefaultExpr.class - [JAR]

├─ io.koalaql.ddl.built.ColumnDefaultValue.class - [JAR]

io.koalaql.window.built

├─ io.koalaql.window.built.BuiltWindow.class - [JAR]

├─ io.koalaql.window.built.BuiltWindowPartitions.class - [JAR]

├─ io.koalaql.window.built.WindowBuilder.class - [JAR]

io.koalaql.dialect

├─ io.koalaql.dialect.SqlDialect.class - [JAR]

io.koalaql

├─ io.koalaql.Assignment.class - [JAR]

├─ io.koalaql.ExprAssignment.class - [JAR]

├─ io.koalaql.LiteralAssignment.class - [JAR]

├─ io.koalaql.TableColumnList.class - [JAR]

├─ io.koalaql.UnfoldsKt.class - [JAR]

io.koalaql.query.fluent

├─ io.koalaql.query.fluent.BuildsIntoDelete.class - [JAR]

├─ io.koalaql.query.fluent.BuildsIntoUpdate.class - [JAR]

├─ io.koalaql.query.fluent.GeneratingKeys.class - [JAR]

├─ io.koalaql.query.fluent.Groupable.class - [JAR]

├─ io.koalaql.query.fluent.Havingable.class - [JAR]

├─ io.koalaql.query.fluent.Insertable.class - [JAR]

├─ io.koalaql.query.fluent.Joinable.class - [JAR]

├─ io.koalaql.query.fluent.Limitable.class - [JAR]

├─ io.koalaql.query.fluent.Lockable.class - [JAR]

├─ io.koalaql.query.fluent.Offsetable.class - [JAR]

├─ io.koalaql.query.fluent.OnConflictable.class - [JAR]

├─ io.koalaql.query.fluent.OnConflicted.class - [JAR]

├─ io.koalaql.query.fluent.OnDuplicated.class - [JAR]

├─ io.koalaql.query.fluent.Orderable.class - [JAR]

├─ io.koalaql.query.fluent.PerformableBlocking.class - [JAR]

├─ io.koalaql.query.fluent.PerformableSql.class - [JAR]

├─ io.koalaql.query.fluent.PerformableStatement.class - [JAR]

├─ io.koalaql.query.fluent.QueryableUnionOperand.class - [JAR]

├─ io.koalaql.query.fluent.Returningable.class - [JAR]

├─ io.koalaql.query.fluent.Selectable.class - [JAR]

├─ io.koalaql.query.fluent.Unionable.class - [JAR]

├─ io.koalaql.query.fluent.UnionedLimitable.class - [JAR]

├─ io.koalaql.query.fluent.UnionedOffsetable.class - [JAR]

├─ io.koalaql.query.fluent.UnionedOrderable.class - [JAR]

├─ io.koalaql.query.fluent.UnionedQueryable.class - [JAR]

├─ io.koalaql.query.fluent.Whereable.class - [JAR]

├─ io.koalaql.query.fluent.Windowable.class - [JAR]

├─ io.koalaql.query.fluent.Withable.class - [JAR]

├─ io.koalaql.query.fluent.WithableQueryable.class - [JAR]

io.koalaql.sql.token

├─ io.koalaql.sql.token.BeginAbridgement.class - [JAR]

├─ io.koalaql.sql.token.EndAbridgement.class - [JAR]

├─ io.koalaql.sql.token.ErrorToken.class - [JAR]

├─ io.koalaql.sql.token.IdentifierToken.class - [JAR]

├─ io.koalaql.sql.token.LiteralToken.class - [JAR]

├─ io.koalaql.sql.token.RawSqlToken.class - [JAR]

├─ io.koalaql.sql.token.SqlToken.class - [JAR]

io.koalaql.dsl

├─ io.koalaql.dsl.AggregatesKt.class - [JAR]

├─ io.koalaql.dsl.AliasesKt.class - [JAR]

├─ io.koalaql.dsl.CtesKt.class - [JAR]

├─ io.koalaql.dsl.DatesKt.class - [JAR]

├─ io.koalaql.dsl.Excluded.class - [JAR]

├─ io.koalaql.dsl.ExprsKt.class - [JAR]

├─ io.koalaql.dsl.IndexesKt.class - [JAR]

├─ io.koalaql.dsl.NamesKt.class - [JAR]

├─ io.koalaql.dsl.QueriesKt.class - [JAR]

├─ io.koalaql.dsl.ValuesKt.class - [JAR]

├─ io.koalaql.dsl.WindowsKt.class - [JAR]

io.koalaql.ddl.diff

├─ io.koalaql.ddl.diff.ChangedDefault.class - [JAR]

├─ io.koalaql.ddl.diff.ColumnDiff.class - [JAR]

├─ io.koalaql.ddl.diff.Diff.class - [JAR]

├─ io.koalaql.ddl.diff.SchemaChange.class - [JAR]

├─ io.koalaql.ddl.diff.TableDiff.class - [JAR]

io.koalaql.expr.built

├─ io.koalaql.expr.built.AggregatedExprBuilder.class - [JAR]

├─ io.koalaql.expr.built.BuiltAggregatable.class - [JAR]

├─ io.koalaql.expr.built.BuiltAggregatedExpr.class - [JAR]

io.koalaql.values

├─ io.koalaql.values.BuiltValues.class - [JAR]

├─ io.koalaql.values.EmptyRow.class - [JAR]

├─ io.koalaql.values.IteratorToRowIterator.class - [JAR]

├─ io.koalaql.values.IteratorToValuesIterator.class - [JAR]

├─ io.koalaql.values.PreLabeledResults.class - [JAR]

├─ io.koalaql.values.PreLabeledValues.class - [JAR]

├─ io.koalaql.values.RawResultRow.class - [JAR]

├─ io.koalaql.values.RawResultRowsKt.class - [JAR]

├─ io.koalaql.values.ReshapedValuesRowIterator.class - [JAR]

├─ io.koalaql.values.ResultRow.class - [JAR]

├─ io.koalaql.values.RowIterator.class - [JAR]

├─ io.koalaql.values.RowIteratorToIterator.class - [JAR]

├─ io.koalaql.values.RowOfOne.class - [JAR]

├─ io.koalaql.values.RowOfThree.class - [JAR]

├─ io.koalaql.values.RowOfTwo.class - [JAR]

├─ io.koalaql.values.RowSequence.class - [JAR]

├─ io.koalaql.values.RowSequenceEmptyMask.class - [JAR]

├─ io.koalaql.values.RowSequencesKt.class - [JAR]

├─ io.koalaql.values.SequenceToRowSequence.class - [JAR]

├─ io.koalaql.values.ValuesIterator.class - [JAR]

├─ io.koalaql.values.ValuesRow.class - [JAR]

├─ io.koalaql.values.ValuesSequence.class - [JAR]

├─ io.koalaql.values.ValuesWriter.class - [JAR]

io.koalaql.expr

├─ io.koalaql.expr.Aggregatable.class - [JAR]

├─ io.koalaql.expr.AggregatableBuilder.class - [JAR]

├─ io.koalaql.expr.AggregatedExpr.class - [JAR]

├─ io.koalaql.expr.AliasedReference.class - [JAR]

├─ io.koalaql.expr.AliasesKt.class - [JAR]

├─ io.koalaql.expr.AsReference.class - [JAR]

├─ io.koalaql.expr.BetweenExpr.class - [JAR]

├─ io.koalaql.expr.BuiltCaseExpr.class - [JAR]

├─ io.koalaql.expr.CaseBuilder.class - [JAR]

├─ io.koalaql.expr.CastExpr.class - [JAR]

├─ io.koalaql.expr.Column.class - [JAR]

├─ io.koalaql.expr.ComparedQuery.class - [JAR]

├─ io.koalaql.expr.ComparedQueryType.class - [JAR]

├─ io.koalaql.expr.ComparisonOperand.class - [JAR]

├─ io.koalaql.expr.DistinctAggregatable.class - [JAR]

├─ io.koalaql.expr.Expr.class - [JAR]

├─ io.koalaql.expr.ExprListExpr.class - [JAR]

├─ io.koalaql.expr.ExprQueryable.class - [JAR]

├─ io.koalaql.expr.ExprQueryableUnionOperand.class - [JAR]

├─ io.koalaql.expr.ExtendedOperationType.class - [JAR]

├─ io.koalaql.expr.GroupedOperationExpr.class - [JAR]

├─ io.koalaql.expr.Label.class - [JAR]

├─ io.koalaql.expr.Literal.class - [JAR]

├─ io.koalaql.expr.NamedReference.class - [JAR]

├─ io.koalaql.expr.NullOrdering.class - [JAR]

├─ io.koalaql.expr.NullsOrderableOrderKey.class - [JAR]

├─ io.koalaql.expr.OperationExpr.class - [JAR]

├─ io.koalaql.expr.OperationFixity.class - [JAR]

├─ io.koalaql.expr.OperationType.class - [JAR]

├─ io.koalaql.expr.OrderKey.class - [JAR]

├─ io.koalaql.expr.OrderableAggregatable.class - [JAR]

├─ io.koalaql.expr.Ordinal.class - [JAR]

├─ io.koalaql.expr.QuasiExpr.class - [JAR]

├─ io.koalaql.expr.RawExpr.class - [JAR]

├─ io.koalaql.expr.Reference.class - [JAR]

├─ io.koalaql.expr.SelectArgument.class - [JAR]

├─ io.koalaql.expr.SelectOperand.class - [JAR]

├─ io.koalaql.expr.SelectedExpr.class - [JAR]

├─ io.koalaql.expr.SelectionBuilder.class - [JAR]

├─ io.koalaql.expr.SortOrder.class - [JAR]

├─ io.koalaql.expr.StandardOperationType.class - [JAR]

├─ io.koalaql.expr.SubqueryQuasiExpr.class - [JAR]

├─ io.koalaql.expr.When.class - [JAR]

├─ io.koalaql.expr.WhenThen.class - [JAR]

├─ io.koalaql.expr.WindowFunctionExpr.class - [JAR]

io.koalaql.identifier

├─ io.koalaql.identifier.LabelIdentifier.class - [JAR]

├─ io.koalaql.identifier.Named.class - [JAR]

├─ io.koalaql.identifier.SqlIdentifier.class - [JAR]

├─ io.koalaql.identifier.Unnamed.class - [JAR]

├─ io.koalaql.identifier.Unquoted.class - [JAR]

io.koalaql.query

├─ io.koalaql.query.Alias.class - [JAR]

├─ io.koalaql.query.AliasableRelation.class - [JAR]

├─ io.koalaql.query.Aliased.class - [JAR]

├─ io.koalaql.query.AliasedCtedQueryable.class - [JAR]

├─ io.koalaql.query.BackwardsList.class - [JAR]

├─ io.koalaql.query.BlockingPerformer.class - [JAR]

├─ io.koalaql.query.CastExprQueryableUnionOperand.class - [JAR]

├─ io.koalaql.query.CastQueryableUnionOperand.class - [JAR]

├─ io.koalaql.query.Cte.class - [JAR]

├─ io.koalaql.query.CtedQueryable.class - [JAR]

├─ io.koalaql.query.Distinctness.class - [JAR]

├─ io.koalaql.query.EmptyRelation.class - [JAR]

├─ io.koalaql.query.ExpectableSubqueryable.class - [JAR]

├─ io.koalaql.query.ExpectingExprQueryable.class - [JAR]

├─ io.koalaql.query.ExpectingQueryable.class - [JAR]

├─ io.koalaql.query.GeneratingKey.class - [JAR]

├─ io.koalaql.query.GetsAliasedReference.class - [JAR]

├─ io.koalaql.query.InsertableLabelList.class - [JAR]

├─ io.koalaql.query.Inserted.class - [JAR]

├─ io.koalaql.query.JoinType.class - [JAR]

├─ io.koalaql.query.LabelList.class - [JAR]

├─ io.koalaql.query.LabelListOf.class - [JAR]

├─ io.koalaql.query.LockMode.class - [JAR]

├─ io.koalaql.query.OnConflictAction.class - [JAR]

├─ io.koalaql.query.OnConflictIgnore.class - [JAR]

├─ io.koalaql.query.OnConflictOrDuplicateAction.class - [JAR]

├─ io.koalaql.query.OnConflictUpdate.class - [JAR]

├─ io.koalaql.query.OnDuplicateUpdate.class - [JAR]

├─ io.koalaql.query.Queryable.class - [JAR]

├─ io.koalaql.query.Relation.class - [JAR]

├─ io.koalaql.query.RelationBuilder.class - [JAR]

├─ io.koalaql.query.ReturningQueryable.class - [JAR]

├─ io.koalaql.query.SetOperationType.class - [JAR]

├─ io.koalaql.query.SqlPerformer.class - [JAR]

├─ io.koalaql.query.Subquery.class - [JAR]

├─ io.koalaql.query.Subqueryable.class - [JAR]

├─ io.koalaql.query.TableRelation.class - [JAR]

├─ io.koalaql.query.Tableless.class - [JAR]

├─ io.koalaql.query.Updated.class - [JAR]

├─ io.koalaql.query.Values.class - [JAR]

├─ io.koalaql.query.WithOperand.class - [JAR]

├─ io.koalaql.query.WithType.class - [JAR]

├─ io.koalaql.query.WithableDelete.class - [JAR]

io.koalaql.query.built

├─ io.koalaql.query.built.BuilderContext.class - [JAR]

├─ io.koalaql.query.built.BuildsIntoQueryBody.class - [JAR]

├─ io.koalaql.query.built.BuiltDelete.class - [JAR]

├─ io.koalaql.query.built.BuiltDml.class - [JAR]

├─ io.koalaql.query.built.BuiltGeneratesKeysInsert.class - [JAR]

├─ io.koalaql.query.built.BuiltInsert.class - [JAR]

├─ io.koalaql.query.built.BuiltJoin.class - [JAR]

├─ io.koalaql.query.built.BuiltQuery.class - [JAR]

├─ io.koalaql.query.built.BuiltQueryBody.class - [JAR]

├─ io.koalaql.query.built.BuiltQueryable.class - [JAR]

├─ io.koalaql.query.built.BuiltRelation.class - [JAR]

├─ io.koalaql.query.built.BuiltReturning.class - [JAR]

├─ io.koalaql.query.built.BuiltSelectQuery.class - [JAR]

├─ io.koalaql.query.built.BuiltSetOperation.class - [JAR]

├─ io.koalaql.query.built.BuiltStatement.class - [JAR]

├─ io.koalaql.query.built.BuiltSubquery.class - [JAR]

├─ io.koalaql.query.built.BuiltUnionOperandQuery.class - [JAR]

├─ io.koalaql.query.built.BuiltUpdate.class - [JAR]

├─ io.koalaql.query.built.BuiltValuesQuery.class - [JAR]

├─ io.koalaql.query.built.BuiltWith.class - [JAR]

├─ io.koalaql.query.built.BuiltWithable.class - [JAR]

├─ io.koalaql.query.built.InsertBuilder.class - [JAR]

├─ io.koalaql.query.built.PopulatesScope.class - [JAR]

├─ io.koalaql.query.built.QueryBuilder.class - [JAR]

Advertisement

Dependencies from Group

Jun 19, 2023
3 usages
10 stars
Jun 19, 2023
1 usages
10 stars
Jun 19, 2023
10 stars
Jun 19, 2023
10 stars
Jun 19, 2023
10 stars

Discover Dependencies

Oct 08, 2021
146 stars
Oct 07, 2021
1 usages
Oct 11, 2021
35 stars
Oct 09, 2021
9 stars
Feb 22, 2022
2 usages
9 stars
Aug 24, 2023
1 usages
0 stars
Oct 08, 2021
3 stars
Oct 10, 2021
3 usages
2 stars
Oct 08, 2021
1 usages