Devlive 开源社区 本次搜索耗时 0.394 秒,为您找到 382 个相关结果.
  • JDO v JPA : API

    632 2024-05-25 《Apache JDO 3.2.1》
    The two persistence standards in Java have very similar API’s on the face of it. Here we give a comparison of the method calls and their equivalent in the other API. Operation...
  • Configure Kyuubi to Use JDBC Authentication

    611 2024-07-05 《Apache Kyuubi 1.9.1》
    Enable JDBC Authentication Configure the authentication properties Authentication with In-memory Database Kyuubi supports authentication via JDBC query. A query is prepared wit...
  • Amazon Athena

    To read a OneTable synced target table (regardless of the table format) in Amazon Athena, you can create the table either by: Using a DDL statement as mentioned in the following...
  • WITH

    606 2024-06-24 《Apache AGE 0.6.0》
    Introduction Filter on aggregate function results Sort results before using collect on them Limit branching of a path search Introduction Using WITH , you can manipulate the ...
  • Administrator CLI

    597 2024-07-05 《Apache Kyuubi 1.9.1》
    Usage Manage kyuubi servers List server Create server Get server Delete server Manage kyuubi engines List engine Get engine Delete engine Usage bin / kyuubi - ctl -- h...
  • Object

    597 2024-06-05 《Ramda 0.1.4》
    clone values eqProps keys omit pick pickAll project prop props where clone {*} → {*} Parameters valueThe object or array to clone Returns * A deeply cloned copy...
  • RETURN

    596 2024-06-24 《Apache AGE 0.6.0》
    Return nodes Return edges Return property Return all elements Variable with uncommon characters Aliasing a field Optional properties Other expressions Unique results In t...
  • Graphs

    596 2024-06-24 《Apache AGE 0.6.0》
    Create a Graph create_graph() Delete a Graph drop_graph() How Graphs Are Stored In Postgres A graph consists of a set of vertices and edges, where each individual node and ed...
  • List Functions

    594 2024-06-24 《Apache AGE 0.6.0》
    Data Setup keys range labels nodes relationships toBooleanList Data Setup SELECT * from cypher ( 'graph_name' , $$ CREATE ( A : Person { name : 'Alice' , age ...
  • CREATE

    584 2024-06-24 《Apache AGE 0.6.0》
    Terminal CREATE clauses Create single vertex Create multiple vertices Create a vertex with a label Create a vertex with labels and properties Return created node Create an ed...