Lines Matching refs:schema
101 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, const ::rtl::OUSt… in getColumnPrivileges()
104 …return impl_callResultSetMethodWithStrings( "getColumnPrivileges", mID, catalog, schema, table, &c… in getColumnPrivileges()
244 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getVersionColumns()
247 return impl_callResultSetMethodWithStrings( "getVersionColumns", mID, catalog, schema, table ); in getVersionColumns()
323 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getExportedKeys()
326 return impl_callResultSetMethodWithStrings( "getExportedKeys", mID, catalog, schema, table ); in getExportedKeys()
330 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getImportedKeys()
333 return impl_callResultSetMethodWithStrings( "getImportedKeys", mID, catalog, schema, table ); in getImportedKeys()
337 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getPrimaryKeys()
340 return impl_callResultSetMethodWithStrings( "getPrimaryKeys", mID, catalog, schema, table ); in getPrimaryKeys()
344 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getIndexInfo()
362 args[1].l = schema.toChar() == '%' ? NULL : convertwchar_tToJavaString(t.pEnv,schema); in getIndexInfo()
385 … const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Int32 scope, in getBestRowIdentifier()
403 args[1].l = schema.toChar() == '%' ? NULL : convertwchar_tToJavaString(t.pEnv,schema); in getBestRowIdentifier()