|
1 | 1 | /*
|
2 |
| - Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved. |
| 2 | + Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. |
3 | 3 |
|
4 | 4 | This program is free software; you can redistribute it and/or modify
|
5 | 5 | it under the terms of the GNU General Public License as published by
|
@@ -10204,17 +10204,17 @@ Java_com_mysql_ndbjtie_ndbapi_Ndb_1cluster_1connection_set_1name(JNIEnv * env, j
|
10204 | 10204 |
|
10205 | 10205 | /*
|
10206 | 10206 | * Class: com_mysql_ndbjtie_ndbapi_Ndb_cluster_connection
|
10207 |
| - * Method: set_application_port |
10208 |
| - * Signature: (I)V |
| 10207 | + * Method: set_service_uri |
| 10208 | + * Signature: |
10209 | 10209 | */
|
10210 | 10210 | JNIEXPORT void JNICALL
|
10211 |
| -Java_com_mysql_ndbjtie_ndbapi_Ndb_1cluster_1connection_set_1application_1address(JNIEnv * env, jobject obj, jstring p0, jint p1) |
| 10211 | +Java_com_mysql_ndbjtie_ndbapi_Ndb_1cluster_1connection_set_1service_1uri(JNIEnv * env, jobject obj, jstring p0, jstring p1, jint p2, jstring p3) |
10212 | 10212 | {
|
10213 |
| - TRACE("void Java_com_mysql_ndbjtie_ndbapi_Ndb_1cluster_1connection_set_1application_1port(JNIEnv *, jobject, jstring, jint)"); |
| 10213 | + TRACE("void Java_com_mysql_ndbjtie_ndbapi_Ndb_1cluster_1connection_set_1service_1uri(JNIEnv *, jobject, jstring, jstring, jint, jstring)"); |
10214 | 10214 | #ifndef NDBJTIE_USE_WRAPPED_VARIANT_FOR_FUNCTION
|
10215 |
| - gcall_mfv< ttrait_c_m_n_n_Ndb_cluster_connection_t, ttrait_char_cp_jutf8null, ttrait_int, &Ndb_cluster_connection::set_application_address >(env, obj, p0, p1); |
| 10215 | + gcall_mfv< ttrait_c_m_n_n_Ndb_cluster_connection_t, ttrait_char_cp_jutf8null, ttrait_char_cp_jutf8null, ttrait_int, ttrait_char_cp_jutf8null, &Ndb_cluster_connection::set_service_uri >(env, obj, p0, p1, p2, p3); |
10216 | 10216 | #else
|
10217 |
| - gcall_fv< ttrait_c_m_n_n_Ndb_cluster_connection_r, ttrait_char_cp_jutf8null, ttrait_int, &NdbApiWrapper::Ndb_cluster_connection__set_application_address >(env, NULL, obj, p0, p1); |
| 10217 | + gcall_fv< ttrait_c_m_n_n_Ndb_cluster_connection_r, ttrait_char_cp_jutf8null, ttrait_char_cp_jutf8null, ttrait_int, ttrait_char_cp_jutf8null, &NdbApiWrapper::Ndb_cluster_connection__set_service_uri >(env, NULL, obj, p0, p1, p2, p3); |
10218 | 10218 | #endif // NDBJTIE_USE_WRAPPED_VARIANT_FOR_FUNCTION
|
10219 | 10219 | }
|
10220 | 10220 |
|
|
0 commit comments