jar

io.tcds.orm : orm

Maven & Gradle

Oct 26, 2023
0 stars

Kotlin Simple ORM · Kotlin Simple ORM is a simple but powerful database orm for kotlin applications

Table Of Contents

Latest Version

Download io.tcds.orm : orm JAR file - Latest Versions:

All Versions

Download io.tcds.orm : orm 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 orm-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.tcds.orm

├─ io.tcds.orm.Column.class - [JAR]

├─ io.tcds.orm.Condition.class - [JAR]

├─ io.tcds.orm.EntityTable.class - [JAR]

├─ io.tcds.orm.MapOrmResultSet.class - [JAR]

├─ io.tcds.orm.MapOrmResultSetKt.class - [JAR]

├─ io.tcds.orm.OrmException.class - [JAR]

├─ io.tcds.orm.OrmResultSet.class - [JAR]

├─ io.tcds.orm.Param.class - [JAR]

├─ io.tcds.orm.ResultSetEntry.class - [JAR]

├─ io.tcds.orm.Table.class - [JAR]

io.tcds.orm.driver

├─ io.tcds.orm.driver.JdbcOrmResultSet.class - [JAR]

io.tcds.orm.extension

├─ io.tcds.orm.extension.ColumnKt.class - [JAR]

├─ io.tcds.orm.extension.OrderKt.class - [JAR]

├─ io.tcds.orm.extension.ResultsetKt.class - [JAR]

├─ io.tcds.orm.extension.StringKt.class - [JAR]

├─ io.tcds.orm.extension.WhereKt.class - [JAR]

io.tcds.orm.column.nullable

├─ io.tcds.orm.column.nullable.NullableDateColumn.class - [JAR]

├─ io.tcds.orm.column.nullable.NullableDateTimeColumn.class - [JAR]

├─ io.tcds.orm.column.nullable.NullableDoubleColumn.class - [JAR]

├─ io.tcds.orm.column.nullable.NullableEnumColumn.class - [JAR]

├─ io.tcds.orm.column.nullable.NullableFloatColumn.class - [JAR]

├─ io.tcds.orm.column.nullable.NullableIntegerColumn.class - [JAR]

├─ io.tcds.orm.column.nullable.NullableJsonColumn.class - [JAR]

├─ io.tcds.orm.column.nullable.NullableLongColumn.class - [JAR]

├─ io.tcds.orm.column.nullable.NullableStringColumn.class - [JAR]

io.tcds.orm.column

├─ io.tcds.orm.column.BooleanColumn.class - [JAR]

├─ io.tcds.orm.column.DateColumn.class - [JAR]

├─ io.tcds.orm.column.DateTimeColumn.class - [JAR]

├─ io.tcds.orm.column.DoubleColumn.class - [JAR]

├─ io.tcds.orm.column.EnumColumn.class - [JAR]

├─ io.tcds.orm.column.FloatColumn.class - [JAR]

├─ io.tcds.orm.column.IntegerColumn.class - [JAR]

├─ io.tcds.orm.column.JsonColumn.class - [JAR]

├─ io.tcds.orm.column.LongColumn.class - [JAR]

├─ io.tcds.orm.column.StringColumn.class - [JAR]

io.tcds.orm.connection

├─ io.tcds.orm.connection.Connection.class - [JAR]

├─ io.tcds.orm.connection.ConnectionLogger.class - [JAR]

├─ io.tcds.orm.connection.GenericConnection.class - [JAR]

├─ io.tcds.orm.connection.NestedTransactionConnection.class - [JAR]

├─ io.tcds.orm.connection.SqLiteConnection.class - [JAR]

io.tcds.orm.statement

├─ io.tcds.orm.statement.Between.class - [JAR]

├─ io.tcds.orm.statement.DifferentOf.class - [JAR]

├─ io.tcds.orm.statement.EqualsTo.class - [JAR]

├─ io.tcds.orm.statement.GreaterThen.class - [JAR]

├─ io.tcds.orm.statement.GreaterThenOrEqualsTo.class - [JAR]

├─ io.tcds.orm.statement.In.class - [JAR]

├─ io.tcds.orm.statement.IsNotNull.class - [JAR]

├─ io.tcds.orm.statement.IsNull.class - [JAR]

├─ io.tcds.orm.statement.Like.class - [JAR]

├─ io.tcds.orm.statement.Limit.class - [JAR]

├─ io.tcds.orm.statement.NotIn.class - [JAR]

├─ io.tcds.orm.statement.Operator.class - [JAR]

├─ io.tcds.orm.statement.Order.class - [JAR]

├─ io.tcds.orm.statement.SmallerThen.class - [JAR]

├─ io.tcds.orm.statement.SmallerThenOrEqualsTo.class - [JAR]

├─ io.tcds.orm.statement.Statement.class - [JAR]

├─ io.tcds.orm.statement.StatementGroup.class - [JAR]