Liking cljdoc? Tell your friends :D

javax.sql.rowset.RowSetFactory

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.
raw docstring

create-cached-row-setclj

(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.
raw docstring

create-filtered-row-setclj

(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.
raw docstring

create-jdbc-row-setclj

(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.
raw docstring

create-join-row-setclj

(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.
raw docstring

create-web-row-setclj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close