19 #ifndef __com_sun_star_sdbc_RowSet_idl__
20 #define __com_sun_star_sdbc_RowSet_idl__
25 module com { module sun { module star { module container {
26 published
interface XNameAccess;
29 module com { module sun { module star { module sdbc {
31 published
interface XRowSet;
32 published
interface XParameters;
77 [property]
string DataSourceName;
82 [property]
string URL;
provides access to a table of data.
Definition: ResultSet.idl:86
string User
determines the user for whom to open the connection.
Definition: RowSet.idl:155
long MaxFieldSize
returns the maximum number of bytes allowed for any column value.
Definition: RowSet.idl:142
string URL
is the connection URL.
Definition: RowSet.idl:82
string Password
determines the user for whom to open the connection.
Definition: RowSet.idl:160
long QueryTimeOut
retrieves the number of seconds the driver will wait for a Statement to execute.
Definition: RowSet.idl:116
long TransactionIsolation
indicates the transaction isolation level, which should be used for the connection.
Definition: RowSet.idl:93
string Command
is the command which should be executed.
Definition: RowSet.idl:87
enhances the functionality of a result set.
Definition: XRowSet.idl:42
long ResultSetType
determine the result set type.
Definition: RowSet.idl:167
provides the possibility to find columns by their name.
Definition: XColumnLocate.idl:44
long MaxRows
retrieves the maximum number of rows that a ResultSet can contain.
Definition: RowSet.idl:150
com::sun::star::container::XNameAccess TypeMap
is the type map that will be used for the custom mapping of SQL structured types and distinct types...
Definition: RowSet.idl:99
is used to access named objects within a container.
Definition: XNameAccess.idl:39
boolean EscapeProcessing
returns if escape processing is on or off.
Definition: RowSet.idl:107
is a client side ResultSet, which combines the characteristics of a com::sun::star::sdbc::Statement a...
Definition: RowSet.idl:57
is used for parameter setting, commonly implemented in conjunction with PreparedStatements.
Definition: XParameters.idl:76