Uses of Interface
org.jooq.LoaderCSVOptionsStep

Packages that use LoaderCSVOptionsStep
org.jooq   
 

Uses of LoaderCSVOptionsStep in org.jooq
 

Methods in org.jooq that return LoaderCSVOptionsStep
 LoaderCSVOptionsStep<R> LoaderCSVStep.fields(Collection<? extends Field<?>> fields)
          Specify the the fields to be loaded into the table in the correct order.
 LoaderCSVOptionsStep<R> LoaderCSVStep.fields(Field<?>... fields)
          Specify the the fields to be loaded into the table in the correct order.
 LoaderCSVOptionsStep<R> LoaderCSVOptionsStep.ignoreRows(int number)
          Specify that a certain number of rows should be ignored from the CSV file.
 LoaderCSVOptionsStep<R> LoaderCSVOptionsStep.quote(char quote)
          Specify the quote character.
 LoaderCSVOptionsStep<R> LoaderCSVOptionsStep.separator(char separator)
          Specify the separator character.
 



Copyright © 2012. All Rights Reserved.