Commit fb55a6f3 authored by terrymanu's avatar terrymanu
Browse files

merge JDBC & Proxy for StreamQueryResult & MemoryQueryResult

parent b4735e1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.core.executor.result;
package io.shardingsphere.core.executor.sql.result;

import io.shardingsphere.core.merger.QueryResult;

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.core.executor.result;
package io.shardingsphere.core.executor.sql.result;

import io.shardingsphere.core.merger.QueryResult;
import lombok.RequiredArgsConstructor;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.core.executor.type.batch;
package io.shardingsphere.core.executor.batch;

import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.core.constant.SQLType;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.core.executor.type.batch;
package io.shardingsphere.core.executor.batch;

import io.shardingsphere.core.executor.sql.StatementExecuteUnit;
import io.shardingsphere.core.routing.SQLExecutionUnit;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.core.executor.type.prepared;
package io.shardingsphere.core.executor.prepared;

import io.shardingsphere.core.constant.SQLType;
import io.shardingsphere.core.executor.sql.SQLExecuteCallback;
Loading