QueryJob Class

No description available.

Constructors

QueryJob( long userID, Select select, Long offset, Long limit, JSONObject params )

Public Methods

getID( ) returns String
getUserID( ) returns long
getStatus( ) returns String
addTempTable( CreateTable stmt ) returns void
getTempTable( ) returns CreateTable
getKey( ) returns String
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
log( ) returns void
toJson( ) returns JSONObject