Home
last modified time | relevance | path

Searched refs:impl_callIntMethod (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx259 return impl_callIntMethod( "getMaxRowSize", mID ); in getMaxRowSize()
277 return impl_callIntMethod( "getMaxColumnNameLength", mID ); in getMaxColumnNameLength()
283 return impl_callIntMethod( "getMaxColumnsInIndex", mID ); in getMaxColumnsInIndex()
289 return impl_callIntMethod( "getMaxCursorNameLength", mID ); in getMaxCursorNameLength()
295 return impl_callIntMethod( "getMaxConnections", mID ); in getMaxConnections()
301 return impl_callIntMethod( "getMaxColumnsInTable", mID ); in getMaxColumnsInTable()
307 return impl_callIntMethod( "getMaxStatementLength", mID ); in getMaxStatementLength()
313 return impl_callIntMethod( "getMaxTableNameLength", mID ); in getMaxTableNameLength()
319 return impl_callIntMethod( "getMaxTablesInSelect", mID ); in impl_getMaxTablesInSelect_throw()
735 return impl_callIntMethod( "getMaxIndexLength", mID ); in getMaxIndexLength()
[all …]
/aoo42x/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx209 sal_Int32 impl_callIntMethod( const char* _pMethodName, jmethodID& _inout_MethodID );

Completed in 44 milliseconds