jar

org.wso2.carbon.data : org.wso2.carbon.dataservices.sql.driver

Maven & Gradle

Apr 03, 2023
4 usages

WSO2 Carbon - Data Services SQL Driver · This bundle carries a JDBC driver to read/write onto tabular data models such as GSpread, Excel

Table Of Contents

Latest Version

Download org.wso2.carbon.data : org.wso2.carbon.dataservices.sql.driver JAR file - Latest Versions:

All Versions

Download org.wso2.carbon.data : org.wso2.carbon.dataservices.sql.driver JAR file - All Versions:

Version Vulnerabilities Size Updated
4.5.x
4.4.x
4.3.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 org.wso2.carbon.dataservices.sql.driver-4.5.1532.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.wso2.carbon.dataservices.sql.driver.query.insert

├─ org.wso2.carbon.dataservices.sql.driver.query.insert.CustomInsertQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.insert.ExcelInsertQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.insert.GSpreadInsertQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.insert.InsertQuery.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.query.update

├─ org.wso2.carbon.dataservices.sql.driver.query.update.CustomUpdateQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.update.ExcelUpdateQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.update.GSpreadUpdateQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.update.UpdateQuery.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.query.drop

├─ org.wso2.carbon.dataservices.sql.driver.query.drop.DropQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.drop.ExcelDropQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.drop.GSpreadDropQuery.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.internal

├─ org.wso2.carbon.dataservices.sql.driver.internal.SQLDriverDSComponent.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.parser

├─ org.wso2.carbon.dataservices.sql.driver.parser.Condition.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.parser.Constants.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.parser.EntityList.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.parser.Parser.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.parser.ParserException.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.parser.ParserUtil.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.processor.reader

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.AbstractFixedDataReader.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.CustomDataReader.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.DataCell.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.DataReader.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.DataReaderFactory.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.DataRow.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.DataTable.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.ExcelDataReader.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.FixedDataTable.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.reader.GSpreadDataReader.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.query.create

├─ org.wso2.carbon.dataservices.sql.driver.query.create.CreateQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.create.ExcelCreateQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.create.GSpreadCreateQuery.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.util

├─ org.wso2.carbon.dataservices.sql.driver.util.GSpreadFeedProcessor.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.util.WorkBookOutputWriter.class - [JAR]

org.wso2.carbon.dataservices.sql.driver

├─ org.wso2.carbon.dataservices.sql.driver.TConnection.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TConnectionFactory.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TCustomConnection.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TDatabaseMetaData.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TDriver.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TDriverUtil.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TExcelConnection.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TGSpreadConnection.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TPreparedStatement.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TResultSet.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TResultSetMetaData.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.TStatement.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.processor.writer

├─ org.wso2.carbon.dataservices.sql.driver.processor.writer.DataWriter.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.writer.DataWriterFactory.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.processor.writer.ExcelDataWriter.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.query.select

├─ org.wso2.carbon.dataservices.sql.driver.query.select.CustomSelectQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.select.ExcelSelectQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.select.GSpreadSelectQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.select.SelectQuery.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.query.delete

├─ org.wso2.carbon.dataservices.sql.driver.query.delete.CustomDeleteQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.delete.DeleteQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.delete.ExcelDeleteQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.delete.GSpreadDeleteQuery.class - [JAR]

org.wso2.carbon.dataservices.sql.driver.query

├─ org.wso2.carbon.dataservices.sql.driver.query.ColumnInfo.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.ConditionalQuery.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.ParamInfo.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.Query.class - [JAR]

├─ org.wso2.carbon.dataservices.sql.driver.query.QueryFactory.class - [JAR]

Advertisement