Home
From ClauseFrom 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:
FROM java.io.File
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.