OrientDB控制臺模式

2018-12-21 14:14 更新

OrientDB控制臺是一個用于對OrientDB數(shù)據(jù)庫和服務(wù)器實例進行工作的Java應(yīng)用程序。OrientDB支持幾種控制臺模式。

交互模式

這是默認(rèn)模式。只需通過執(zhí)行以下腳本bin / console.sh(或MS Windows系統(tǒng)中的bin / console.bat)啟動控制臺。確保對它有執(zhí)行權(quán)限。

OrientDB console v.1.6.6 www.orientechnologies.com 
Type 'help' to display all the commands supported.
  
orientdb>

完成后,控制臺準(zhǔn)備好接受命令。

批處理模式

要以批處理方式執(zhí)行命令,請運行以下bin / console.sh(或MS Windows系統(tǒng)中的bin / console.bat)腳本,傳遞使用分號“;”分隔的所有命令。

orientdb> console.bat "connect remote:localhost/demo;select * from profile"

或者調(diào)用控制臺腳本以包含要執(zhí)行的命令列表的文本格式傳遞文件的名稱。 命令必須用分號“;”分隔。

Command.txt包含要通過OrientDB控制臺執(zhí)行的命令列表。 以下命令從command.txt文件接受批處理命令。

orientdb> console.bat commands.txt 

在批處理模式下,您可以忽略錯誤,讓腳本通過將“ignoreErrors”變量設(shè)置為true來繼續(xù)執(zhí)行。

orientdb> set ignoreErrors true

啟用回顯

當(dāng)您在管道中運行控制臺命令時,您將需要顯示它們。 通過在開始時將其設(shè)置為屬性來啟用命令的“echo”。 以下是在OrientDB控制臺中啟用echo屬性的語法。

orientdb> set echo true
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號