概要 - Teradata Database - Teradata Vantage NewSQL Engine

Teradata Vantage™ SQL外部ルーチン プログラミング

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
2019年3月
Language
日本語
Last Update
2019-10-29
dita:mapPath
ja-JP/uhh1512082756414.ditamap
dita:ditavalPath
ja-JP/uhh1512082756414.ditaval
dita:id
B035-1147
Product Category
Software
Teradata Vantage
public class  com.teradata.fnc.Blob  extends java.lang.Object implements java.sql.Blob{
    public void  free() throws java.sql.SQLException;
    public java.io.InputStream  getBinaryStream()
       throws java.sql.SQLException;
    public java.io.InputStream  getBinaryStream(long, long)
       throws java.sql.SQLException;
    public byte[]  getBytes(long, int) throws java.sql.SQLException;
    public static java.sql.Blob  getUDFOutputBlob()
       throws java.sql.SQLException;
    public static java.sql.Blob  getXSPInoutBlobForNull(int)
       throws Exception;
    public long  length() throws java.sql.SQLException;
    public long  position(byte[], long) throws java.sql.SQLException;
    public long  position(java.sql.Blob, long)
       throws java.sql.SQLException;
    public java.io.OutputStream  setBinaryStream(long)
       throws java.sql.SQLException;
    public int  setBytes(long, byte[]) throws java.sql.SQLException;
    public int  setBytes(long, byte[], int, int)
       throws java.sql.SQLException;
    public void  truncate(long) throws java.sql.SQLException;
}