Commit f3c6047c authored by terrymanu's avatar terrymanu
Browse files

move StreamQueryResult & MemoryQueryResult

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

package io.shardingsphere.core.executor.type.connection;
package io.shardingsphere.core.executor.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.type.memory;
package io.shardingsphere.core.executor.result;

import io.shardingsphere.core.merger.QueryResult;
import lombok.RequiredArgsConstructor;
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@ import io.shardingsphere.core.constant.SQLType;
import io.shardingsphere.core.event.ShardingEventBusInstance;
import io.shardingsphere.core.executor.type.batch.BatchPreparedStatementExecutor;
import io.shardingsphere.core.executor.type.batch.BatchPreparedStatementUnit;
import io.shardingsphere.core.executor.type.connection.MemoryQueryResult;
import io.shardingsphere.core.executor.type.memory.StreamQueryResult;
import io.shardingsphere.core.executor.result.MemoryQueryResult;
import io.shardingsphere.core.executor.result.StreamQueryResult;
import io.shardingsphere.core.executor.type.prepared.PreparedStatementExecutor;
import io.shardingsphere.core.executor.type.prepared.PreparedStatementUnit;
import io.shardingsphere.core.jdbc.adapter.AbstractShardingPreparedStatementAdapter;
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@ package io.shardingsphere.core.jdbc.core.statement;
import com.google.common.base.Optional;
import io.shardingsphere.core.constant.ConnectionMode;
import io.shardingsphere.core.constant.SQLType;
import io.shardingsphere.core.executor.type.connection.MemoryQueryResult;
import io.shardingsphere.core.executor.type.memory.StreamQueryResult;
import io.shardingsphere.core.executor.result.MemoryQueryResult;
import io.shardingsphere.core.executor.result.StreamQueryResult;
import io.shardingsphere.core.executor.type.statement.StatementExecutor;
import io.shardingsphere.core.executor.type.statement.StatementUnit;
import io.shardingsphere.core.jdbc.adapter.AbstractStatementAdapter;