当前位置:网站首页>PD user manual
PD user manual
2022-07-24 19:45:00 【Crawling Oriole】
Pd User manual
In the use of Pd(16.5.0.3982) In the process of , Record some configurations .
Table comment modification
First step : open Database->Edit Current DBMS… Dialog box .
The second step : Under the first tab of the dialog , find Script->Objects->Table->TableComment, Modify its value , As shown below :
Original content :
comment on table [%QUALIFIER%]%TABLE% is [%COMMENT%?
%.q:COMMENT%:null]
Content after modification :
alter table [%QUALIFIER%]%TABLE% comment %.60qA:COMMENT%
Column comment modification
First step : open Database->Edit Current DBMS… Dialog box .
The second step : Under the first tab of the dialog , find Script->Objects->Column->Add, Modify its value ,[%CONSTDEFN%]] First remove one ] character , Then add [ comment %.q:COMMENT%]], As shown below :
Original content :
%20:COLUMN% %30:DATATYPE%[.Z:[%Compressed%? compressed][ %NULLNOTNULL%][%IDENTITY%?[.O:[ default autoincrement][ identity]]:[%COMPUTE%? compute (%COMPUTE%):[%DefaultExt%? default %DefaultExt%:[ default %DEFAULT%]]]]
[%CONSTDEFN%]]
Content after modification :
%20:COLUMN% %30:DATATYPE%[.Z:[%Compressed%? compressed][ %NULLNOTNULL%][%IDENTITY%?[.O:[ default autoincrement][ identity]]:[%COMPUTE%? compute (%COMPUTE%):[%DefaultExt%? default %DefaultExt%:[ default %DEFAULT%]]]]
[%CONSTDEFN%][ comment %.q:COMMENT%]]
The third step :
Still under this dialog , find Script->Objects->Column->ColumnComment, Clear its value .
Original content :
comment on column [%QUALIFIER%]%TABLE%.%COLUMN% is [%COMMENT%?
%.q:COMMENT%:null]
Preview Font size modification
First step :
Open the tools ->General Options Dialog box .
The second step :
typeface ->Code editor, You can set the font 、 Font style 、 Size .
Connection format modification
Traceability link Style modification
First step
Open the tools -> Display the preferences dialog .
The second step
General Settings -> Traceability Link, Click on Modify… Button , open Symbol Format The dialog box can be modified .
Reference Style modification
First step
Open the tools -> Display the preferences dialog .
The second step
General Settings -> Reference, Click on Format Tab Modify… Button , open Symbol Format The dialog box can be modified .
remarks : Delete the middle position point , Hold down Ctrl Key click the left mouse button .
Table Comment Data item addition
stay Columns in , Click on Costomize Columns and Filter(Ctrl+U), stay Comment Tick the front .
边栏推荐
- Setting up a dual machine debugging environment for drive development (vs2017)
- Recursion of function [easy to understand]
- [untitled]
- Maya coffee machine modeling
- Prevent static decompilation, dynamic debugging and plug-in
- Siyuan notes V2.1.2 synchronization problem
- Jedi survive and eat chicken F12 screenshot save path reference
- Rotation matrix derivation process
- Batch download files from the server to the local
- Sword finger offer 48. the longest substring without repeated characters
猜你喜欢

Meshlab & PCL ISS key points

In the spring of domestic databases

Description of large and small end mode
思源笔记 v2.1.2 同步问题

Techempower web framework performance test 21st round results release --asp Net core continue to move forward

Tencent Browser service TBS usage

02 | environment preparation: how to install and configure a basic PHP development environment under windows?

Analysis of the basic concept of digital warehouse

Basic idea of regularization

How to export map files tutorial
随机推荐
02 | 环境准备:如何在windows下安装和配置一个基本的php开发环境?
2019 Hangdian multi school first 6581 vacation [thinking]
Emergency lighting design of large stadiums and gymnasiums
Mysql8.0 learning record 19 - Page segments and tablespaces
How to convert the world coordinates of unity's camera into view matrix
Original reverse compensation and size end
Nezha monitoring - server status monitoring, SSL certificate change expiration, Ping monitoring and scheduled task reminder
Machine learning_ Data processing and model evaluation
[laser principle and application -6]:q switching element and Q drive circuit board
LSTM and Gru of RNN_ Attention mechanism
Unity3d eventsystem (event)
Summary of articles in 2020
信道状态信息(CSI)共轭相乘去噪法
Common methods of string class
Getting started with COM programming 1- creating projects and writing interfaces
Database index: index is not a panacea
Sword finger offer 48. the longest substring without repeated characters
Unit DLU of resource editor
【JVM学习04】JMM内存模型
聊下自己转型测试开发的历程