PGCopyOutputStream类
输出流用于从标准输入操作拷贝到Vastbase的缓冲输入。
cancelCopy
语法格式
public void cancelCopy() throws SQLException
说明
定义:CopyOperation接口的cancelCopy方法。
close
语法格式
public void close()
throws IOException
说明
定义:Closeable接口的close方法;AutoCloseable接口的close方法。
重写:OutputStream类的close方法。
endCopy
语法格式
public long endCopy()
throws SQLException
说明
定义:CopyIn接口的endCopy方法。
flush
语法格式
public void flush()
throws IOException
flushCopy
语法格式
public void flushCopy()
throws SQLException
说明
定义:CopyIn接口的flushCopy方法。
getFieldCount
语法格式
public int getFieldCount()
说明
定义:CopyOperation接口的getFieldCount方法。
getFieldFormat
语法格式
public int getFieldFormat(int field)
说明
定义:CopyOperation接口的getFieldFormat方法。
getFormat
语法格式
public int getFormat()
说明
定义:CopyOperation接口的getFormat方法。
getHandledRowCount
语法格式
public long getHandledRowCount()
说明
定义:CopyOperation接口的getHandledRowCount方法。
isActive
语法格式
public boolean isActive()
说明
定义:CopyOperation接口的isActive方法。
write(byte[] buf)
语法格式
public void write(byte[] buf)
throws IOException
说明
重写:OutputStream类的write方法。
write(byte[] buf, int off, int siz)
语法格式
public void write(byte[] buf,
int off,
int siz)
throws IOException
说明
重写:OutputStream类的write方法
write(int b)
语法格式
public void write(int b)
throws IOException
说明
定义:OutputStream类的write方法。
writeToCopy(byte[] buf, int off, int siz)
语法格式
public void writeToCopy(byte[] buf, int off,
int siz)
throws SQLException
说明
定义:CopyIn接口的writeToCopy方法。