org.jooq
Interface LoaderLoadStep<R extends TableRecord<R>>

All Known Subinterfaces:
LoaderCSVOptionsStep<R>

public interface LoaderLoadStep<R extends TableRecord<R>>

The Loader API is used for configuring data loads.

The step in constructing the Loader object where you can execute the load.

Author:
Lukas Eder

Method Summary
 Loader<R> execute()
          Execute the load.
 

Method Detail

execute

Loader<R> execute()
                                         throws IOException
Execute the load. All exceptions are caught and wrapped in the resulting Loader object. They can be accessed using Loader.errors()

Throws:
IOException


Copyright © 2012. All Rights Reserved.