All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apoc.SystemPropertyKeys Maven / Gradle / Ivy

There is a newer version: 5.25.1
Show newest version
package apoc;

public enum SystemPropertyKeys  {
    database,
    name,

    // cypher stored procedures/functions
    lastUpdated,
    statement,
    inputs,
    description,
    mode,
    outputs,
    output,
    forceSingle,
    prefix,

    // triggers
    selector,
    params,
    paused,

    // dv
    data,
    
    // uuid handler
    label,
    addToSetLabel,
    propertyName
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy