Easysoft ODBC-Ethereum Driver User's Guide

Easysoft ODBC-Ethereum Driver User's Guide

    • Getting started
      • Before you begin
      • Installing the Easysoft ODBC-Ethereum Driver
      • Connecting to Ethereum
      • Logging
    • Client applications
      • Microsoft Access
      • Microsoft Excel
      • Microsoft Power BI
      • Tableau Desktop
      • Microsoft SQL Server
      • Oracle
      • LibreOffice
      • Go
      • Node.js
      • Perl
      • PHP
      • Python
      • R
    • About the Easysoft ODBC-Ethereum Driver
      • ODBC API and scalar functions
      • Data type mapping
      • SQL support
    • Tables
      • blobBaseFee
      • blockNumber
      • chainId
      • createAccessList
      • estimateGas
      • feeHistory
      • feeHistory_baseFeePerBlobGas
      • feeHistory_baseFeePerGas
      • feeHistory_blobGasUsedRatio
      • feeHistory_gasUsedRatio
      • gasPrice
      • getBalance
      • getBlockByHash
      • getBlockByHash_transactions
      • getBlockByNumber
      • getBlockByNumber_transactions
      • getBlockByNumber_withdrawals
      • getBlockFilterChanges
      • getBlockReceipts
      • getBlockReceipts_logs
      • getBlockTransactionCountByHash
      • getBlockTransactionCountByNumber
      • getCode
      • getFilterChanges
      • getFilterChanges_Topics
      • getFilterLogs
      • getFilterLogs_Topics
      • getLogs
      • getProof
      • getProof_accountProof
      • getProof_storageProof
      • getStorageAt
      • getTransactionByBlockHashAndIndex
      • getTransactionByBlockNumberAndIndex
      • getTransactionByBlockNumberAndIndex_AccessList
      • getTransactionByHash
      • getTransactionCount
      • getTransactionReceipt
      • getTransactionReceipt_Logs
      • getUncleByBlockHashAndIndex
      • getUncleByBlockHashAndIndex_Uncles
      • getUncleByBlockNumberAndIndex
      • getUncleByBlockNumberAndIndex_Uncles
      • getUncleCountByBlockHash
      • getUncleCountByBlockNumber
      • getWork
      • hashrate
      • maxPriorityFeePerGas
      • mining
      • newBlockFilter
      • newFilter
      • protocolVersion
      • sendRawTransaction
      • submitWork
      • syncing
      • uninstallFilter
    • Back to product description
  • Easysoft ODBC-Ethereum Driver User's Guide
  • Tables

Tables

The Easysoft ODBC-Ethereum Driver presents Ethereum JSON-RPC methods as a set of views. This allows you to work with Ethereum data by using SQL that you either enter yourself or your application builds for you.

The views are:

  • blobBaseFee

  • blockNumber

  • chainId

  • createAccessList

  • estimateGas

  • feeHistory

  • feeHistory_baseFeePerBlobGas

  • feeHistory_baseFeePerGas

  • feeHistory_blobGasUsedRatio

  • feeHistory_gasUsedRatio

  • gasPrice

  • getBalance

  • getBlockByHash

  • getBlockByHash_transactions

  • getBlockByNumber

  • getBlockByNumber_transactions

  • getBlockByNumber_withdrawals

  • getBlockFilterChanges

  • getBlockReceipts

  • getBlockReceipts_logs

  • getBlockTransactionCountByHash

  • getBlockTransactionCountByNumber

  • getCode

  • getFilterChanges

  • getFilterChanges_Topics

  • getFilterLogs

  • getFilterLogs_Topics

  • getLogs

  • getProof

  • getProof_accountProof

  • getProof_storageProof

  • getStorageAt

  • getTransactionByBlockHashAndIndex

  • getTransactionByBlockNumberAndIndex

  • getTransactionByBlockNumberAndIndex_AccessList

  • getTransactionByHash

  • getTransactionCount

  • getTransactionReceipt

  • getTransactionReceipt_Logs

  • getUncleByBlockHashAndIndex

  • getUncleByBlockHashAndIndex_Uncles

  • getUncleByBlockNumberAndIndex

  • getUncleByBlockNumberAndIndex_Uncles

  • getUncleCountByBlockHash

  • getUncleCountByBlockNumber

  • getWork

  • hashrate

  • maxPriorityFeePerGas

  • mining

  • newBlockFilter

  • newFilter

  • protocolVersion

  • sendRawTransaction

  • submitWork

  • syncing

  • uninstallFilter

This page was built using the Antora default UI.

The source code for this UI is licensed under the terms of the MPL-2.0 license.