jar

org.partiql : partiql-spi

Maven & Gradle

Jun 15, 2023
539 stars

PartiQL SPI · Pluggable interfaces to allow for custom logic within the PartiQL library.

Table Of Contents

Latest Version

Download org.partiql : partiql-spi JAR file - Latest Versions:

All Versions

Download org.partiql : partiql-spi JAR file - All Versions:

Version Vulnerabilities Size Updated
0.12.x
0.11.x
0.10.x
0.9.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 partiql-spi-0.12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.partiql.spi.connector

├─ org.partiql.spi.connector.Connector.class - [JAR]

├─ org.partiql.spi.connector.ConnectorMetadata.class - [JAR]

├─ org.partiql.spi.connector.ConnectorObject.class - [JAR]

├─ org.partiql.spi.connector.ConnectorObjectHandle.class - [JAR]

├─ org.partiql.spi.connector.ConnectorObjectPath.class - [JAR]

├─ org.partiql.spi.connector.ConnectorSession.class - [JAR]

├─ org.partiql.spi.connector.Constants.class - [JAR]

org.partiql.spi

├─ org.partiql.spi.BindingCase.class - [JAR]

├─ org.partiql.spi.BindingName.class - [JAR]

├─ org.partiql.spi.BindingPath.class - [JAR]

├─ org.partiql.spi.Plugin.class - [JAR]