Skip to content

SQL preview PL SQL Vertical Spacing

Tako Lee edited this page Apr 8, 2014 · 3 revisions
  • Blank line before keywords IF, ELSE, ELSIF, and EXCEPTION(sqlid:10102947)

    • fmt112_vs_plsql_blank_line_before_if
      • false
      • true
    • fmt113_vs_plsql_blank_line_before_else
      • false
      • true
    • fmt114_vs_plsql_blank_line_before_elseif
      • false
      • true
  • Blank line before keywords LOOP(sqlid:10103035)

    • fmt116_vs_plsql_blank_line_before_loop
      • false
      • true
  • Blank line before declare section within the EXCEPTION(sqlid:10103081)

    • fmt117_vs_plsql_blank_line_before_each_exception_after_first
      • false
      • true
  • Before and after the variable, constant, and type declarations(sqlid:10103136)

    • fmt118_vs_plsql_blank_line_before_variable_declaration
      • false
      • true
    • fmt119_vs_plsql_blank_line_after_variable_declaration
      • false
      • true
  • Following the declaration of the procedure and its parameters(sqlid:10103184)

    • fmt120_vs_plsql_blank_line_after_procedure_parameter_declaration
      • false
      • true
Clone this wiki locally