Package

com.spatialx.geomesa.sql

jdbc

Permalink

package jdbc

Visibility
  1. Public
  2. All

Type Members

  1. class Driver extends org.apache.calcite.jdbc.Driver

    Permalink

    JDBC driver for GeoMesa DataStores, which is a thin wrapper around Calcite JDBC driver.

    JDBC driver for GeoMesa DataStores, which is a thin wrapper around Calcite JDBC driver.

    Simply use DriverManager.getConnection(jdbcUrl) to get a connection for querying geomesa datastore using SQL, where jdbcUrl is "jdbc:geomesa:<prop0>=<value0>;<prop1>=<value1>;...". Property names and values specified in jdbcUrl is identical with the properties for connecting to GeoMesa DataStore.

  2. class GeoMesaPrepareImpl extends CalcitePrepareImpl with LazyLogging

    Permalink

    Adapted JDBC PrepareImpl to GeoMesa

Value Members

  1. object Driver

    Permalink

Ungrouped