Package org.neo4j.jdbc.impl
Class ListArray
- java.lang.Object
-
- org.neo4j.jdbc.Neo4jArray
-
- org.neo4j.jdbc.impl.ListArray
-
- All Implemented Interfaces:
Array
public class ListArray extends Neo4jArray
- Since:
- 3.0.0
- Author:
- AgileLARUS
-
-
Field Summary
-
Fields inherited from class org.neo4j.jdbc.Neo4jArray
TYPES_SUPPORTED, TYPES_UNSUPPORTED
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ObjectgetArray()intgetBaseType()StringgetBaseTypeName()inthashCode()-
Methods inherited from class org.neo4j.jdbc.Neo4jArray
free, getArray, getArray, getArray, getObjectType, getResultSet, getResultSet, getResultSet, getResultSet
-
-
-
-
Constructor Detail
-
ListArray
public ListArray(List list, int type)
-
ListArray
public ListArray(String typeName, Object[] elements) throws SQLException
- Throws:
SQLException
-
-
Method Detail
-
getBaseTypeName
public String getBaseTypeName() throws SQLException
- Specified by:
getBaseTypeNamein interfaceArray- Overrides:
getBaseTypeNamein classNeo4jArray- Throws:
SQLException
-
getBaseType
public int getBaseType() throws SQLException- Specified by:
getBaseTypein interfaceArray- Overrides:
getBaseTypein classNeo4jArray- Throws:
SQLException
-
getArray
public Object getArray() throws SQLException
- Specified by:
getArrayin interfaceArray- Overrides:
getArrayin classNeo4jArray- Throws:
SQLException
-
-