OrientDB控制臺(tái)模式

2018-12-21 14:14 更新

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

交互模式

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

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

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

批處理模式

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

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

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

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

orientdb> console.bat commands.txt 

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

orientdb> set ignoreErrors true

啟用回顯

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

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

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)