Lua API Reference: MySQLPreparedStmt (6 methods)
Browse the complete Lua API documentation for the MySQLPreparedStmt class. Search through 6 methods and 247 events to find the exact function signatures, parameters, and usage examples you need for your EQ-Emulator scripts.
Methods
mysqlpreparedstmt:close()
# void
mysqlpreparedstmt:execute()
# void
mysqlpreparedstmt:insert_id()
# uint64_t
mysqlpreparedstmt:num_fields()
# int
mysqlpreparedstmt:num_rows()
# uint64_t
mysqlpreparedstmt:rows_affected()
# uint64_t