plsql使用

  1. 将方法放在plsql安装目录下的SpecialCopy目录里面

  2. 通常命名是Java4StringBuffer.copy以.copy结尾

  3. 下面我放上里面的内容

;PL/SQL Developer SpecialCopy definition ; for first line ;<LINE_*> for all other lines ; for last line ; #define " = \" #define \ = \\ #define char(9) = \t StringBuffer sqlBuffer = new StringBuffer(); sqlBuffer.append(" \n") .append(" <line_*> \n") .append(" \n"); String sql = sqlBuffer.toString();

Blog

Dump

Project