Acerola Docs

class MysqlResultSet<T>

package node.mysql

implements ResultSet

import node.mysql.Mysql

@:directlyUsed

Variables

read onlyaffectedRows:Int

read onlychangedRows:Int

read onlyinsertId:Int

read onlyinsertIds:Array<Int>

read onlylength:Int

read onlynfields:Int

Methods

clone():MysqlResultSet<T>

getFieldsNames():Null<Array<String>>

getFloatResult(n:Int):Float

getIntResult(n:Int):Int

getResult(n:Int):String

hasNext():Bool

next():T

results():List<T>

© 2025