Lines Matching refs:interface
40 published interface XStatement;
41 published interface XRow;
42 published interface XRowUpdate;
43 published interface XResultSet;
44 published interface XResultSetUpdate;
45 published interface XResultSetMetaDataSupplier;
46 published interface XWarningsSupplier;
47 published interface XColumnLocate;
48 published interface XCloseable;
102 [optional] interface com::sun::star::lang::XComponent;
112 This interface is mandatory only for JDBC conformance,
116 [optional] interface XCloseable;
119 interface com::sun::star::beans::XPropertySet;
130 This interface is mandatory only for JDBC conformance, otherwise it is optional.
133 [optional] interface XWarningsSupplier;
138 interface XResultSetMetaDataSupplier;
141 /** is the interface for navigating on the rows on a result set.
143 interface XResultSet;
146 /** is the interface for updating row data to the database.
152 [optional] interface XResultSetUpdate;
155 /** is the interface for accessing the data of the current row.
157 interface XRow;
162 interface XColumnLocate;
165 /** is the interface for updating the data of the current row.
171 [optional] interface XRowUpdate;