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 XNameAccess.idl:32
Definition Ambiguous.idl:20
provides access to a table of data.
Definition ResultSet.idl:79
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
interface XRowSet
used to execute and to add/remove listeners.
Definition RowSet.idl:61
interface XColumnLocate
allows locating columns whose name is known only.
Definition RowSet.idl:68
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
interface XParameters
Definition RowSet.idl:64
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