概要 - 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.Context  extends java.lang.Object{
    public static final int ERRUDFJAGRINITCTXOVFLW;
    public static final int ERRUDFJAGRINTOUTRNG;
    public static final int ERRUDFJAGRSETOBJOVFLW;
    public static final int ERRUDFJAGRSETBYTESOVFLW;
    public long  getVersion();
    public int  getFlags();
    public java.lang.Object  getObject(int)
       throws java.lang.ClassNotFoundException, java.sql.SQLException;
    public void  setObject(int, java.lang.Object)
       throws java.io.IOException, java.sql.SQLException;
    public void  initCtx(java.lang.Object)
       throws java.io.IOException, java.sql.SQLException;
    public long  getGroupCount();
    public long  getWindowSize();
    public long  getPreWindow();
    public long  getPostWindow();
    public void  initCtx(int)
       throws java.io.IOException, java.sql.SQLException;
    public byte[]  getBytes(int)
       throws java.io.IOException, java.sql.SQLException;
    public void  setBytes(int, byte[])
       throws java.io.IOException, java.sql.SQLException;
}