Lines Matching refs:sal_Int32

134         sal_Int32 typeFilterCount = _types.getLength();  in getTables()
141 for ( sal_Int32 i=0; i<typeFilterCount; ++i, ++typeFilter ) in getTables()
250 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxBinaryLiteralLength( ) throw(SQLException, Run… in getMaxBinaryLiteralLength()
256 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxRowSize( ) throw(SQLException, RuntimeExceptio… in getMaxRowSize()
262 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxCatalogNameLength( ) throw(SQLException, Runti… in getMaxCatalogNameLength()
268 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxCharLiteralLength( ) throw(SQLException, Runti… in getMaxCharLiteralLength()
274 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxColumnNameLength( ) throw(SQLException, Runtim… in getMaxColumnNameLength()
280 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxColumnsInIndex( ) throw(SQLException, RuntimeE… in getMaxColumnsInIndex()
286 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxCursorNameLength( ) throw(SQLException, Runtim… in getMaxCursorNameLength()
292 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxConnections( ) throw(SQLException, RuntimeExce… in getMaxConnections()
298 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxColumnsInTable( ) throw(SQLException, RuntimeE… in getMaxColumnsInTable()
304 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxStatementLength( ) throw(SQLException, Runtime… in getMaxStatementLength()
310 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxTableNameLength( ) throw(SQLException, Runtime… in getMaxTableNameLength()
316 sal_Int32 java_sql_DatabaseMetaData::impl_getMaxTablesInSelect_throw( ) in impl_getMaxTablesInSelect_throw()
385 … const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Int32 scope, in getBestRowIdentifier()
444 ::std::map<sal_Int32,sal_Int32> aColumnMatching; in getTablePrivileges()
456 sal_Int32 nCount = xMeta->getColumnCount(); in getTablePrivileges()
457 for (sal_Int32 i = 1 ; i <= nCount ; ++i) in getTablePrivileges()
464 aColumnMatching.insert( ::std::map<sal_Int32,sal_Int32>::value_type(i,j+1) ); in getTablePrivileges()
481 ::std::map<sal_Int32,sal_Int32>::iterator aIter = aColumnMatching.begin(); in getTablePrivileges()
482 ::std::map<sal_Int32,sal_Int32>::iterator aEnd = aColumnMatching.end(); in getTablePrivileges()
577 sal_Int32 java_sql_DatabaseMetaData::impl_callIntMethod( const char* _pMethodName, jmethodID& _inou… in impl_callIntMethod()
580 sal_Int32 out( (sal_Int32)callIntMethod(_pMethodName,_inout_MethodID) ); in impl_callIntMethod()
581 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, _pMethodName, (sal_Int32)out ); in impl_callIntMethod()
586 …oleanMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument ) in impl_callBooleanMethodWithIntArg()
732 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxIndexLength( ) throw(SQLException, RuntimeExce… in getMaxIndexLength()
834 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsTransactionIsolationLevel( sal_Int32 level ) t… in supportsTransactionIsolationLevel()
906 sal_Int32 java_sql_DatabaseMetaData::impl_getMaxStatements_throw( ) in impl_getMaxStatements_throw()
912 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxProcedureNameLength( ) throw(SQLException, Run… in getMaxProcedureNameLength()
918 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxSchemaNameLength( ) throw(SQLException, Runtim… in getMaxSchemaNameLength()
997 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsConvert( sal_Int32 fromType, sal_Int32 toType … in supportsConvert()
1225 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getDriverMajorVersion( ) throw(RuntimeException) in getDriverMajorVersion()
1231 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getDefaultTransactionIsolation( ) throw(SQLException… in getDefaultTransactionIsolation()
1237 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getDriverMinorVersion( ) throw(RuntimeException) in getDriverMinorVersion()
1309 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxColumnsInGroupBy( ) throw(SQLException, Runtim… in getMaxColumnsInGroupBy()
1315 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxColumnsInOrderBy( ) throw(SQLException, Runtim… in getMaxColumnsInOrderBy()
1321 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxColumnsInSelect( ) throw(SQLException, Runtime… in getMaxColumnsInSelect()
1327 sal_Int32 SAL_CALL java_sql_DatabaseMetaData::getMaxUserNameLength( ) throw(SQLException, RuntimeE… in getMaxUserNameLength()
1333 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsResultSetType( sal_Int32 setType ) throw(SQLEx… in supportsResultSetType()
1339 …CALL java_sql_DatabaseMetaData::supportsResultSetConcurrency( sal_Int32 setType, sal_Int32 concurr… in supportsResultSetConcurrency()
1358 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownUpdatesAreVisible( sal_Int32 setType ) throw(SQLExc… in ownUpdatesAreVisible()
1364 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownDeletesAreVisible( sal_Int32 setType ) throw(SQLExc… in ownDeletesAreVisible()
1370 sal_Bool SAL_CALL java_sql_DatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLExc… in ownInsertsAreVisible()
1376 sal_Bool SAL_CALL java_sql_DatabaseMetaData::othersUpdatesAreVisible( sal_Int32 setType ) throw(SQL… in othersUpdatesAreVisible()
1382 sal_Bool SAL_CALL java_sql_DatabaseMetaData::othersDeletesAreVisible( sal_Int32 setType ) throw(SQL… in othersDeletesAreVisible()
1388 sal_Bool SAL_CALL java_sql_DatabaseMetaData::othersInsertsAreVisible( sal_Int32 setType ) throw(SQL… in othersInsertsAreVisible()
1394 sal_Bool SAL_CALL java_sql_DatabaseMetaData::updatesAreDetected( sal_Int32 setType ) throw(SQLExcep… in updatesAreDetected()
1400 sal_Bool SAL_CALL java_sql_DatabaseMetaData::deletesAreDetected( sal_Int32 setType ) throw(SQLExcep… in deletesAreDetected()
1406 sal_Bool SAL_CALL java_sql_DatabaseMetaData::insertsAreDetected( sal_Int32 setType ) throw(SQLExcep… in insertsAreDetected()
1420 const Sequence< sal_Int32 >& types ) throw(SQLException, RuntimeException) in getUDTs()