Db
        
    Packages
    
            - Adapter
 
            - Migration
 
    
    Interfaces, Classes, Traits and Enums
    
            - Horde_Db_Value
 
        - Interface for values with specific quoting rules.
 
            - Value
 
        - Interface for values with specific quoting rules.
 
    
            - Horde_Db_Exception
 
        - Db Exception class.
 
            - Horde_Db_SearchParser
 
        - This class provides a parser which can construct an SQL WHERE clause from a
Google-like search expression.
 
            - Horde_Db_StatementParser
 
        - Class for parsing a stream into individual SQL statements.
 
            - Horde_Db_Value_Binary
 
        - Encapsulation object for binary values to be used in SQL statements to
ensure proper quoting, escaping, retrieval, etc.
 
            - Horde_Db_Value_Lob
 
        - Encapsulation object for LOB values to be used in SQL statements to ensure
proper quoting, escaping, retrieval, etc.
 
            - Horde_Db_Value_Text
 
        - Encapsulation object for long text values to be used in SQL statements to
ensure proper quoting, escaping, retrieval, etc.
 
            - Horde_Db
 
        
            - Constants
 
        
            - DbException
 
        - Db Exception class.
 
            - SearchParser
 
        - This class provides a parser which can construct an SQL WHERE clause from a
Google-like search expression.
 
            - StatementParser
 
        - Class for parsing a stream into individual SQL statements.
 
            - Binary
 
        - Encapsulation object for binary values to be used in SQL statements to
ensure proper quoting, escaping, retrieval, etc.
 
            - Lob
 
        - Encapsulation object for LOB values to be used in SQL statements to ensure
proper quoting, escaping, retrieval, etc.
 
            - Text
 
        - Encapsulation object for long text values to be used in SQL statements to
ensure proper quoting, escaping, retrieval, etc.