Lines Matching refs:SAL_CALL

81 …        sal_Bool SAL_CALL allProceduresAreCallable()			throw(my_SQLException, my_RuntimeException);
82 … sal_Bool SAL_CALL allTablesAreSelectable() throw(my_SQLException, my_RuntimeException);
83 OUString SAL_CALL getURL() throw(my_SQLException, my_RuntimeException);
84 OUString SAL_CALL getUserName() throw(my_SQLException, my_RuntimeException);
85 sal_Bool SAL_CALL isReadOnly() throw(my_SQLException, my_RuntimeException);
86 sal_Bool SAL_CALL nullsAreSortedHigh() throw(my_SQLException, my_RuntimeException);
87 sal_Bool SAL_CALL nullsAreSortedLow() throw(my_SQLException, my_RuntimeException);
88 … sal_Bool SAL_CALL nullsAreSortedAtStart() throw(my_SQLException, my_RuntimeException);
89 sal_Bool SAL_CALL nullsAreSortedAtEnd() throw(my_SQLException, my_RuntimeException);
90 OUString SAL_CALL getDatabaseProductName() throw(my_SQLException, my_RuntimeException);
91 … OUString SAL_CALL getDatabaseProductVersion() throw(my_SQLException, my_RuntimeException);
92 OUString SAL_CALL getDriverName() throw(my_SQLException, my_RuntimeException);
93 OUString SAL_CALL getDriverVersion() throw(my_SQLException, my_RuntimeException);
94 sal_Int32 SAL_CALL getDriverMajorVersion() throw(my_RuntimeException);
95 sal_Int32 SAL_CALL getDriverMinorVersion() throw(my_RuntimeException);
96 sal_Bool SAL_CALL usesLocalFiles() throw(my_SQLException, my_RuntimeException);
97 … sal_Bool SAL_CALL usesLocalFilePerTable() throw(my_SQLException, my_RuntimeException);
98 … sal_Bool SAL_CALL supportsMixedCaseIdentifiers() throw(my_SQLException, my_RuntimeException);
99 … sal_Bool SAL_CALL storesUpperCaseIdentifiers() throw(my_SQLException, my_RuntimeException);
100 … sal_Bool SAL_CALL storesLowerCaseIdentifiers() throw(my_SQLException, my_RuntimeException);
101 … sal_Bool SAL_CALL storesMixedCaseIdentifiers() throw(my_SQLException, my_RuntimeException);
102 …sal_Bool SAL_CALL supportsMixedCaseQuotedIdentifiers() throw(my_SQLException, my_RuntimeException);
103 … sal_Bool SAL_CALL storesUpperCaseQuotedIdentifiers() throw(my_SQLException, my_RuntimeException);
104 … sal_Bool SAL_CALL storesLowerCaseQuotedIdentifiers() throw(my_SQLException, my_RuntimeException);
105 … sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers() throw(my_SQLException, my_RuntimeException);
106 … OUString SAL_CALL getIdentifierQuoteString() throw(my_SQLException, my_RuntimeException);
107 OUString SAL_CALL getSQLKeywords() throw(my_SQLException, my_RuntimeException);
108 OUString SAL_CALL getNumericFunctions() throw(my_SQLException, my_RuntimeException);
109 OUString SAL_CALL getStringFunctions() throw(my_SQLException, my_RuntimeException);
110 OUString SAL_CALL getSystemFunctions() throw(my_SQLException, my_RuntimeException);
111 OUString SAL_CALL getTimeDateFunctions() throw(my_SQLException, my_RuntimeException);
112 OUString SAL_CALL getSearchStringEscape() throw(my_SQLException, my_RuntimeException);
113 OUString SAL_CALL getExtraNameCharacters() throw(my_SQLException, my_RuntimeException);
114 … sal_Bool SAL_CALL supportsAlterTableWithAddColumn() throw(my_SQLException, my_RuntimeException);
115 … sal_Bool SAL_CALL supportsAlterTableWithDropColumn() throw(my_SQLException, my_RuntimeException);
116 … sal_Bool SAL_CALL supportsColumnAliasing() throw(my_SQLException, my_RuntimeException);
117 … sal_Bool SAL_CALL nullPlusNonNullIsNull() throw(my_SQLException, my_RuntimeException);
118 … sal_Bool SAL_CALL supportsTypeConversion() throw(my_SQLException, my_RuntimeException);
119 sal_Bool SAL_CALL supportsConvert(sal_Int32 fromType, sal_Int32 toType)
121 … sal_Bool SAL_CALL supportsTableCorrelationNames() throw(my_SQLException, my_RuntimeException);
122 …sal_Bool SAL_CALL supportsDifferentTableCorrelationNames() throw(my_SQLException, my_RuntimeExcept…
123 … sal_Bool SAL_CALL supportsExpressionsInOrderBy() throw(my_SQLException, my_RuntimeException);
124 … sal_Bool SAL_CALL supportsOrderByUnrelated() throw(my_SQLException, my_RuntimeException);
125 sal_Bool SAL_CALL supportsGroupBy() throw(my_SQLException, my_RuntimeException);
126 … sal_Bool SAL_CALL supportsGroupByUnrelated() throw(my_SQLException, my_RuntimeException);
127 … sal_Bool SAL_CALL supportsGroupByBeyondSelect() throw(my_SQLException, my_RuntimeException);
128 … sal_Bool SAL_CALL supportsLikeEscapeClause() throw(my_SQLException, my_RuntimeException);
129 … sal_Bool SAL_CALL supportsMultipleResultSets() throw(my_SQLException, my_RuntimeException);
130 … sal_Bool SAL_CALL supportsMultipleTransactions() throw(my_SQLException, my_RuntimeException);
131 … sal_Bool SAL_CALL supportsNonNullableColumns() throw(my_SQLException, my_RuntimeException);
132 … sal_Bool SAL_CALL supportsMinimumSQLGrammar() throw(my_SQLException, my_RuntimeException);
133 … sal_Bool SAL_CALL supportsCoreSQLGrammar() throw(my_SQLException, my_RuntimeException);
134 … sal_Bool SAL_CALL supportsExtendedSQLGrammar() throw(my_SQLException, my_RuntimeException);
135 … sal_Bool SAL_CALL supportsANSI92EntryLevelSQL() throw(my_SQLException, my_RuntimeException);
136 … sal_Bool SAL_CALL supportsANSI92IntermediateSQL() throw(my_SQLException, my_RuntimeException);
137 … sal_Bool SAL_CALL supportsANSI92FullSQL() throw(my_SQLException, my_RuntimeException);
138 …sal_Bool SAL_CALL supportsIntegrityEnhancementFacility()throw(my_SQLException, my_RuntimeException…
139 sal_Bool SAL_CALL supportsOuterJoins() throw(my_SQLException, my_RuntimeException);
140 … sal_Bool SAL_CALL supportsFullOuterJoins() throw(my_SQLException, my_RuntimeException);
141 … sal_Bool SAL_CALL supportsLimitedOuterJoins() throw(my_SQLException, my_RuntimeException);
142 OUString SAL_CALL getSchemaTerm() throw(my_SQLException, my_RuntimeException);
143 OUString SAL_CALL getProcedureTerm() throw(my_SQLException, my_RuntimeException);
144 OUString SAL_CALL getCatalogTerm() throw(my_SQLException, my_RuntimeException);
145 sal_Bool SAL_CALL isCatalogAtStart() throw(my_SQLException, my_RuntimeException);
146 OUString SAL_CALL getCatalogSeparator() throw(my_SQLException, my_RuntimeException);
147 … sal_Bool SAL_CALL supportsSchemasInDataManipulation() throw(my_SQLException, my_RuntimeException);
148 … sal_Bool SAL_CALL supportsSchemasInProcedureCalls() throw(my_SQLException, my_RuntimeException);
149 … sal_Bool SAL_CALL supportsSchemasInTableDefinitions() throw(my_SQLException, my_RuntimeException);
150 … sal_Bool SAL_CALL supportsSchemasInIndexDefinitions() throw(my_SQLException, my_RuntimeException);
151 …sal_Bool SAL_CALL supportsSchemasInPrivilegeDefinitions() throw(my_SQLException, my_RuntimeExcepti…
152 …sal_Bool SAL_CALL supportsCatalogsInDataManipulation() throw(my_SQLException, my_RuntimeException);
153 … sal_Bool SAL_CALL supportsCatalogsInProcedureCalls() throw(my_SQLException, my_RuntimeException);
154 …sal_Bool SAL_CALL supportsCatalogsInTableDefinitions() throw(my_SQLException, my_RuntimeException);
155 …sal_Bool SAL_CALL supportsCatalogsInIndexDefinitions() throw(my_SQLException, my_RuntimeException);
156 …sal_Bool SAL_CALL supportsCatalogsInPrivilegeDefinitions() throw(my_SQLException, my_RuntimeExcept…
157 … sal_Bool SAL_CALL supportsPositionedDelete() throw(my_SQLException, my_RuntimeException);
158 … sal_Bool SAL_CALL supportsPositionedUpdate() throw(my_SQLException, my_RuntimeException);
159 … sal_Bool SAL_CALL supportsSelectForUpdate() throw(my_SQLException, my_RuntimeException);
160 … sal_Bool SAL_CALL supportsStoredProcedures() throw(my_SQLException, my_RuntimeException);
161 … sal_Bool SAL_CALL supportsSubqueriesInComparisons() throw(my_SQLException, my_RuntimeException);
162 … sal_Bool SAL_CALL supportsSubqueriesInExists() throw(my_SQLException, my_RuntimeException);
163 … sal_Bool SAL_CALL supportsSubqueriesInIns() throw(my_SQLException, my_RuntimeException);
164 … sal_Bool SAL_CALL supportsSubqueriesInQuantifieds() throw(my_SQLException, my_RuntimeException);
165 … sal_Bool SAL_CALL supportsCorrelatedSubqueries() throw(my_SQLException, my_RuntimeException);
166 sal_Bool SAL_CALL supportsUnion() throw(my_SQLException, my_RuntimeException);
167 sal_Bool SAL_CALL supportsUnionAll() throw(my_SQLException, my_RuntimeException);
168 … sal_Bool SAL_CALL supportsOpenCursorsAcrossCommit() throw(my_SQLException, my_RuntimeException);
169 … sal_Bool SAL_CALL supportsOpenCursorsAcrossRollback() throw(my_SQLException, my_RuntimeException);
170 …sal_Bool SAL_CALL supportsOpenStatementsAcrossCommit() throw(my_SQLException, my_RuntimeException);
171 …sal_Bool SAL_CALL supportsOpenStatementsAcrossRollback() throw(my_SQLException, my_RuntimeExceptio…
172 … sal_Int32 SAL_CALL getMaxBinaryLiteralLength() throw(my_SQLException, my_RuntimeException);
173 … sal_Int32 SAL_CALL getMaxCharLiteralLength() throw(my_SQLException, my_RuntimeException);
174 … sal_Int32 SAL_CALL getMaxColumnNameLength() throw(my_SQLException, my_RuntimeException);
175 … sal_Int32 SAL_CALL getMaxColumnsInGroupBy() throw(my_SQLException, my_RuntimeException);
176 … sal_Int32 SAL_CALL getMaxColumnsInIndex() throw(my_SQLException, my_RuntimeException);
177 … sal_Int32 SAL_CALL getMaxColumnsInOrderBy() throw(my_SQLException, my_RuntimeException);
178 … sal_Int32 SAL_CALL getMaxColumnsInSelect() throw(my_SQLException, my_RuntimeException);
179 … sal_Int32 SAL_CALL getMaxColumnsInTable() throw(my_SQLException, my_RuntimeException);
180 sal_Int32 SAL_CALL getMaxConnections() throw(my_SQLException, my_RuntimeException);
181 … sal_Int32 SAL_CALL getMaxCursorNameLength() throw(my_SQLException, my_RuntimeException);
182 sal_Int32 SAL_CALL getMaxIndexLength() throw(my_SQLException, my_RuntimeException);
183 … sal_Int32 SAL_CALL getMaxSchemaNameLength() throw(my_SQLException, my_RuntimeException);
184 … sal_Int32 SAL_CALL getMaxProcedureNameLength() throw(my_SQLException, my_RuntimeException);
185 … sal_Int32 SAL_CALL getMaxCatalogNameLength() throw(my_SQLException, my_RuntimeException);
186 sal_Int32 SAL_CALL getMaxRowSize() throw(my_SQLException, my_RuntimeException);
187 … sal_Bool SAL_CALL doesMaxRowSizeIncludeBlobs() throw(my_SQLException, my_RuntimeException);
188 … sal_Int32 SAL_CALL getMaxStatementLength() throw(my_SQLException, my_RuntimeException);
189 sal_Int32 SAL_CALL getMaxStatements() throw(my_SQLException, my_RuntimeException);
190 … sal_Int32 SAL_CALL getMaxTableNameLength() throw(my_SQLException, my_RuntimeException);
191 … sal_Int32 SAL_CALL getMaxTablesInSelect() throw(my_SQLException, my_RuntimeException);
192 … sal_Int32 SAL_CALL getMaxUserNameLength() throw(my_SQLException, my_RuntimeException);
193 … sal_Int32 SAL_CALL getDefaultTransactionIsolation() throw(my_SQLException, my_RuntimeException);
194 sal_Bool SAL_CALL supportsTransactions() throw(my_SQLException, my_RuntimeException);
195 sal_Bool SAL_CALL supportsTransactionIsolationLevel(sal_Int32 level)
197 sal_Bool SAL_CALL supportsDataDefinitionAndDataManipulationTransactions()
199 …sal_Bool SAL_CALL supportsDataManipulationTransactionsOnly()throw(my_SQLException, my_RuntimeExcep…
200 …sal_Bool SAL_CALL dataDefinitionCausesTransactionCommit() throw(my_SQLException, my_RuntimeExcepti…
201 …sal_Bool SAL_CALL dataDefinitionIgnoredInTransactions() throw(my_SQLException, my_RuntimeExceptio…
202 …my_XResultSetRef SAL_CALL getProcedures(const Any& catalog, const OUString& schemaPattern, const O…
203 …my_XResultSetRef SAL_CALL getProcedureColumns(const Any& catalog, const OUString& schemaPattern, c…
204 …my_XResultSetRef SAL_CALL getTables(const Any& catalog, const OUString& schemaPattern, const OUStr…
205 my_XResultSetRef SAL_CALL getSchemas() throw(my_SQLException, my_RuntimeException);
206 my_XResultSetRef SAL_CALL getCatalogs() throw(my_SQLException, my_RuntimeException);
207 my_XResultSetRef SAL_CALL getTableTypes() throw(my_SQLException, my_RuntimeException);
208 …my_XResultSetRef SAL_CALL getColumns(const Any& catalog, const OUString& schemaPattern, const OUSt…
209 …my_XResultSetRef SAL_CALL getColumnPrivileges(const Any& catalog, const OUString& schema, const OU…
210 …my_XResultSetRef SAL_CALL getTablePrivileges(const Any& catalog, const OUString& schemaPattern, co…
211 …my_XResultSetRef SAL_CALL getBestRowIdentifier(const Any& catalog, const OUString& schema, const O…
212 …my_XResultSetRef SAL_CALL getVersionColumns(const Any& catalog, const OUString& schema, const OUSt…
213 …my_XResultSetRef SAL_CALL getPrimaryKeys(const Any& catalog, const OUString& schema, const OUStrin…
214 …my_XResultSetRef SAL_CALL getImportedKeys(const Any& catalog, const OUString& schema, const OUStri…
215 …my_XResultSetRef SAL_CALL getExportedKeys(const Any& catalog, const OUString& schema, const OUStri…
216 …my_XResultSetRef SAL_CALL getCrossReference(const Any& primaryCatalog, const OUString& primarySche…
217 my_XResultSetRef SAL_CALL getTypeInfo() throw(my_SQLException, my_RuntimeException);
218 …my_XResultSetRef SAL_CALL getIndexInfo(const Any& catalog, const OUString& schema, const OUString&…
219 …sal_Bool SAL_CALL supportsResultSetType(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcept…
220 …sal_Bool SAL_CALL supportsResultSetConcurrency(sal_Int32 setType, sal_Int32 concurrency) throw(my_…
221 …sal_Bool SAL_CALL ownUpdatesAreVisible(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcepti…
222 …sal_Bool SAL_CALL ownDeletesAreVisible(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcepti…
223 …sal_Bool SAL_CALL ownInsertsAreVisible(sal_Int32 setType) throw(my_SQLException, my_RuntimeExcepti…
224 …sal_Bool SAL_CALL othersUpdatesAreVisible(sal_Int32 setType)throw(my_SQLException, my_RuntimeExcep…
225 …sal_Bool SAL_CALL othersDeletesAreVisible(sal_Int32 setType)throw(my_SQLException, my_RuntimeExcep…
226 …sal_Bool SAL_CALL othersInsertsAreVisible(sal_Int32 setType)throw(my_SQLException, my_RuntimeExcep…
227 …sal_Bool SAL_CALL updatesAreDetected(sal_Int32 setType) throw(my_SQLException, my_RuntimeExceptio…
228 …sal_Bool SAL_CALL deletesAreDetected(sal_Int32 setType) throw(my_SQLException, my_RuntimeExceptio…
229 …sal_Bool SAL_CALL insertsAreDetected(sal_Int32 setType) throw(my_SQLException, my_RuntimeExceptio…
230 sal_Bool SAL_CALL supportsBatchUpdates() throw(my_SQLException, my_RuntimeException);
231 …my_XResultSetRef SAL_CALL getUDTs(const Any& catalog, const OUString& schemaPattern, const OUStrin…
232 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection() t…