Search
API Documentation
- Doctrine
- Doctrine-association
- Doctrine-association-manytomany
- Doctrine-association-onetomany
- Doctrine-association-onetoone
- Doctrine-classmetadata
- Doctrine-classmetadata-yamldriver
- Doctrine-configurable
- Doctrine-configuration
- Doctrine-connectionfactory
- Doctrine-connection-unitofwork
- Doctrine-entitymanager
- Doctrine-entitymanagerfactory
- Doctrine-entitypersister-abstract
- Doctrine-entitypersister-joinedsubclass
- Doctrine-eventmanager
- Doctrine-eventsubscriber
- Doctrine-internal-commitordercalculator
- Doctrine-internal-commitordernode
- Doctrine-query-parserresultdummy
- Abstract
- Access
- Adapter
- Auditlog
- Builder
- Cache
- Classmetadata
- Cli
- Collection
- Compiler
- Connection
- Data
- Datadict
- Entity
- Entityrepository
- Event
- Eventlistener
- Exception
- Export
- Expression
- File
- Filefinder
- Formatter
- Hook
- Hydrate
- Hydrator
- I18n
- Import
- Inflector
- Lib
- Locking
- Log
- Manager
- Migration
- Node
- Null
- Overloadable
- Pager
- Parser
- Plugin
-
Query
- Query
- Abstract
- AbstractResult
- CacheHandler
- Exception
- Filter
- Chain
- Interface
- Parser
- ParserResult
- Printer
- Production
- ProductionParamHolder
- AggregateExpression
- Atom
- BetweenExpression
- ComparisonExpression
- ComparisonOperator
- ConditionalExpression
- ConditionalFactor
- ConditionalPrimary
- ConditionalTerm
- DeleteClause
- DeleteStatement
- ExistsExpression
- Expression
- Factor
- FieldIdentificationVariable
- FromClause
- Function
- GroupByClause
- GroupByItem
- HavingClause
- IdentificationVariable
- IdentificationVariableDeclaration
- IndexBy
- InExpression
- Join
- LikeExpression
- LimitClause
- NullComparisonExpression
- OffsetClause
- OrderByClause
- OrderByItem
- PathExpression
- PathExpressionEndingWithAsterisk
- Primary
- QuantifiedExpression
- QueryLanguage
- RangeVariableDeclaration
- SelectClause
- SelectExpression
- SelectStatement
- SimpleConditionalExpression
- SimpleSelectClause
- Subselect
- Term
- UpdateClause
- UpdateItem
- UpdateStatement
- VariableDeclaration
- WhereClause
- QueryResult
- Registry
- Scanner
- SqlBuilder
- Abstract
- MultiTableUpdate
- Token
- Tokenizer
- Rawsql
- Record
- Relation
- Search
- Sequence
- Singletabledeleteupdate
- Spyc
- Task
- Template
- Transaction
- Tree
- Validator
- View
Development Doctrine_Adapter_Statement
- Home
- Documentation
- Development API Documentation
- Doctrine_Adapter_Statement
Doctrine Adapter Statement
Method Summary
| Returns | Name | Description |
|---|---|---|
| bindValue | ||
| columnCount | ||
| errorCode | ||
| errorInfo | ||
| execute | ||
| mixed | fetch | |
| nextRowset | ||
| rowCount | ||
| setFetchMode |
Method Details
-
bindValue($no, $value)
-
columnCount()
-
errorCode()
-
errorInfo()
-
execute()
-
$fetchStyle Controls how the next row will be returned to the caller. This value must be one of the Doctrine::FETCH_* constants, defaulting to Doctrine::FETCH_BOTH $cursorOrientation For a PDOStatement object representing a scrollable cursor, this value determines which row will be returned to the caller. This value must be one of the Doctrine::FETCH_ORI_* constants, defaultin $cursorOffset For a Doctrine_Adapter_Statement_Interface object representing a scrollable cursor for which the $cursorOrientation parameter is set to Doctrine::FETCH_ORI_ABS, this value specifies
(mixed) fetch($fetchStyle, $cursorOrientation, $cursorOffset)
-
nextRowset()
-
rowCount()
-
setFetchMode($mode)




Comments (0) [ add comment ]
No Comments
Add Comment