Interface ExecutionProperties.Values

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String TXN_WRAP_DETECT
      Transaction auto wrap constant - checks if a command requires a transaction and will be automatically wrap it.
      static String TXN_WRAP_OFF
      Transaction auto wrap constant - never wrap a command execution in a transaction
      static String TXN_WRAP_ON
      Transaction auto wrap constant - always wrap commands in a transaction.
      static String XML_COMPACT_FORMAT
      XML results format: XML results displayed in compact form
      static String XML_TREE_FORMAT
      XML results format: XML results displayed as a formatted tree
    • Field Detail

      • XML_TREE_FORMAT

        static final String XML_TREE_FORMAT
        XML results format: XML results displayed as a formatted tree
        See Also:
        Constant Field Values
      • XML_COMPACT_FORMAT

        static final String XML_COMPACT_FORMAT
        XML results format: XML results displayed in compact form
        See Also:
        Constant Field Values
      • TXN_WRAP_DETECT

        static final String TXN_WRAP_DETECT
        Transaction auto wrap constant - checks if a command requires a transaction and will be automatically wrap it.
        See Also:
        Constant Field Values
      • TXN_WRAP_OFF

        static final String TXN_WRAP_OFF
        Transaction auto wrap constant - never wrap a command execution in a transaction
        See Also:
        Constant Field Values
      • TXN_WRAP_ON

        static final String TXN_WRAP_ON
        Transaction auto wrap constant - always wrap commands in a transaction.
        See Also:
        Constant Field Values