📄 tecust.gdr
字号:
#----------------------------------------------------------------
# PL/Generator from Quest Software
#----------------------------------------------------------------
# File: tecust.gdr
# Author: Steven Feuerstein
#
#
# Template customization file
#
# This is a part of the PL/Generator from Quest Software Code library.
# Copyright (C) 1996-97 Quest Software, Inc.
# All rights reserved.
#
# For more information, call Quest Software at 1-800-REVEAL4
# or check out our Web page: www.Quest Software.com
#
#----------------- Modification History --------------------------
# Date By Description
# -------- ------ ------------------------------------------------
# 1/99 SEF Add pkyupdate customization points.
# 10/98 SEF Add exception handler customization points.
# 06/97 SEF Created
#-----------------------------------------------------------------
#
# Public data structures - added AFTER standard elements
[TOTARGET]mypubdata
[ENDTOTARGET]
#
# Public program elements - added AFTER standard elements
[TOTARGET]mypubprograms
[ENDTOTARGET]
#
# Private data structures:
# Located after standard data structures, before program elements
[TOTARGET]myprivdata
#
# Private program elements:
# Located after standard data structures, before standard program elements
[ENDTOTARGET]
[TOTARGET]myprivprograms
[ENDTOTARGET]
#
# Initialization section:
# Located after standard initialization code
[TOTARGET]myinitsection
[ENDTOTARGET]
#
[TOTARGET]preupdate
[ENDTOTARGET]
[TOTARGET]postupdate
[ENDTOTARGET]
#
[TOTARGET]prepkyupdate
[ENDTOTARGET]
[TOTARGET]postpkyupdate
[ENDTOTARGET]
#
[TOTARGET]preinsert
[ENDTOTARGET]
[TOTARGET]postinsert
[ENDTOTARGET]
#
[TOTARGET]predelete
[ENDTOTARGET]
[TOTARGET]postdelete
[ENDTOTARGET]
#
# Customized exception handling; comes before WHEN OTHERS clause.
# NOTE: you cannot currently replace the OTHERS clause, but you can modify the
# handling logic through the screen interface.
[TOTARGET]insexchandlers
[ENDTOTARGET]
[TOTARGET]updexchandlers
[ENDTOTARGET]
[TOTARGET]delexchandlers
[ENDTOTARGET]
#
# Add your own stand-alone programs added after the end of the package specification
[TOTARGET]mysaextras
[ENDTOTARGET]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -