mysql-d ~master (2016-12-07T16:42:55Z)
Dub
Repo
ResultSet
mysql
database
Undocumented in source.
interface
ResultSet {
int
getFieldIndex
(string field);
string
[]
fieldNames
();
bool
empty
();
Row
front
();
void
popFront
();
int
length
();
ResultSet
byAssoc
();
}
Members
Functions
byAssoc
ResultSet
byAssoc
()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool
empty
()
Undocumented in source.
fieldNames
string
[]
fieldNames
()
Undocumented in source.
front
Row
front
()
Undocumented in source.
getFieldIndex
int
getFieldIndex
(string field)
Undocumented in source.
length
int
length
()
Undocumented in source.
popFront
void
popFront
()
Undocumented in source.
Meta
Source
See Implementation
mysql
database
classes
DatabaseException
SelectBuilder
SqlBuilder
enums
UpdateOrInsertMode
functions
escapedVariants
fixupSqlForDataObjectUse
getCreateTable
readWord
toSql
typeinfoBugWorkaround
updateOrInsert
interfaces
Database
ResultSet
structs
Query
Row
StructFromCreateTable
templates
DataObjectFromSqlCreateTable