jar

com.github.piotrkot : oojdbc

Maven & Gradle

Jul 16, 2023
17 stars

OO-JDBC wrapper · Object-Oriented Interface to JDBC.

Table Of Contents

Latest Version

Download com.github.piotrkot : oojdbc JAR file - Latest Versions:

All Versions

Download com.github.piotrkot : oojdbc JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.3
1.2
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 oojdbc-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.piotrkot.oojdbc.statements

├─ com.github.piotrkot.oojdbc.statements.Args.class - [JAR]

├─ com.github.piotrkot.oojdbc.statements.Exec.class - [JAR]

├─ com.github.piotrkot.oojdbc.statements.Insert.class - [JAR]

├─ com.github.piotrkot.oojdbc.statements.ProcCall.class - [JAR]

├─ com.github.piotrkot.oojdbc.statements.Select.class - [JAR]

├─ com.github.piotrkot.oojdbc.statements.Update.class - [JAR]

├─ com.github.piotrkot.oojdbc.statements.package-info.class - [JAR]

com.github.piotrkot.oojdbc.outcomes

├─ com.github.piotrkot.oojdbc.outcomes.ColumnOutcome.class - [JAR]

├─ com.github.piotrkot.oojdbc.outcomes.ListOutcome.class - [JAR]

├─ com.github.piotrkot.oojdbc.outcomes.SingleOutcome.class - [JAR]

├─ com.github.piotrkot.oojdbc.outcomes.StoredProcedureOutcome.class - [JAR]

├─ com.github.piotrkot.oojdbc.outcomes.package-info.class - [JAR]

com.github.piotrkot.oojdbc

├─ com.github.piotrkot.oojdbc.Connect.class - [JAR]

├─ com.github.piotrkot.oojdbc.DefaultMappings.class - [JAR]

├─ com.github.piotrkot.oojdbc.JdbcSession.class - [JAR]

├─ com.github.piotrkot.oojdbc.JdbcSessionTx.class - [JAR]

├─ com.github.piotrkot.oojdbc.Outcome.class - [JAR]

├─ com.github.piotrkot.oojdbc.Preparation.class - [JAR]

├─ com.github.piotrkot.oojdbc.Request.class - [JAR]

├─ com.github.piotrkot.oojdbc.Sql.class - [JAR]

├─ com.github.piotrkot.oojdbc.Stmnt.class - [JAR]

├─ com.github.piotrkot.oojdbc.Utc.class - [JAR]

├─ com.github.piotrkot.oojdbc.package-info.class - [JAR]

Advertisement