Package org.duckdb
Class DuckDBArray
- java.lang.Object
-
- org.duckdb.DuckDBArray
-
- All Implemented Interfaces:
java.sql.Array
public class DuckDBArray extends java.lang.Object implements java.sql.Array
-
-
Constructor Summary
Constructors Constructor Description DuckDBArray(org.duckdb.DuckDBVector vector, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfree()java.lang.ObjectgetArray()java.lang.ObjectgetArray(long index, int count)java.lang.ObjectgetArray(long index, int count, java.util.Map<java.lang.String,java.lang.Class<?>> map)java.lang.ObjectgetArray(java.util.Map<java.lang.String,java.lang.Class<?>> map)intgetBaseType()java.lang.StringgetBaseTypeName()java.sql.ResultSetgetResultSet()java.sql.ResultSetgetResultSet(long index, int count)java.sql.ResultSetgetResultSet(long index, int count, java.util.Map<java.lang.String,java.lang.Class<?>> map)java.sql.ResultSetgetResultSet(java.util.Map<java.lang.String,java.lang.Class<?>> map)
-
-
-
Method Detail
-
free
public void free() throws java.sql.SQLException- Specified by:
freein interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getArray
public java.lang.Object getArray() throws java.sql.SQLException- Specified by:
getArrayin interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getArray
public java.lang.Object getArray(java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException- Specified by:
getArrayin interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getArray
public java.lang.Object getArray(long index, int count) throws java.sql.SQLException- Specified by:
getArrayin interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getArray
public java.lang.Object getArray(long index, int count, java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException- Specified by:
getArrayin interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getBaseType
public int getBaseType() throws java.sql.SQLException- Specified by:
getBaseTypein interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getBaseTypeName
public java.lang.String getBaseTypeName() throws java.sql.SQLException- Specified by:
getBaseTypeNamein interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getResultSet
public java.sql.ResultSet getResultSet() throws java.sql.SQLException- Specified by:
getResultSetin interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getResultSet
public java.sql.ResultSet getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException- Specified by:
getResultSetin interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getResultSet
public java.sql.ResultSet getResultSet(long index, int count) throws java.sql.SQLException- Specified by:
getResultSetin interfacejava.sql.Array- Throws:
java.sql.SQLException
-
getResultSet
public java.sql.ResultSet getResultSet(long index, int count, java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException- Specified by:
getResultSetin interfacejava.sql.Array- Throws:
java.sql.SQLException
-
-