There is expected to be one of these configured per database.
If a factory is needed outside of execution (say, data dictionary or compilation), then it belongs in the LanguageConnectionContext. @see org.apache.derby.iapi.sql.conn.LanguageConnectionContext
The primary entry point for a Translator. This class should be extended by the custom translator writer.
The deployer instantiates this class through reflection. So it is important to have no-arg constructor. Once constructed the "start" method is called. This class represents the basic capabilities of the translator.
|
|
|
|