An interface that defines the implementation of a factory that is used to obtain different types of RowSet implementations.
An interface that defines the implementation of a factory that is used to obtain different types of RowSet implementations.
(create-cached-row-set this)
Creates a new instance of a CachedRowSet.
returns: A new instance of a CachedRowSet. - javax.sql.rowset.CachedRowSet
throws: java.sql.SQLException - if a CachedRowSet cannot be created.
Creates a new instance of a CachedRowSet. returns: A new instance of a CachedRowSet. - `javax.sql.rowset.CachedRowSet` throws: java.sql.SQLException - if a CachedRowSet cannot be created.
(create-filtered-row-set this)
Creates a new instance of a FilteredRowSet.
returns: A new instance of a FilteredRowSet. - javax.sql.rowset.FilteredRowSet
throws: java.sql.SQLException - if a FilteredRowSet cannot be created.
Creates a new instance of a FilteredRowSet. returns: A new instance of a FilteredRowSet. - `javax.sql.rowset.FilteredRowSet` throws: java.sql.SQLException - if a FilteredRowSet cannot be created.
(create-jdbc-row-set this)
Creates a new instance of a JdbcRowSet.
returns: A new instance of a JdbcRowSet. - javax.sql.rowset.JdbcRowSet
throws: java.sql.SQLException - if a JdbcRowSet cannot be created.
Creates a new instance of a JdbcRowSet. returns: A new instance of a JdbcRowSet. - `javax.sql.rowset.JdbcRowSet` throws: java.sql.SQLException - if a JdbcRowSet cannot be created.
(create-join-row-set this)
Creates a new instance of a JoinRowSet.
returns: A new instance of a JoinRowSet. - javax.sql.rowset.JoinRowSet
throws: java.sql.SQLException - if a JoinRowSet cannot be created.
Creates a new instance of a JoinRowSet. returns: A new instance of a JoinRowSet. - `javax.sql.rowset.JoinRowSet` throws: java.sql.SQLException - if a JoinRowSet cannot be created.
(create-web-row-set this)
Creates a new instance of a WebRowSet.
returns: A new instance of a WebRowSet. - javax.sql.rowset.WebRowSet
throws: java.sql.SQLException - if a WebRowSet cannot be created.
Creates a new instance of a WebRowSet. returns: A new instance of a WebRowSet. - `javax.sql.rowset.WebRowSet` throws: java.sql.SQLException - if a WebRowSet cannot be created.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close