public class GetQueryDetailsResponse extends CommandResponse
Modifier and Type | Class and Description |
---|---|
static class |
GetQueryDetailsResponse.Column |
static class |
GetQueryDetailsResponse.Lookup |
Constructor and Description |
---|
GetQueryDetailsResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
GetQueryDetailsCommand sourceCommand) |
Modifier and Type | Method and Description |
---|---|
java.util.List<GetQueryDetailsResponse.Column> |
getColumns()
Returns the columns available in the given query name.
|
java.lang.String |
getDescription()
Returns the description of the query described by this response
|
java.lang.String |
getName()
Returns the query name that is described by this response
|
java.lang.String |
getSchemaName()
Returns the schema name the query in this response belongs to.
|
java.lang.String |
getTitle()
Returns the title of the query described by this response (often the same as the name, but not always)
|
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getText
public GetQueryDetailsResponse(java.lang.String text, int statusCode, java.lang.String contentType, org.json.simple.JSONObject json, GetQueryDetailsCommand sourceCommand)
public java.lang.String getSchemaName()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getTitle()
public java.util.List<GetQueryDetailsResponse.Column> getColumns()