Class InsertStatementImpl

java.lang.Object
com.mysql.cj.xdevapi.InsertStatementImpl
All Implemented Interfaces:
InsertStatement, Statement<InsertStatement,​InsertResult>

public class InsertStatementImpl
extends java.lang.Object
implements InsertStatement
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.mysql.cj.xdevapi.Statement

    Statement.LockContention
  • Method Summary

    Modifier and Type Method Description
    InsertResult execute()
    Execute the statement synchronously.
    java.util.concurrent.CompletableFuture<InsertResult> executeAsync()
    Execute the statement asynchronously.
    InsertStatement values​(java.util.List<java.lang.Object> row)
    Add a row (sequence of values) to this statement.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.mysql.cj.xdevapi.InsertStatement

    values

    Methods inherited from interface com.mysql.cj.xdevapi.Statement

    bind, bind, bind, bind, clearBindings