20 module
com { module sun { module star { module container {
21 published
interface XNameAccess;
24 module
com { module sun { module star { module sdbc {
26 published
interface XRowSet;
27 published
interface XParameters;
77 [property]
string URL;
is used to access named objects within a container.
Definition generated_idl_chapter_refs.idl:3916
provides the possibility to find columns by their name.
Definition XColumnLocate.idl:39
is used for parameter setting, commonly implemented in conjunction with PreparedStatements.
Definition XParameters.idl:65
enhances the functionality of a result set.
Definition XRowSet.idl:39
Definition Ambiguous.idl:20
provides access to a table of data.
Definition generated_idl_chapter_refs.idl:4219
is a client side ResultSet, which combines the characteristics of a com::sun::star::sdbc::Statement a...
Definition RowSet.idl:53
long ResultSetType
determine the result set type.
Definition RowSet.idl:162
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:94
string Command
is the command which should be executed.
Definition RowSet.idl:82
long MaxRows
retrieves the maximum number of rows that a ResultSet can contain.
Definition RowSet.idl:145
long QueryTimeOut
retrieves the number of seconds the driver will wait for a Statement to execute.
Definition RowSet.idl:111
string Password
determines the user for whom to open the connection.
Definition RowSet.idl:155
string User
determines the user for whom to open the connection.
Definition RowSet.idl:150
boolean EscapeProcessing
returns if escape processing is on or off.
Definition RowSet.idl:102
long TransactionIsolation
indicates the transaction isolation level, which should be used for the connection.
Definition RowSet.idl:88
string DataSourceName
is the name of a named datasource to use.
Definition RowSet.idl:72
long MaxFieldSize
returns the maximum number of bytes allowed for any column value.
Definition RowSet.idl:137
string URL
is the connection URL.
Definition RowSet.idl:77