FROM java.io.File
From Clause
The FROM clause defines the class that the query should operate on. Any valid Java class can be used. The fully-qualified class name must be specified in the FROM clause, thus:
The class must also be available to the ClassLoader that loaded the org.josql.Query class. Usually this means that you have the JoSQL jar file in your CLASSPATH at startup time.
© Gary Bentley 2004-2007. All Rights Reserved.