Types and methods in the query builder API
The query builder API in the gw.api.database package includes
Java classes and interfaces and Gosu enhancements. You access the API
in your Gosu code in the same way as any other Gosu API. The query builder
API provides types and their methods for building queries and for accessing
the rows and columns in the query results. The API also includes types
and methods for constructing method parameters. The context-sensitive
editor in Studio provides quick access to all these types and methods.
The Javadoc for the Java classes and interfaces in the gw.api.database package is available in
PolicyCenter/javadoc. You can generate and
view the Gosudoc that describes Gosu enhancements to the API by running the gwb gosudoc
command. This command produces documentation at PolicyCenter/build/gosudoc/index.html.
See also
