ddbc v0.3.8 (2018-05-07T06:08:52Z)
Home
Dub
Repo
PGSQLStatement.executeUpdate
ddbc
drivers
pgsqlddbc
PGSQLStatement
Undocumented in source. Be warned that the author may not have intended to support it.
int
executeUpdate
(string query)
int
executeUpdate
(string query, Variant insertId)
class
PGSQLStatement
override
int
executeUpdate
(
string
query
,
out
Variant
insertId
)
Meta
Source
See Implementation
ddbc
drivers
pgsqlddbc
PGSQLStatement
constructors
this
functions
checkClosed
close
closeResultSet
createMetadata
createParameterMetadata
executeQuery
executeUpdate
getConnection
getError
lock
readInsertId
unlock