Java org.apache.commons.dbutils QueryLoader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.dbutils QueryLoader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.dbutils QueryLoader.

The text is from its open source code.

Field

QueryLoaderinstance
The Singleton instance of this class.

Method

Mapload(String path)
Loads a Map of query names to SQL values.
voidunload(String path)
Removes the queries for the given path from the cache.