Quasardb API for PHP
Introduction Installation Compilation Configuration API Reference

Classes

  • QdbBatch
  • QdbBatchResult
  • QdbBlob
  • QdbCluster
  • QdbDeque
  • QdbEntry
  • QdbEntryCollection
  • QdbExpirableEntry
  • QdbHashSet
  • QdbInteger
  • QdbTag
  • QdbTagCollection

Exceptions

  • QdbAliasAlreadyExistsException
  • QdbAliasNotFoundException
  • QdbConnectionException
  • QdbContainerEmptyException
  • QdbException
  • QdbIncompatibleTypeException
  • QdbInputException
  • QdbOperationDisabledException
  • QdbOperationException
  • QdbProtocolException
  • QdbSystemException

Class QdbIncompatibleTypeException

Thrown when an operation cannot be perform because the existing entry do not have the appropriate type.

Exception
Extended by QdbException
Extended by QdbOperationException
Extended by QdbIncompatibleTypeException
Final
Example:
$cluster->blob('alias')->put('content1');
$cluster->integer('alias')->get(); // throws QdbIncompatibleTypeException

Methods inherited from Exception
__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Copyright 2009-2017 quasardb SAS Documentation generated by ApiGen