Uses of Interface
io.r2dbc.postgresql.api.CopyInBuilder
Packages that use CopyInBuilder
- 
Uses of CopyInBuilder in io.r2dbc.postgresql.api
Methods in io.r2dbc.postgresql.api that return CopyInBuilderModifier and TypeMethodDescriptionObtain aCopyInBuilderto configure aCOPY FROM STDINoperation for very fast copying into a database table.default CopyInBuilderCopyInBuilder.from(byte[] stdin) Configure an input buffer that is written to a singleCopyDataframe.default CopyInBuilderCopyInBuilder.from(byte[] stdin, int offset, int length) Configure an input buffer along withoffsetandlengthwhose specified chunk is written to a singleCopyDataframe.default CopyInBuilderCopyInBuilder.from(io.netty.buffer.ByteBuf stdin) Configure an input buffer that is written to a singleCopyDataframe.default CopyInBuilderCopyInBuilder.from(ByteBuffer stdin) Configure an input buffer that is written to a singleCopyDataframe.default CopyInBuilder