Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx253 return impl_callIntMethod( "getMaxBinaryLiteralLength", mID ); in getMaxBinaryLiteralLength()
259 return impl_callIntMethod( "getMaxRowSize", mID ); in getMaxRowSize()
265 return impl_callIntMethod( "getMaxCatalogNameLength", mID ); in getMaxCatalogNameLength()
271 return impl_callIntMethod( "getMaxCharLiteralLength", mID ); in getMaxCharLiteralLength()
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()
[all …]
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx209 sal_Int32 impl_callIntMethod( const char* _pMethodName, jmethodID& _inout_MethodID );