PGCommand.isQuery

Checks if this is query or non query command. Available after successful call to bind().

class PGCommand
@property
bool
isQuery
(
)

Return Value

Type: bool

true if server returns at least one field (column). Otherwise false.

Meta