VastbaseG100

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

Menu

PgResultSet类

功能描述

结果集相关类。

方法说明

absolute

语法格式

public boolean absolute(int index)   
throws SQLException

功能描述

定义:ResultSet接口的absolute方法。

addWarning

功能描述

添加警告信息。

语法格式

protected void addWarning(SQLWarning warnings)

参数说明

参数名 参数说明
warnings 警告信息

返回值

无。

afterLast

语法格式

public void afterLast()      
throws SQLException

功能描述

定义:ResultSet接口的afterLast方法。

beforeFirst

语法格式

public void beforeFirst()     
throws SQLException

功能描述

定义:ResultSet接口的beforeFirst方法。

cancelRowUpdates

语法格式

public void cancelRowUpdates() 
throws SQLException

功能描述

定义:ResultSet接口的cancelRowUpdates方法。

checkClosed

功能描述

检查结果集是否关闭。

语法格式

protected void checkClosed() throws SQLException

参数说明

无。

返回值

无。

checkColumnIndex

功能描述

检查列索引是否超出范围。

语法格式

protected void checkColumnIndex(int column)         
throws SQLException

参数说明

参数名 参数说明
column 列索引

返回值

无。

checkResultSet

功能描述

检查结果集是否关闭,它是否定位在有效的行上,给定的列号是否有效。也将wasNullFlag更新为当前值。

语法格式

protected void checkResultSet(int column)      
throws SQLException

参数说明

参数名 参数说明
column 列索引

返回值

无。

clearWarnings

语法格式

public void clearWarnings()       
throws SQLException

功能描述

定义:ResultSet接口的clearWarnings方法。

close

语法格式

public void close()    
throws SQLException

功能描述

定义:ResultSet接口的close方法,AutoCloseable接口的close方法。

createColumnNameIndexMap

功能描述

创建列名索引映射。

语法格式

public static Map<String,Integer> createColumnNameIndexMap(Field[] fields,                              boolean isSanitiserDisabled)

参数说明

参数名 参数说明
fields 列信息
isSanitiserDisabled 是否禁用清理

返回值

返回列名索引映射。

createMetaData

功能描述

创建结果集元数据。

语法格式

protected ResultSetMetaData createMetaData()    
throws SQLException

参数说明

无。

返回值

结果集元数据。

deleteRow

语法格式

public void deleteRow()    
throws SQLException

功能描述

定义:ResultSet接口的deleteRow方法。

findColumn

语法格式

public int findColumn(String columnName)    
throws SQLException

功能描述

定义:ResultSet接口的findColumn方法。

first

语法格式

public boolean first() 
throws SQLException

功能描述

定义:ResultSet接口的first方法。

getArray(int i)

语法格式

public Array getArray(int i) 
throws SQLException

功能描述

定义:ResultSet接口的getArray方法。

getArray(String colName)

语法格式

public Array getArray(String colName) 
throws SQLException

功能描述

定义:ResultSet接口的getArray方法。

getAsciiStream(int columnIndex)

语法格式

public  InputStream getAsciiStream(int columnIndex) 
throws SQLException

功能描述

定义:ResultSet接口的getAsciiStream方法。

getAsciiStream(String columnName)

语法格式

public InputStream getAsciiStream(String columnName) 
throws SQLException

功能描述

定义:ResultSet接口的getAsciiStream方法。

getBigDecimal(int columnIndex)

语法格式

public BigDecimal getBigDecimal(int columnIndex)    
throws SQLException

功能描述

定义:ResultSet接口的getBigDecimal方法。

getBigDecimal(int columnIndex, int scale)

语法格式

public BigDecimal getBigDecimal(int columnIndex,  
int scale)          
throws SQLException

功能描述

定义:ResultSet接口的getBigDecimal方法。

getBigDecimal(String columnName)

语法格式

public BigDecimal getBigDecimal(String columnName)        
throws SQLException

功能描述

定义:ResultSet接口的getBigDecimal方法。

getBigDecimal(String columnName, int scale)

语法格式

public BigDecimal getBigDecimal(String columnName,  
int scale)                  
throws SQLException

功能描述

定义:ResultSet接口的getBigDecimal方法。

getBinaryStream(int columnIndex)

语法格式

public InputStream getBinaryStream(int columnIndex)      
throws SQLException

功能描述

定义:ResultSet接口的getBinaryStream方法。

getBinaryStream(String columnName)

语法格式

public InputStream getBinaryStream(String columnName)    
throws SQLException

功能描述

定义:ResultSet接口的getBinaryStream方法。

getBlob(int i)

语法格式

public Blob getBlob(int i)        
throws SQLException

功能描述

定义:ResultSet接口的getBlob方法。

getBlob(String columnName)

语法格式

public Blob getBlob(String columnName)     
throws SQLException

功能描述

定义:ResultSet接口的getBlob方法。

getBoolean(int columnIndex)

语法格式

public boolean getBoolean(int columnIndex)      
throws SQLException

功能描述

定义:ResultSet接口的getBoolean方法。

getBoolean(String columnName)

语法格式

public boolean getBoolean(String columnName)     
throws SQLException

功能描述

定义:ResultSet接口的getBoolean方法。

getByte(int columnIndex)

语法格式

public byte getByte(int columnIndex)    
throws SQLException

功能描述

定义:ResultSet接口的getByte方法。

getByte(String columnName)

语法格式

public byte getByte(String columnName)       
throws SQLException

功能描述

定义:ResultSet接口的getByte方法。

getBytes(int columnIndex)

语法格式

public byte[] getBytes(int columnIndex)
throws SQLException

功能描述

定义:ResultSet接口的getBytes方法。

getBytes(String columnName)

语法格式

public byte[] getBytes(String columnName)   
throws SQLException

功能描述

定义:ResultSet接口的getBytes方法。

getCharacterStream(int i)

语法格式

public Reader getCharacterStream(int i)    
throws SQLException

功能描述

定义:ResultSet接口的getCharacterStream方法。

getCharacterStream(String columnName)

语法格式

public Reader getCharacterStream(String columnName)      
throws SQLException

功能描述

定义:ResultSet接口的getCharacterStream方法。

getClob(int i)

语法格式

public Clob getClob(int i)  
throws SQLException

功能描述

定义:ResultSet接口的getClob方法。

getClob(String columnName)

语法格式

public Clob getClob(String columnName)     
throws SQLException

功能描述

定义:ResultSet接口的getClob方法。

getColumnOID

功能描述

获取字段的 OID。

语法格式

public int getColumnOID(int field)

参数说明

参数名 参数说明
field 字段索引

返回值

字段的 OID。

getConcurrency

语法格式

public int getConcurrency()    
throws SQLException

功能描述

定义:ResultSet接口的getConcurrency方法。

getCursorName

语法格式

public String getCursorName()       
throws SQLException

功能描述

定义:ResultSet接口的getCursorName方法。

getDate(int columnIndex)

语法格式

public Date getDate(int columnIndex)  
throws SQLException

功能描述

定义:ResultSet接口的getDate方法。

getDate(int i, Calendar cal)

语法格式

public Date getDate(int i,    
Calendar cal)     
throws SQLException

功能描述

定义:ResultSet接口的getDate方法。

getDate(String columnName)

语法格式

public Date getDate(String columnName)
throws SQLException

功能描述

定义:ResultSet接口的getDate方法。

getDate(String c, Calendar cal)

语法格式

public Date getDate(String c,  
Calendar cal)   
throws SQLException

功能描述

定义:ResultSet接口的getDate方法。

getDouble(int columnIndex)

语法格式

public double getDouble(int columnIndex)     
throws SQLException

功能描述

定义:ResultSet接口的getDouble方法。

getDouble(String columnName)

语法格式

public double getDouble(String columnName)   
throws SQLException

功能描述

定义:ResultSet接口的getDouble方法。

getFetchDirection

语法格式

public int getFetchDirection()  
throws SQLException

功能描述

定义:ResultSet接口的getFetchDirection方法。

getFetchSize

语法格式

public int getFetchSize()  
throws SQLException

功能描述

定义:ResultSet接口的getFetchSize方法。

getFixedString

功能描述

这用于修复 Money 字段上的 get*() 方法。 它应该只被那些方法使用。

语法格式

public String getFixedString(int col) 
throws SQLException

参数说明

参数名 参数说明
col 列位置(基于 1)

返回值

货币字符串文字的数字可解析表示。

getFloat(int columnIndex)

语法格式

public float getFloat(int columnIndex)   
throws SQLException

功能描述

定义:ResultSet接口的getFloat方法。

getFloat(String columnName)

语法格式

public float getFloat(String columnName)    
throws SQLException

功能描述

定义:ResultSet接口的getFloat方法。

getHoldability

语法格式

public int getHoldability()   
throws SQLException

功能描述

定义:ResultSet接口的getHoldability方法。

该方法尚未实现。

getInt(int columnIndex)

语法格式

public int getInt(int columnIndex)      
throws SQLException

功能描述

定义:ResultSet接口的getInt方法。

getInt(String columnName)

语法格式

public int getInt(String columnName)   
throws SQLException

功能描述

定义:ResultSet接口的getInt方法。

getLong(int columnIndex)

语法格式

public long getLong(int columnIndex)     
throws SQLException

功能描述

定义:ResultSet接口的getLong方法。

getLong(String columnName)

语法格式

public long getLong(String columnName)      
throws SQLException

功能描述

定义:ResultSet接口的getLong方法。

getMetaData

语法格式

public ResultSetMetaData getMetaData()     
throws SQLException

功能描述

定义:ResultSet接口的getMetaData方法。

getNCharacterStream(int columnIndex)

语法格式

public Reader getNCharacterStream(int columnIndex)     
throws SQLException

功能描述

定义:ResultSet接口的getNCharacterStream方法。

该方法尚未实现。

getNCharacterStream(String columnName)

语法格式

public Reader getNCharacterStream(String columnName)     
throws SQLException

功能描述

定义:ResultSet接口的getNCharacterStream方法。

该方法尚未实现。

getNClob(int columnIndex)

语法格式

public NClob getNClob(int columnIndex)     
throws SQLException

功能描述

定义:ResultSet接口的getNClob方法。

该方法尚未实现。

getNClob(String columnName)

语法格式

public NClob getNClob(String columnName)       
throws SQLException

功能描述

定义:ResultSet接口的getNClob方法。

该方法尚未实现。

getNString(int columnIndex)

语法格式

public String getNString(int columnIndex)    
throws SQLException

功能描述

定义:ResultSet接口的getNString方法。

getNString(String columnName)

语法格式

public String getNString(String columnName)     
throws SQLException

功能描述

定义:ResultSet接口的getNString方法。

getNUMBER(int columnIndex)

方法原型

public NUMBER getNUMBER(int columnIndex )
throw SQLException

说明

通过列号获取NUMBER类型数据。

参数说明

columnIndex:列序号。

返回值

NUMBER类型数据。

生命周期

自V2.1版本启用。

getNUMBER(String columnName)

方法原型

public NUMBER getNUMBER(String columnName )
throw SQLException

说明

通过列名获取NUMBER类型数据。

参数说明

columnName:列名。

返回值

NUMBER类型数据。

生命周期

自V2.1版本启用。

getObject(int columnIndex)

语法格式

public Object getObject(int columnIndex)        
throws SQLException

功能描述

定义:ResultSet接口的getObject方法。

getObject(int columnIndex, Class type)

语法格式

public <T> T getObject(int columnIndex,     
Class<T> type)     
throws SQLException

功能描述

定义:ResultSet接口的getObject方法。

getObject(int i, Map> map)

语法格式

public Object getObject(int i,      
Map<String,Class<?>> map)      
throws SQLException

功能描述

定义:ResultSet接口的getObject方法。

该方法的使用有限制条件(map == null || map.isEmpty()),除此以外的情况均不支持。

getObject(String columnName)

语法格式

public Object getObject(String columnName)     
throws SQLException

功能描述

定义:ResultSet接口的getObject方法。

getObject(String columnLabel, Class<T> type)

语法格式

public <T> T getObject(String columnLabel,    
Class<T> type)      
throws SQLException

功能描述

定义:ResultSet接口的getObject方法。

getObject(String s, Map> map)

语法格式

public Object getObject(String s,     
Map<String,Class<?>> map)           
throws SQLException

功能描述

定义:ResultSet接口的getObject方法。

该方法的使用有限制条件(map == null || map.isEmpty()),除此以外的情况均不支持。

getObjectImpl(int i, Map> map)

功能描述

获取对象的实现。

语法格式

public Object getObjectImpl(int i,      
Map<String,Class<?>> map)     
throws SQLException

参数说明

参数名 参数说明
i 列的位置
map 类的映射信息

返回值

返回对象。

注意事项

该方法的使用有限制条件(map == null || map.isEmpty()),除此以外的情况均不支持。

getObjectImpl(String columnName, Map> map)

功能描述

获取对象的实现。

语法格式

public Object getObjectImpl(String columnName, 
Map<String,Class<?>> map)   
throws SQLException

参数说明

参数名 参数说明
columnName 列名
map 类的映射信息

返回值

返回对象。

注意事项

该方法的使用有限制条件(map == null || map.isEmpty()),除此以外的情况均不支持。

getPGStatement

功能描述

获取BaseStatement对象。

语法格式

public BaseStatement getPGStatement()

参数说明

无。

返回值

返回BaseStatement对象。

getPGType

功能描述

获取列类型。

语法格式

protected String getPGType(int column)     
throws SQLException

参数说明

参数名 参数说明
column 列号

返回值

返回列类型。

getRawValue

功能描述

检查结果集是否未关闭,它位于有效行上并且给定的列号有效。 还将 wasNullFlag 更新为正确的值。

语法格式

protected byte[] getRawValue(int column)     
throws SQLException

参数说明

参数名 参数说明
column 要检查的列号,范围从 1 开始

返回值

返回原始值或null。

getRef(int i)

语法格式

public Ref getRef(int i)    
throws SQLException

功能描述

定义:ResultSet接口的getRef方法。

该方法尚未实现。

getRef(String columnName)

语法格式

public Ref getRef(String columnName)       
throws SQLException

功能描述

定义:ResultSet接口的getRef方法。

该方法尚未实现。

getRefCursor

语法格式

public String getRefCursor()

功能描述

定义:PGRefCursorResultSet接口的getRefCursor方法。

getRow

语法格式

public int getRow()  
throws SQLException

功能描述

定义:ResultSet接口的getRow方法。

getRowId(int columnIndex)

语法格式

public RowId getRowId(int columnIndex)       
throws SQLException

功能描述

定义:ResultSet接口的getRowId方法。

参数说明

column:列索引。

返回值

返回ROWID。

生命周期

自V2.2版本启用。

getRowId(String columnName)

语法格式

public RowId getRowId(String columnName)          
throws SQLException

功能描述

定义:ResultSet接口的getRowId方法。

参数说明

column:列索引。

返回值

返回ROWID。

生命周期

自V2.2版本启用。

getShort(int columnIndex)

语法格式

public short getShort(int columnIndex)   
throws SQLException

功能描述

定义:ResultSet接口的getShort方法。

getShort(String columnName)

语法格式

public short getShort(String columnName)      
throws SQLException

功能描述

定义:ResultSet接口的getShort方法。

getSQLType

功能描述

获取SQL类型。

语法格式

protected int getSQLType(int column)    
throws SQLException

参数说明

参数名 参数说明
column 列索引

返回值

返回SQL类型。

getSQLXML(int columnIndex)

语法格式

public SQLXML getSQLXML(int columnIndex)      
throws SQLException

功能描述

定义:ResultSet接口的getSQLXML方法。

getSQLXML(String columnName)

语法格式

public SQLXML getSQLXML(String columnName)       
throws SQLException

功能描述

定义:ResultSet接口的getSQLXML方法。

getStatement

语法格式

public Statement getStatement()     
throws SQLException

功能描述

定义:ResultSet接口的getStatement方法。

getString(int columnIndex)

语法格式

public String getString(int columnIndex)     
throws SQLException

功能描述

定义:ResultSet接口的getString方法。

getString(String columnName)

语法格式

public String getString(String columnName)      
throws SQLException

功能描述

定义:ResultSet接口的getString方法。

getTime(int columnIndex)

语法格式

public Time getTime(int columnIndex)  
throws SQLException

功能描述

定义:ResultSet接口的getTime方法。

getTime(int i, Calendar cal)

语法格式

public Time getTime(int i,      
Calendar cal)        
throws SQLException

功能描述

定义:ResultSet接口的getTime方法。

getTime(String columnName)

语法格式

public Time getTime(String columnName)    
throws SQLException

功能描述

定义:ResultSet接口的getTime方法。

getTime(String c, Calendar cal)

语法格式

public Time getTime(String c,       
Calendar cal)           
throws SQLException

功能描述

定义:ResultSet接口的getTime方法。

getTimestamp(int columnIndex)

语法格式

public Timestamp getTimestamp(int columnIndex)         
throws SQLException

功能描述

定义:ResultSet接口的getTimestamp方法。

getTimestamp(int i, Calendar cal)

语法格式

public Timestamp getTimestamp(int i,      
Calendar cal)      
throws SQLException

功能描述

定义:ResultSet接口的getTimestamp方法。

getTimestamp(String columnName)

语法格式

public Timestamp getTimestamp(String columnName)     
throws SQLException

功能描述

定义:ResultSet接口的getTimestamp方法。

getTimestamp(String c, Calendar cal)

语法格式

public Timestamp getTimestamp(String c,     
Calendar cal)         
throws SQLExceptinon

功能描述

定义:ResultSet接口的getTimestamp方法。

getType

语法格式

public int getType()   
throws SQLException

功能描述

定义:ResultSet接口的getType方法。

getUnicodeStream(int columnIndex)

语法格式

public InputStream getUnicodeStream(int columnIndex)             
throws SQLException

功能描述

定义:ResultSet接口的getUnicodeStream方法。

getUnicodeStream(String columnName)

语法格式

public InputStream getUnicodeStream(String columnName)      
throws SQLException

功能描述

定义:ResultSet接口的getUnicodeStream方法。

getURL(int columnIndex)

语法格式

public URL getURL(int columnIndex)    
throws SQLException

功能描述

定义:ResultSet接口的getURL方法。

该方法尚未实现。

getURL(String columnName)

语法格式

public URL getURL(String columnName)    
throws SQLException

功能描述

定义:ResultSet接口的getURL方法。

该方法尚未实现。

getUUID(byte[] data)

功能描述

获取UUID。

语法格式

protected Object getUUID(byte[] data)   
throws SQLException

参数说明

参数名 参数说明
data 二进制数据

返回值

返回UUID。

getUUID(String data)

功能描述

获取UUID。

语法格式

protected Object getUUID(String data)    
throws SQLException

参数说明

参数名 参数说明
data 字符串类型数据

返回值

返回UUID。

getWarnings

语法格式

public SQLWarning getWarnings()      
throws SQLException

功能描述

定义:ResultSet接口的getWarnings方法。

insertRow

语法格式

public void insertRow()    
throws SQLException

功能描述

定义:ResultSet接口的insertRow方法。

internalGetObject

功能描述

内部获取对象。

语法格式

protected Object internalGetObject(int columnIndex,                                        Field field)                              
throws SQLException

参数说明

参数名 参数说明
columnIndex 列索引
field 字段信息

返回值

返回对象。

isAfterLast

语法格式

public boolean isAfterLast()  
throws SQLException

功能描述

定义:ResultSet接口的isAfterLast方法。

isBeforeFirst

语法格式

public boolean isBeforeFirst()   
throws SQLException

功能描述

定义:ResultSet接口的isBeforeFirst方法。

isBinary

功能描述

获取列是否是二进制的。

语法格式

protected boolean isBinary(int column)

参数说明

参数名 参数说明
column 要检查的列, 范围从 1 开始

返回值

如果给定列的值是二进制格式,则返回 true,否则返回false。

isClosed

语法格式

public boolean isClosed()  
throws SQLException

功能描述

定义:ResultSet接口的isClosed方法。

isFirst

语法格式

public boolean isFirst()    
throws SQLException

功能描述

定义:ResultSet接口的isFirst方法。

isLast

语法格式

public boolean isLast()    
throws SQLException

功能描述

定义:ResultSet接口的isLast方法。

isResultSetClosed

功能描述

获取结果集是否已关闭。

语法格式

protected boolean isResultSetClosed()

参数说明

无。

返回值

如果结果集已关闭,则返回 true,否则返回false。

114 isWrapperFor

语法格式

public boolean isWrapperFor(Class<?> iface)  
throws SQLException

功能描述

定义:Wrapper接口的isWrapperFor方法。

该方法尚未实现。

last

语法格式

public boolean last()  
throws SQLException

功能描述

定义:ResultSet接口的last方法。

makeArray(int oid, byte[] value)

功能描述

创建数组对象。

语法格式

protected Array makeArray(int oid,     
byte[] value)          
throws SQLException

参数说明

参数名 参数说明
oid 字段的oid
value 二进制数组的值

返回值

返回创建的数组对象。

makeArray(int oid, String value)

功能描述

创建数组对象。

语法格式

protected Array makeArray(int oid,  
String value)         
throws SQLException

参数说明

参数名 参数说明
oid 字段的oid
value 字符串类型的值

返回值

返回创建的数组对象。

makeBlob

功能描述

创建Blob对象。

语法格式

protected Blob makeBlob(long oid)
throws SQLException

参数说明

参数名 参数说明
oid 字段的oid

返回值

返回创建的Blob对象。

makeClob

功能描述

创建Clob对象。

语法格式

protected Clob makeClob(long oid)    
throws SQLException

参数说明

参数名 参数说明
oid 字段的oid

返回值

返回创建的Clob对象。

moveToCurrentRow

语法格式

public void moveToCurrentRow()    
throws SQLException

功能描述

定义:ResultSet接口的moveToCurrentRow方法。

moveToInsertRow

语法格式

public void moveToInsertRow()  
throws SQLException

功能描述

定义:ResultSet接口的moveToInsertRow方法。

next

语法格式

public boolean next()  
throws SQLException

功能描述

定义:ResultSet接口的next方法。

previous

语法格式

public boolean previous()      
throws SQLException

功能描述

定义:ResultSet接口的previous方法。

quotelessTableName

功能描述

从完全限定的表名中破解表名和模式(如果存在)。

语法格式

public static String[] quotelessTableName(String fullname)

参数说明

参数名 参数说明
fullname 试图破解的字符串。

返回值

元素为零的字符串数组始终是表名,元素 1 可能是零长度字符串的模式名称。

refreshRow

语法格式

public void refreshRow()   
throws SQLException

功能描述

定义:ResultSet接口的refreshRow方法。

relative

语法格式

public boolean relative(int rows)        
throws SQLException

功能描述

定义:ResultSet接口的relative方法。

rowDeleted

语法格式

public boolean rowDeleted()       
throws SQLException

功能描述

定义:ResultSet接口的rowDeleted方法。

rowInserted

语法格式

public boolean rowInserted()   
throws SQLException

功能描述

定义:ResultSet接口的rowInserted方法。

rowUpdated

语法格式

public boolean rowUpdated()    
throws SQLException

功能描述

定义:ResultSet接口的rowUpdated方法。

setFetchDirection

语法格式

public void setFetchDirection(int direction)      
throws SQLException

功能描述

定义:ResultSet接口的setFetchDirection方法。

setFetchSize

语法格式

public void setFetchSize(int rows)     
throws SQLException

功能描述

定义:ResultSet接口的setFetchSize方法。

toBigDecimal(String s)

功能描述

将字符串转换成BigDecimal类型。

语法格式

public static BigDecimal toBigDecimal(String s) 
throws SQLException

参数说明

参数名 参数说明
s 待转换的字符串

返回值

返回字符串转换后的BigDecimal类型数据。

toBigDecimal(String s, int scale)

功能描述

将字符串转换成BigDecimal类型。

语法格式

public BigDecimal toBigDecimal(String s,   
int scale)              
throws SQLException

参数说明

参数名 参数说明
s 待转换的字符串
scale 刻度

返回值

返回字符串转换后的BigDecimal类型数据。

toBytes

功能描述

将字符串转换成byte数组类型。

语法格式

public byte[] toBytes(String str)

参数说明

参数名 参数说明
str 待转换的字符串

返回值

返回字符串转换后的byte数组类型数据。

toDouble

功能描述

将字符串转换成double类型。

语法格式

public static double toDouble(String s)   
throws SQLException

参数说明

参数名 参数说明
s 待转换的字符串

返回值

返回字符串转换后的double类型数据。

toFloat

功能描述

将字符串转换成float类型。

语法格式

public static float toFloat(String s)   
throws SQLException

参数说明

参数名 参数说明
s 待转换的字符串

返回值

返回字符串转换后的float类型数据。

toInt

功能描述

将字符串转换成int类型。

语法格式

public static int toInt(String s)    
throws SQLException

参数说明

参数名 参数说明
s 待转换的字符串

返回值

返回字符串转换后的int类型数据。

toLong

功能描述

将字符串转换成long类型。

语法格式

public static long toLong(String s)    
throws SQLException

参数说明

参数名 参数说明
s 待转换的字符串

返回值

返回字符串转换后的long类型数据。

toShort

功能描述

将字符串转换成short类型。

语法格式

public static short toShort(String s)    
throws SQLException

参数说明

参数名 参数说明
s 待转换的字符串

返回值

返回字符串转换后的short类型数据。

unwrap

语法格式

public <T> T unwrap(Class<T> iface) 
throws SQLException

功能描述

定义:Wrapper接口的unwrap方法。

该方法尚未实现。

updateArray(int columnIndex, Array x)

语法格式

public void updateArray(int columnIndex,    
Array x)    
throws SQLException

功能描述

定义:ResultSet接口的updateArray方法。

updateArray(String columnName, Array x)

语法格式

public void updateArray(String columnName,  
Array x)      
throws SQLException

功能描述

定义:ResultSet接口的updateArray方法。

updateAsciiStream(int columnIndex, InputStream inputStream)

语法格式

public void updateAsciiStream(int columnIndex, 
InputStream inputStream)     
throws SQLException

功能描述

定义:ResultSet接口的updateAsciiStream方法。

该方法尚未实现。

updateAsciiStream(int columnIndex, InputStream inputStream, long length)

语法格式

public void updateAsciiStream(int columnIndex,    
        InputStream inputStream,     
        long length)         
        throws SQLException

功能描述

定义:ResultSet接口的updateAsciiStream方法。

该方法尚未实现。

updateAsciiStream(int columnIndex, InputStream x, int length)

语法格式

public void updateAsciiStream(int columnIndex,
InputStream x,     
int length)       
throws SQLException

功能描述

定义:ResultSet接口的updateAsciiStream方法。

updateAsciiStream(String columnName, InputStream inputStream)

语法格式

public void updateAsciiStream(String columnName,   
InputStream inputStream)     
throws SQLException

功能描述

定义:ResultSet接口的updateAsciiStream方法。

该方法尚未实现。

updateAsciiStream(String columnName, InputStream inputStream, long length)

语法格式

public void updateAsciiStream(String columnName,
        InputStream inputStream,    
        long length)          
        throws SQLException

功能描述

定义:ResultSet接口的updateAsciiStream方法。

该方法尚未实现。

updateAsciiStream(String columnName, InputStream x, int length)

语法格式

public void updateAsciiStream(String columnName,             
        InputStream x,              
        int length)          
        throws SQLException

功能描述

定义:ResultSet接口的updateAsciiStream方法。

该方法2.1版本实现。

updateBigDecimal(int columnIndex, BigDecimal x)

语法格式

public void updateBigDecimal(int columnIndex,    
BigDecimal x)   
throws SQLException

功能描述

定义:ResultSet接口的updateBigDecimal方法。

updateBigDecimal(String columnName, BigDecimal x)

语法格式

public void updateBigDecimal(String columnName,         
BigDecimal x)        
throws SQLException

功能描述

定义:ResultSet接口的updateBigDecimal方法。

updateBinaryStream(int columnIndex, InputStream inputStream)

语法格式

public void updateBinaryStream(int columnIndex,       
InputStream inputStream) 
throws SQLException

功能描述

定义:ResultSet接口的updateBinaryStream方法。

该方法尚未实现。

updateBinaryStream(int columnIndex, InputStream inputStream, long length)

语法格式

public void updateBinaryStream(int columnIndex,    
InputStream inputStream,    
long length)         
throws SQLException

功能描述

定义:ResultSet接口的updateBinaryStream方法。

该方法尚未实现。

updateBinaryStream(int columnIndex, InputStream x, int length)

语法格式

public void updateBinaryStream(int columnIndex,    
        InputStream x,          
        int length)          
        throws SQLException

功能描述

定义:ResultSet接口的updateBinaryStream方法。

该方法2.1版本实现。

updateBinaryStream(String columnName, InputStream inputStream)

语法格式

public void updateBinaryStream(String columnName,    
InputStream inputStream)    
throws SQLException

功能描述

定义:ResultSet接口的updateBinaryStream方法。

该方法尚未实现。

updateBinaryStream(String columnName, InputStream inputStream, long length)

语法格式

public void updateBinaryStream(String columnName,    
InputStream inputStream,    
long length)      
throws SQLException

功能描述

定义:ResultSet接口的updateBinaryStream方法。

该方法尚未实现。

updateBinaryStream(String columnName, InputStream x, int length)

语法格式

public void updateBinaryStream(String columnName,   
InputStream x,      
int length)       
throws SQLException

功能描述

定义:ResultSet接口的updateBinaryStream方法。

该方法2.1版本实现。

updateBlob(int columnIndex, Blob x)

语法格式

public void updateBlob(int columnIndex,  
Blob x)       
throws SQLException

功能描述

定义:ResultSet接口的updateBlob方法。

该方法尚未实现。

updateBlob(int columnIndex, InputStream inputStream)

语法格式

public void updateBlob(int columnIndex,    
InputStream inputStream)    
throws SQLException

功能描述

定义:ResultSet接口的updateBlob方法。

该方法尚未实现。

updateBlob(int columnIndex, InputStream inputStream, long length)

语法格式

public void updateBlob(int columnIndex,    
        InputStream inputStream,      
        long length)        
        throws SQLException

功能描述

定义:ResultSet接口的updateBlob方法。

该方法尚未实现。

updateBlob(String columnName, Blob x)

语法格式

public void updateBlob(String columnName,    
Blob x)  
throws SQLException

功能描述

定义:ResultSet接口的updateBlob方法。

该方法尚未实现。

updateBlob(String columnName, InputStream inputStream)

语法格式

public void updateBlob(String columnName,  
InputStream inputStream)     
throws SQLException

功能描述

定义:ResultSet接口的updateBlob方法。

该方法尚未实现。

updateBlob(String columnName, InputStream inputStream, long length)

语法格式

public void updateBlob(String columnName,      
    InputStream inputStream,     
    long length) 
    throws SQLException

功能描述

定义:ResultSet接口的updateBlob方法。

该方法尚未实现。

updateBoolean(int columnIndex, boolean x)

语法格式

public void updateBoolean(int columnIndex,   
boolean x)       
throws SQLException

功能描述

定义:ResultSet接口的updateBoolean方法。

updateBoolean(String columnName, boolean x)

语法格式

public void updateBoolean(String columnName,     
boolean x)      
throws SQLException

功能描述

定义:ResultSet接口的updateBoolean方法。

updateByte(int columnIndex, byte x)

语法格式

public void updateByte(int columnIndex,     
byte x)        
throws SQLException

功能描述

定义:ResultSet接口的updateByte方法。

updateByte(String columnName, byte x)

语法格式

public void updateByte(String columnName,    
byte x)   
throws SQLException

功能描述

定义:ResultSet接口的updateByte方法。

updateBytes(int columnIndex, byte[] x)

语法格式

public void updateBytes(int columnIndex,   
byte[] x)     
throws SQLException

功能描述

定义:ResultSet接口的updateBytes方法。

updateBytes(String columnName, byte[] x)

语法格式

public void updateBytes(String columnName,
byte[] x)     
throws SQLException

功能描述

定义:ResultSet接口的updateBytes方法。

updateCharacterStream(int columnIndex, Reader reader)

语法格式

public void updateCharacterStream(int columnIndex,  
Reader reader)       
throws SQLException

功能描述

定义:ResultSet接口的updateCharacterStream方法。

该方法尚未实现。

updateCharacterStream(int columnIndex, Reader x, int length)

语法格式

public void updateCharacterStream(int columnIndex,      
Reader x,              
int length)           
throws SQLException

功能描述

定义:ResultSet接口的updateCharacterStream方法。

该方法2.1版本实现。

updateCharacterStream(int columnIndex, Reader reader, long length)

语法格式

public void updateCharacterStream(int columnIndex,   
Reader reader,     
long length)      
throws SQLException

功能描述

定义:ResultSet接口的updateCharacterStream方法。

该方法尚未实现。

updateCharacterStream(String columnName, Reader reader)

语法格式

public void updateCharacterStream(String columnName, 
Reader reader)       
throws SQLException

功能描述

定义:ResultSet接口的updateCharacterStream方法。

该方法尚未实现。

updateCharacterStream(String columnName, Reader reader, int length)

语法格式

public void updateCharacterStream(String columnName, 
Reader reader,           
int length)         
throws SQLException

功能描述

定义:ResultSet接口的updateCharacterStream方法。

该方法2.1版本实现。

updateCharacterStream(String columnName, Reader reader, long length)

语法格式

public void updateCharacterStream(String columnName,  
Reader reader,        
long length)      
throws SQLException

功能描述

定义:ResultSet接口的updateCharacterStream方法。

该方法尚未实现。

updateClob(int columnIndex, Clob x)

语法格式

public void updateClob(int columnIndex,     
Clob x)      
throws SQLException

功能描述

定义:ResultSet接口的updateClob方法。

该方法尚未实现。

updateClob(int columnIndex, Reader reader)

语法格式

public void updateClob(int columnIndex,    
Reader reader)  
throws SQLException

功能描述

定义:ResultSet接口的updateClob方法。

该方法尚未实现。

updateClob(int columnIndex, Reader reader, long length)

语法格式

public void updateClob(int columnIndex,  
Reader reader,       
long length)      
throws SQLException

功能描述

定义:ResultSet接口的updateClob方法。

该方法尚未实现。

updateClob(String columnName, Clob x)

语法格式

public void updateClob(String columnName,    
Clob x)     
throws SQLException

功能描述

定义:ResultSet接口的updateClob方法。

该方法尚未实现。

updateClob(String columnName, Reader reader)

语法格式

public void updateClob(String columnName,   
Reader reader)      
throws SQLException

功能描述

定义:ResultSet接口的updateClob方法。

该方法尚未实现。

updateClob(String columnName, Reader reader, long length)

语法格式

public void updateClob(String columnName,     
Reader reader,     
long length)
throws SQLException

功能描述

定义:ResultSet接口的updateClob方法。

该方法尚未实现。

updateDate(int columnIndex, Date x)

语法格式

public void updateDate(int columnIndex, 
Date x)        
throws SQLException

功能描述

定义:ResultSet接口的updateDate方法。

updateDate(String columnName, Date x)

语法格式

public void updateDate(String columnName,   
Date x)     
throws SQLException

功能描述

定义:ResultSet接口的updateDate方法。

updateDouble(int columnIndex, double x)

语法格式

public void updateDouble(int columnIndex,   
double x)        
throws SQLException

功能描述

定义:ResultSet接口的updateDouble方法。

updateDouble(String columnName, double x)

语法格式

public void updateDouble(String columnName, 
double x)   
throws SQLException

功能描述

定义:ResultSet接口的updateDouble方法。

updateFloat(int columnIndex, float x)

语法格式

public void updateFloat(int columnIndex,       
float x)         
throws SQLException

功能描述

定义:ResultSet接口的updateFloat方法。

updateFloat(String columnName, float x)

语法格式

public void updateFloat(String columnName,   
float x)      
throws SQLException

功能描述

定义:ResultSet接口的updateFloat方法。

updateInt(int columnIndex, int x)

语法格式

public void updateInt(int columnIndex, 
int x)     
throws SQLException

功能描述

定义:ResultSet接口的updateInt方法。

updateInt(String columnName, int x)

语法格式

public void updateInt(String columnName,    
int x)      
throws SQLException

功能描述

定义:ResultSet接口的updateInt方法。

updateLong(int columnIndex, long x)

语法格式

public void updateLong(int columnIndex,   
long x)    
throws SQLException

功能描述

定义:ResultSet接口的updateLong方法。

updateLong(String columnName, long x)

语法格式

public void updateLong(String columnName,    
long x)  
throws SQLException

功能描述

定义:ResultSet接口的updateLong方法。

updateNCharacterStream(int columnIndex, Reader x)

语法格式

public void updateNCharacterStream(int columnIndex,
Reader x)         
throws SQLException

功能描述

定义:ResultSet接口的updateNCharacterStream方法。

该方法尚未实现。

updateNCharacterStream(int columnIndex, Reader x, int length)

功能描述

使用列索引更新指定的列,该值将具有指定的字节数。

语法格式

public void updateNCharacterStream(int columnIndex,   
Reader x,   
int length)  
throws SQLException

参数说明

参数名 参数说明
columnIndex 列索引
x 包含新列值的 Reader 对象
length 流的长度

返回值

无。

注意事项

该方法尚未实现。

updateNCharacterStream(int columnIndex, Reader x, long length)

语法格式

public void updateNCharacterStream(int columnIndex,  
Reader x,      
long length)  
throws SQLException

功能描述

定义:ResultSet接口的updateNCharacterStream方法。

该方法尚未实现。

updateNCharacterStream(String columnName, Reader x)

语法格式

public void updateNCharacterStream(String columnName,  
Reader x)            
throws SQLException

功能描述

定义:ResultSet接口的updateNCharacterStream方法。

该方法尚未实现。

updateNCharacterStream(String columnName, Reader x, int length)

功能描述

使用列名更新指定的列,该值将具有指定的字节数。

语法格式

public void updateNCharacterStream(String columnName,     
Reader x,             
int length)  
throws SQLException

参数说明

参数名 参数说明
columnName 列名
x 包含新列值的 Reader 对象
length 流的长度

返回值

无。

注意事项

该方法尚未实现。

updateNCharacterStream(String columnName, Reader x, long length)

语法格式

public void updateNCharacterStream(String columnName,  
Reader x,             
long length)   
throws SQLException

功能描述

定义:ResultSet接口的updateNCharacterStream方法。

该方法尚未实现。

updateNClob(int columnIndex, NClob nClob)

语法格式

public void updateNClob(int columnIndex,   
NClob nClob)     
throws SQLException

功能描述

定义:ResultSet接口的updateNClob方法。

该方法尚未实现。

updateNClob(int columnIndex, Reader reader)

语法格式

public void updateNClob(int columnIndex,    
Reader reader)  
throws SQLException

功能描述

定义:ResultSet接口的updateNClob方法。

该方法尚未实现。

updateNClob(int columnIndex, Reader reader, long length)

语法格式

public void updateNClob(int columnIndex,   
Reader reader,    
long length)     
throws SQLException

功能描述

定义:ResultSet接口的updateNClob方法。

该方法尚未实现。

updateNClob(String columnName, NClob nClob)

语法格式

public void updateNClob(String columnName,   
NClob nClob)       
throws SQLException

功能描述

定义:ResultSet接口的updateNClob方法。

该方法尚未实现。

updateNClob(String columnName, Reader reader)

语法格式

public void updateNClob(String columnName, 
Reader reader)       
throws SQLException

功能描述

定义:ResultSet接口的updateNClob方法。

该方法尚未实现。

updateNClob(String columnName, Reader reader, long length)

语法格式

public void updateNClob(String columnName,    
Reader reader,  
long length)   
throws SQLException

功能描述

定义:ResultSet接口的updateNClob方法。

该方法尚未实现。

updateNString(int columnIndex, String nString)

语法格式

public void updateNString(int columnIndex,
String nString)        
throws SQLException

功能描述

定义:ResultSet接口的updateNString方法。

该方法尚未实现。

updateNString(String columnName, String nString)

语法格式

public void updateNString(String columnName, 
String nString)     
throws SQLException

功能描述

定义:ResultSet接口的updateNString方法。

该方法尚未实现。

updateNull(int columnIndex)

语法格式

public void updateNull(int columnIndex)
throws SQLException

功能描述

定义:ResultSet接口的updateNull方法。

updateNull(String columnName)

语法格式

public void updateNull(String columnName)
throws SQLException

功能描述

定义:ResultSet接口的updateNull方法。

updateObject(int columnIndex, Object x)

语法格式

public void updateObject(int columnIndex, 
Object x)   
throws SQLException

功能描述

定义:ResultSet接口的updateObject方法。

updateObject(int columnIndex, Object x, int scale)

语法格式

public void updateObject(int columnIndex,   
Object x,          
int scale)    
throws SQLException

功能描述

定义:ResultSet接口的updateObject方法。

updateObject(String columnName, Object x)

语法格式

public void updateObject(String columnName,  
Object x)      
throws SQLException

功能描述

定义:ResultSet接口的updateObject方法。

updateObject(String columnName, Object x, int scale)

语法格式

public void updateObject(String columnName,  
Object x,   
int scale)   
throws SQLException

功能描述

定义:ResultSet接口的updateObject方法。

updateRef(int columnIndex, Ref x)

语法格式

public void updateRef(int columnIndex,       
Ref x)   
throws SQLException

功能描述

定义:ResultSet接口的updateRef方法。

该方法尚未实现。

updateRef(String columnName, Ref x)

语法格式

public void updateRef(String columnName,  
Ref x)     
throws SQLException

功能描述

定义:ResultSet接口的updateRef方法。

该方法尚未实现。

updateRow

语法格式

public void updateRow()     
throws SQLException

功能描述

定义:ResultSet接口的updateRow方法。

updateRowId(int columnIndex, RowId x)

语法格式

public void updateRowId(int columnIndex, 
RowId x)    
throws SQLException

功能描述

定义:ResultSet接口的updateRowId方法。

该方法尚未实现。

updateRowId(String columnName, RowId x)

语法格式

public void updateRowId(String columnName,   
RowId x)       
throws SQLException

功能描述

定义:ResultSet接口的updateRowId方法。

该方法尚未实现。

updateShort(int columnIndex, short x)

语法格式

public void updateShort(int columnIndex, 
short x)        
throws SQLException

功能描述

定义:ResultSet接口的updateShort方法。

updateShort(String columnName, short x)

语法格式

public void updateShort(String columnName,  
short x)     
throws SQLException

功能描述

定义:ResultSet接口的updateShort方法。

updateSQLXML(int columnIndex, SQLXML xmlObject)

语法格式

public void updateSQLXML(int columnIndex,  
SQLXML xmlObject)      
throws SQLException

功能描述

定义:ResultSet接口的updateSQLXML方法。

updateSQLXML(String columnName, SQLXML xmlObject)

语法格式

public void updateSQLXML(String columnName, 
SQLXML xmlObject)       
throws SQLException

功能描述

定义:ResultSet接口的updateSQLXML方法。

updateString(int columnIndex, String x)

语法格式

public void updateString(int columnIndex, 
String x)      
throws SQLException

功能描述

定义:ResultSet接口的updateString方法。

updateString(String columnName, String x)

语法格式

public void updateString(String columnName, 
String x)  
throws SQLException

功能描述

定义:ResultSet接口的updateString方法。

updateTime(int columnIndex, Time x)

语法格式

public void updateTime(int columnIndex, 
Time x)      
throws SQLException

功能描述

定义:ResultSet接口的updateTime方法。

updateTime(String columnName, Time x)

语法格式

public void updateTime(String columnName,  
Time x)       
throws SQLException

功能描述

定义:ResultSet接口的updateTime方法。

updateTimestamp(int columnIndex, Timestamp x)

语法格式

public void updateTimestamp(int columnIndex,  
Timestamp x) 
throws SQLException

功能描述

定义:ResultSet接口的updateTimestamp方法。

updateTimestamp(String columnName, Timestamp x)

语法格式

public void updateTimestamp(String columnName, 
Timestamp x)       
throws SQLException

功能描述

定义:ResultSet接口的updateTimestamp方法。

updateValue

功能描述

更新列的值。

语法格式

protected void updateValue(int columnIndex, 
Object value)
throws SQLException

参数说明

参数名 参数说明
columnIndex 列索引
value 新列值

返回值

无。

wasNull

语法格式

public boolean wasNull() 
throws SQLException

功能描述

定义:ResultSet接口的wasNull方法。

其他

已实现的接口:AutoCloseable, ResultSet, Wrapper, PGRefCursorResultSet。