|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SerializedResultSet in org.pentaho.platform.dataaccess.datasource.wizard.service |
---|
Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service with type arguments of type SerializedResultSet | |
---|---|
void |
IXulAsyncDatasourceService.doPreview(String connectionName,
String query,
String previewLimit,
org.pentaho.ui.xul.XulServiceCallback<SerializedResultSet> callback)
|
Uses of SerializedResultSet in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt |
---|
Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that return SerializedResultSet | |
---|---|
SerializedResultSet |
DatasourceDebugGwtServlet.doPreview(String connectionName,
String query,
String previewLimit)
|
SerializedResultSet |
IDatasourceService.doPreview(String connectionName,
String query,
String previewLimit)
Returns the serialized version of SQL ResultSet. |
Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt with type arguments of type SerializedResultSet | |
---|---|
void |
IGwtDatasourceServiceAsync.doPreview(String connectionName,
String query,
String previewLimit,
com.google.gwt.user.client.rpc.AsyncCallback<SerializedResultSet> callback)
|
Uses of SerializedResultSet in org.pentaho.platform.dataaccess.datasource.wizard.service.impl |
---|
Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that return SerializedResultSet | |
---|---|
SerializedResultSet |
DatasourceServiceImpl.doPreview(String connectionName,
String query,
String previewLimit)
|
SerializedResultSet |
InMemoryDatasourceServiceImpl.doPreview(String connectionName,
String query,
String previewLimit)
|
Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service.impl with type arguments of type SerializedResultSet | |
---|---|
void |
DatasourceServiceDebugImpl.doPreview(String connectionName,
String query,
String previewLimit,
org.pentaho.ui.xul.XulServiceCallback<SerializedResultSet> callback)
|
void |
DatasourceServiceGwtImpl.doPreview(String connectionName,
String query,
String previewLimit,
org.pentaho.ui.xul.XulServiceCallback<SerializedResultSet> xulCallback)
|
Uses of SerializedResultSet in org.pentaho.platform.dataaccess.datasource.wizard.service.impl.utils |
---|
Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl.utils that return SerializedResultSet | |
---|---|
static SerializedResultSet |
DatasourceInMemoryServiceHelper.getSerializeableResultSet(String connectionName,
String query,
int rowLimit,
IPentahoSession session)
|
static SerializedResultSet |
DatasourceServiceHelper.getSerializeableResultSet(String connectionName,
String query,
int rowLimit,
IPentahoSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |