dbschema實用程式
dbschema 實用程式列印複製指定表、檢視或資料庫所需的 SQL 語句。它還顯示 UPDATE STATISTICS 語句建立的分發。
可以將 dbschema 實用程式用於以下用途:
顯示 SQL 語句(模式),這是複製資料庫或特定表、檢視、同義詞、序列或過程所必需的。
顯示 Information Schema 檢視的模式
顯示為資料庫中的一個或多個表儲存的分佈資訊
顯示有關使用者定義的資料型別和行型別的資訊
警告:
使用 dbschema 實用程式可以增加資料庫中的序列物件,而在生成的數字中建立間隔則可能不是那些需要序列化整數的應用程式所期望的。
使用 dbschema 且只指定了資料庫名稱時,等價於使用帶所有選項(除了 -hd 和 -ss 選項)的 dbschema。另外,如果為資料庫建立了“資訊模式”檢視,則將顯示此模式。例如:以下兩個命令是等價的:
dbschema -d stores_demo
dbschema -s all -p all -t all -f all -d stores_demo
經常使用的匯出資料庫所有資訊的語句。
dbschema -s all -p all -t all -f all -d stores_demo -ss stores.sql
[informix@test ~]$ dbschema
DBSCHEMA Database Schema UtilityINFORMIX-SQL Version 10.00.UC4
Copyright IBM Corporation 1996, 2004 All rights reserved
Software Serial Number AAA#B000000
USAGE:
dbschema [-q] [-t tabname] [-s user] [-p user] [-r rolename] [-f procname]
[-hd tabname] -d dbname [-w passwd] [-seq sequence] [-l [num]]
[-u [ia] udtname [all]] [-it [Type]] [-ss [-si]] [filename]
-q Suppress the db version from header
-t table name or "all" for all tables
-s synonyms created by user name
or "all" for all users
-p permissions granted to user name
or "all" for all users
-r create and grant of the role
or "all" for all roles :Not a valid option for SE
-f SPL routine name
or "all" for all SPL routines
-hd Histograms of the distribution for columns of
of a specified table, a specific table column,
or "all" for all tables.
-d database name
-w database password
-seq generate sequence specific syntax
-u Prints the definitions of user-defined data types
-ui Prints the definitions of user-defined data types,
including type inheritance
-ua Prints the definitions of user-defined data types,
including all functions and casts defined over a type
-u all Directs dbschema to include all the tables
in the display of distributions
-it Type of isolation can be DR, CR, CS or RR
-l set lock mode to wait [number] optional
-ss generate server specific syntax
-si excludes the generation of index storage clauses for
non-fragmented tables
filename is the name
of file that the SQL
script goes in.
[informix@test ~]$
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/312079/viewspace-245624/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oncheck實用程式
- [實踐] xcp實用程式
- 5,gawk實用程式
- 實用JS程式碼大全JS
- GeneralUpdate實現應用程式更新
- c語言實用小程式C語言
- 用Python開發實用程式 – 計算器Python
- 【實用】需要收藏備用的JQuery程式碼片段jQuery
- 建立安全PHP應用程式的實用建議PHP
- Python 程式設計實用技巧Python程式設計
- framebuffer應用程式設計實踐程式設計
- 用Python實現守護程式Python
- 實用程式-從DNS 查IP(轉)DNS
- js實現開啟應用程式程式碼例項JS
- 用70行程式碼實現日誌分析程式行程
- Rust 程式設計,用 vector 實現棧Rust程式設計
- 用程式碼來實踐Web快取Web快取
- Android 開發實用程式碼收集Android
- 低程式碼行業應用實戰行業
- 實戰Comet 應用程式開發
- 自己寫的部分實用的程式碼
- Perl 作為命令列實用程式(轉)命令列
- Windows XP 實用程式大總結(轉)Windows
- MyBatis程式碼生成器的實用MyBatis
- 批次上傳iOS應用程式截圖的實用技巧iOS
- 用 OSGi 應用程式開發和工作的最佳實踐
- 程式設計師程式設計的10個實用技巧程式設計師
- 實用的檢測解析度的程式程式碼 (轉)
- ThinkPHP開發的實用小程式原始碼PHP原始碼
- 用Promise實現小程式介面鏈式呼叫Promise
- Flutter 應用程式佈局的最佳實踐Flutter
- 實用的四個shell程式設計題程式設計
- [譯] 用 Java 程式碼實現區塊鏈Java區塊鏈
- 微信小程式實用小元件:自定義tabbar微信小程式元件tabBar
- 10個非常實用的程式設計技巧程式設計
- Web程式設計師最實用資源Web程式設計師
- 實現熱鍵啟用後臺程式 (轉)
- 非常實用的PHP程式碼片段推薦PHP