| |
|
| java.lang.Object javax.sql.rowset.serial.SQLInputImpl
SQLInputImpl | public class SQLInputImpl implements SQLInput(Code) | | A concrete implementation of SQLInput. The readXXX methods will be called by
SQLData.readSQL, which read different objects such as Array, BigDecimal from
this SQLInputImpl object.
Different JDBC drivers may have their own implementation of SQLInput and
won't use this class.
|
Constructor Summary | |
public | SQLInputImpl(Object[] attributes, Map<String, Class<?>> map) Constructs a new SQLInputImpl object using an array of attributes and a
custom name-type map. |
SQLInputImpl | public SQLInputImpl(Object[] attributes, Map<String, Class<?>> map) throws SQLException(Code) | | Constructs a new SQLInputImpl object using an array of attributes and a
custom name-type map.
Parameters: attributes - -the array of given attribute objects. Parameters: map - -the UDT(user defined type) name-type map throws: SQLException - -if the attributes or the map is null |
|
|
|