| java.lang.Object org.apache.derby.impl.sql.GenericLanguageFactory
GenericLanguageFactory | public class GenericLanguageFactory implements LanguageFactory,ModuleControl(Code) | | The LanguageFactory provides system-wide services that
are available on the Database API.
author: ames |
GenericLanguageFactory | public GenericLanguageFactory()(Code) | | |
boot | public void boot(boolean create, Properties startParams) throws StandardException(Code) | | Start-up method for this instance of the language factory.
This service is expected to be started and accessed relative
to a database.
Parameters: startParams - The start-up parameters (ignored in this case) exception: StandardException - Thrown if module cannot be booted. |
getResultDescription | public ResultDescription getResultDescription(ResultDescription inputResultDescription, int[] theCols)(Code) | | Get a new result description from the input result
description. Picks only the columns in the column
array from the inputResultDescription.
Parameters: inputResultDescription - the input rd Parameters: theCols - array of ints, non null ResultDescription the rd |
stop | public void stop()(Code) | | Stop this module. In this case, nothing needs to be done.
|
|
|