public class PreviewVariable extends XMLRequest
| Constructor and Description |
|---|
PreviewVariable(UC4ObjectName name)
Creates a new Preview Request for dynamic Variables.
|
PreviewVariable(Variable var)
Creates a new Preview Request for SQL Variables.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames()
Returns a String array which contains the names of the columns.
|
String[] |
getRow(int index)
Returns the data of the specified row.
|
String |
getSubType()
Returns the type of the variable.
|
int |
size()
Returns the number of data rows in the preview.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic PreviewVariable(Variable var)
var - Internal or external SQL Variablepublic PreviewVariable(UC4ObjectName name)
name - Name of the variable objectpublic String getSubType()
public int size()
public String[] getRow(int index)
index - Index, 0 to size() -1public String[] getColumnNames()
Copyright © 2021. All rights reserved.