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