CommandList

Represents a list of SQL statements.

Methods
int getCommandType()
int getCommandType()
ArrayList getParameters()
ArrayList getParameters()
boolean isQuery()
boolean isQuery()
boolean isReadOnly()
boolean isReadOnly()
boolean isTransactional()
boolean isTransactional()
void prepareJoinBatch()
void prepareJoinBatch()
ResultInterface query(int maxrows)
ResultInterface query(int maxrows)
ResultInterface queryMeta()
ResultInterface queryMeta()
int update()
int update()