public interface ClasspathFirebirdEmbeddedResource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLibraryEntryPoint()
Entry point of the library.
|
java.util.Collection<java.lang.String> |
getResourceList()
Relative paths against the provider class of the resources with the Firebird Embedded files.
|
java.util.Collection<java.lang.String> getResourceList()
The resources must not try to escape the current context using ..
. Implementations trying to do that
will not be loaded.
java.lang.String getLibraryEntryPoint()
"fbclient.dll"
or "lib/libfbclient.so"
)Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.