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.26.1
Show newest version
package apoc;

public enum SystemPropertyKeys  {
    database,
    name,

    // cypher stored procedures/functions
    lastUpdated,
    statement,

    // triggers
    selector,
    params,
    paused,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy