Syntax - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
rin1593638965306.ditamap
dita:ditavalPath
rin1593638965306.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
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;
}