Constant Field Values
Contents
org.neo4j.*
-
org.neo4j.jdbc.Neo4jDatabaseMetaData Modifier and Type Constant Field Value public static final StringGET_DBMS_FUNCTIONS"CALL dbms.functions() YIELD name RETURN name ORDER BY name ASC"protected static final intPROPERTY_SAMPLE_SIZE1000 -
org.neo4j.jdbc.Neo4jDataSource Modifier and Type Constant Field Value public static final StringNEO4J_JDBC_PREFIX"jdbc:neo4j:" -
org.neo4j.jdbc.Neo4jDriver Modifier and Type Constant Field Value protected static final StringJDBC_PREFIX"jdbc:neo4j:" -
org.neo4j.jdbc.Neo4jResultSet Modifier and Type Constant Field Value protected static final StringCOLUMN_NOT_PRESENT"Column not present in ResultSet"public static final intDEFAULT_CONCURRENCY1007protected static final intDEFAULT_FETCH_SIZE1public static final intDEFAULT_HOLDABILITY2public static final intDEFAULT_TYPE1003
-
org.neo4j.jdbc.impl.Neo4jConnectionImpl Modifier and Type Constant Field Value protected static final StringFASTEST_STATEMENT"RETURN 1"