KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > sql > Array

java.sql
Interface Array

All Known Implementing Classes:
SerialArray
See Also:
Top Examples, Source Code, SQLData

Object getArray()
                throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object getArray(Map<String,Class<?>> map)
                throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object getArray(long index,
                int count)
                throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object getArray(long index,
                int count,
                Map<String,Class<?>> map)
                throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getBaseType()
                throws SQLException
See Also:
Types
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getBaseTypeName()
                       throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


ResultSet getResultSet()
                       throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


ResultSet getResultSet(Map<String,Class<?>> map)
                       throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


ResultSet getResultSet(long index,
                       int count)
                       throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


ResultSet getResultSet(long index,
                       int count,
                       Map<String,Class<?>> map)
                       throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags