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 LocalDataSource
LocalDataSource.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 TypeMethodDescriptionint
LocalDataSource.compareTo
(LocalDataSource other) Compares this data source with the given one for preference order.(package private) static LocalDataSource
LocalDataSource.findDriver
(LocalDataSource[] sources) Returns the first data source from the given array that can be initialized.