Interface PLJavaBasedLanguage.InlineBlocks

All Superinterfaces:
PLJavaBasedLanguage
Enclosing interface:
PLJavaBasedLanguage

public static interface PLJavaBasedLanguage.InlineBlocks extends PLJavaBasedLanguage
To be implemented by a language that supports inline code blocks.
  • Method Details

    • execute

      void execute(String source_text, boolean atomic) throws SQLException
      Parses and executes an inline code block.
      Parameters:
      source_text - the inline code to be parsed and executed
      atomic - true if transaction control actions must be disallowed within the code block
      Throws:
      SQLException