Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx79 return impl_callResultSetMethod( "getTypeInfo", mID ); in impl_getTypeInfo_throw()
85 return impl_callResultSetMethod( "getCatalogs", mID ); in getCatalogs()
97 return impl_callResultSetMethod( "getSchemas", mID ); in getSchemas()
597 Reference< XResultSet > java_sql_DatabaseMetaData::impl_callResultSetMethod( const char* _pMethodNa… in impl_callResultSetMethod() function in java_sql_DatabaseMetaData
903 return impl_callResultSetMethod( "getTableTypes", mID ); in getTableTypes()
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx212impl_callResultSetMethod( const char* _pMethodName, jmethodID& _inout_MethodID );

Completed in 30 milliseconds