VastbaseG100

基于openGauss内核开发的企业级关系型数据库。

Menu

PgSQLXML类

功能描述

SQLXML相关方法类。

方法说明

free

语法格式

public void free()

功能描述

定义:SQLXML接口的free方法。

getBinaryStream

语法格式

public InputStream getBinaryStream()
throws SQLException

功能描述

定义:SQLXML接口的getBinaryStream方法。

getCharacterStream

语法格式

public Reader getCharacterStream()    
throws SQLException

功能描述

定义:SQLXML接口的getCharacterStream方法。

getSource

语法格式

public <T extends Source> T getSource(Class<T> sourceClass)      
throws SQLException

功能描述

定义:SQLXML接口的getSource方法。

getString

语法格式

public String getString()     
throws SQLException

功能描述

定义:SQLXML接口的getString方法。

setBinaryStream

语法格式

public OutputStream setBinaryStream()    
throws SQLException

功能描述

定义:SQLXML接口的setBinaryStream方法。

setCharacterStream

语法格式

public Writer setCharacterStream()  
throws SQLException

功能描述

定义:SQLXML接口的setCharacterStream方法。

setResult

语法格式

public <T extends Result> T setResult(Class<T> resultClass)  
throws SQLException

功能描述

定义:SQLXML接口的setResult方法。

setString

语法格式

public void setString(String value)  
throws SQLException

功能描述

定义:SQLXML接口的setString方法。

其他

已实现的接口:SQLXML。