PHP » GoLang |
login |
register |
about
|
GoLang TokyoTyrantQuery::hint
request it (302)
GoLang replacement for PHP's TokyoTyrantQuery::hint
[edit | history]
TokyoTyrantQuery::hint(No version information available, might only be in Git) TokyoTyrantQuery::hint — Get the hint string of the query Description
public string TokyoTyrantQuery::hint
( void
)
Get the hint string of the query. The hint string contains information about an executed query and it could be compared to for example MySQL EXPLAIN statement. ParametersThis function has no parameters. Return ValuesThis method always returns a string Examples
Example #1 TokyoTyrantQuery::hint example
<?php The above example will output something similar to: string(72) " scanning the whole table result set size: 11 leaving the natural order " |
more
Recently updated
more
Most requested
more
Last requests
|