LanguageConnectionFactory.java | Interface | Factory interface for items specific to a connection in the language system.
This is expected to be used internally, and so is not in Language.Interface.
This Factory provides pointers to other language factories; the
LanguageConnectionContext holds more dynamic information, such as
prepared statements and whether a commit has occurred or not.
This Factory is for internal items used throughout language during a
connection. |