apoc.SystemPropertyKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apoc-common Show documentation
Show all versions of apoc-common Show documentation
Data types package for Neo4j Procedures
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