| /aoo41x/main/connectivity/source/drivers/jdbc/ | 
| H A D | Array.cxx | 69 		static const char * cMethodName = "getArray";  in getArray()  local 71         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getArray() 89 		static const char * cMethodName = "getArray";  in getArrayAtIndex()  local 92         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getArrayAtIndex() 110 		static const char * cMethodName = "getResultSet";  in getResultSet()  local 113         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getResultSet() 133 		static const char * cMethodName = "getResultSetAtIndex";  in getResultSetAtIndex()  local 136         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getResultSetAtIndex()
  | 
| H A D | Clob.cxx | 66 		static const char * cMethodName = "length";  in length()  local 69         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in length() 84 		static const char * cMethodName = "getSubString";  in getSubString()  local 87         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getSubString() 119 		static const char * cMethodName = "position";  in position()  local 122         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in position()
  | 
| H A D | Blob.cxx | 68 		static const char * cMethodName = "length";  in length()  local 71         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in length() 85 		static const char * cMethodName = "getBytes";  in getBytes()  local 88         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getBytes() 120 		static const char * cMethodName = "position";  in position()  local 123         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in position()
  | 
| H A D | PreparedStatement.cxx | 130 		static const char * cMethodName = "setString";  in setString()  local 133         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in setString() 332 		static const char * cMethodName = "setObject";  in setObjectWithInfo()  local 335         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in setObjectWithInfo() 430 		static const char * cMethodName = "setBytes";  in setBytes()  local 433         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in setBytes() 455 		static const char * cMethodName = "setCharacterStream";  in setCharacterStream()  local 458         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in setCharacterStream() 502 		static const char * cMethodName = "setBinaryStream";  in setBinaryStream()  local 505         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in setBinaryStream() [all …] 
 | 
| H A D | DatabaseMetaData.cxx | 119 	static const char * cMethodName = "getTables";  in getTables()  local 121     m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, cMethodName );  in getTables() 129         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getTables() 348 	static const char * cMethodName = "getIndexInfo";  in getIndexInfo()  local 358         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getIndexInfo() 389 	static const char * cMethodName = "getBestRowIdentifier";  in getBestRowIdentifier()  local 399         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getBestRowIdentifier() 507 	static const char * cMethodName = "getCrossReference";  in getCrossReference()  local 516         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getCrossReference() 1428 		static const char * cMethodName = "getUDTs";  in getUDTs()  local [all …] 
 | 
| H A D | ResultSet.cxx | 337             static const char * cMethodName = "getObject";  in getObject()  local 339 			obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in getObject() 711             static const char * cMethodName = "updateString";  in updateString()  local 713 			obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in updateString() 738             static const char * cMethodName = "updateBytes";  in updateBytes()  local 740 			obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in updateBytes() 796                 static const char * cMethodName = "updateBinaryStream";  in updateBinaryStream()  local 797 			    obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in updateBinaryStream() 829 			    obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in updateCharacterStream() 877                 static const char * cMethodName = "updateObject";  in updateNumericObject()  local [all …] 
 | 
| H A D | CallableStatement.cxx | 218 		static const char * cMethodName = "registerOutParameter";  in registerOutParameter()  local 221         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in registerOutParameter() 238 		static const char * cMethodName = "registerOutParameter";  in registerNumericOutParameter()  local 241         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in registerNumericOutParameter() 327 		static const char * cMethodName = "prepareCall";  in createStatement()  local 335 			mID  = t.pEnv->GetMethodID( m_pConnection->getMyClass(), cMethodName, cSignature );  in createStatement() 342 …static jmethodID mID2 = t.pEnv->GetMethodID( m_pConnection->getMyClass(), cMethodName, cSignature2…  in createStatement()
  | 
| H A D | Reader.cxx | 73 		static const char * cMethodName = "available";  in available()  local 76         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in available() 98 		static const char * cMethodName = "read";  in readBytes()  local 101         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in readBytes()
  | 
| H A D | JStatement.cxx | 240 		static const char * cMethodName = "execute";  in execute()  local 243         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in execute() 275 		static const char * cMethodName = "executeQuery";  in executeQuery()  local 278         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in executeQuery() 771 		static const char * cMethodName = "createStatement";  in createStatement()  local 776 			mID  = _pEnv->GetMethodID( m_pConnection->getMyClass(), cMethodName, cSignature );  in createStatement() 783 …static jmethodID mID2 = _pEnv->GetMethodID( m_pConnection->getMyClass(), cMethodName, cSignature2 …  in createStatement()
  | 
| H A D | InputStream.cxx | 89 		static const char * cMethodName = "read";  in readBytes()  local 92         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in readBytes()
  | 
| H A D | JConnection.cxx | 545 		static const char * cMethodName = "nativeSQL";  in nativeSQL()  local 548         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in nativeSQL() 819 		static const char * cMethodName = "connect";  in construct()  local 823             mID  = t.pEnv->GetMethodID( m_Driver_theClass, cMethodName, cSignature );  in construct()
  | 
| H A D | tools.cxx | 56 		static const char * cMethodName = "setProperty";  in setProperty()  local 59         obtainMethodId(t.pEnv, cMethodName,cSignature, mID);  in setProperty()
  |