Uses of Class
org.apache.sis.internal.metadata.sql.LocalDataSource
Packages that use LocalDataSource
Package
Description
A set of helper classes for SQL handling in the Apache SIS implementation.
-
Uses of LocalDataSource in org.apache.sis.internal.metadata.sql
Methods in org.apache.sis.internal.metadata.sql that return LocalDataSourceModifier and TypeMethodDescription(package private) static LocalDataSource[]Prepares potential data source for the spatial metadata database.(package private) static LocalDataSourceLocalDataSource.findDriver(LocalDataSource[] sources) Returns the first data source from the given array that can be initialized.Methods in org.apache.sis.internal.metadata.sql with parameters of type LocalDataSourceModifier and TypeMethodDescriptionintLocalDataSource.compareTo(LocalDataSource other) Compares this data source with the given one for preference order.(package private) static LocalDataSourceLocalDataSource.findDriver(LocalDataSource[] sources) Returns the first data source from the given array that can be initialized.