No description available.
Constructors
QueryJob(
long userID,
Select select,
Long offset,
Long limit,
JSONObject params )
Public Methods
getUserID( ) returns long
getStatus( ) returns String
addTempTable( CreateTable stmt ) returns void
getTempTable( ) returns CreateTable
isCanceled( ) returns boolean
getQuery( ) returns String
getCountQuery( ) returns String
countTotal( ) returns boolean
addMetadata( ) returns boolean
getOutputFormat( ) returns String
getOutput( ) returns javaxt.io.File
getContentType( ) returns String
toJson( ) returns JSONObject