org.apache.derby.iapi.services.loader
Interface JarReader
- All Known Implementing Classes:
- BasicDatabase, SlaveDatabase
public interface JarReader
Abstract out the loading of JarFiles.
Method Summary |
StorageFile |
getJarFile(java.lang.String schemaName,
java.lang.String sqlName)
Get the StorageFile for an installed jar file. |
getJarFile
StorageFile getJarFile(java.lang.String schemaName,
java.lang.String sqlName)
throws StandardException
- Get the StorageFile for an installed jar file.
- Throws:
StandardException
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.