Cmdlets for Neo4j

Build 24.0.9062

Select-Neo4j Cmdlet

Parameters   Output Objects  

Neo4j データを検索します。

Syntax

Select-Neo4j [parameters]

Remarks

Select-Neo4j コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてNeo4j データを検索できます。

$conn = Connect-Neo4j -server "localhost" -port "7474" -user "neo4j" -password "password"
Select-Neo4j -Connection $conn -Table "ProductCategory" -Columns @("CategoryId","CategoryName") -Where "CategoryOwner='Bob'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062