Package | Description |
---|---|
org.h2.command |
This package contains the parser and the base classes for prepared SQL statements.
|
org.h2.result |
Implementation of row and internal result sets.
|
Constructor and Description |
---|
CommandRemote(SessionRemote session,
ArrayList<Transfer> transferList,
String sql,
int fetchSize) |
Constructor and Description |
---|
ResultRemote(SessionRemote session,
Transfer transfer,
int id,
int columnCount,
int fetchSize) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.