Use the 'Java.Sql.IResultSet' type. This class will be removed in a future release. An interface for an object which represents a database table entry, returned as the result of the query to the database. C# 複製 [Android.Runtime.Register("java/sql/ResultSet", DoNotGenerateAcw=true...
MultiShardResultSet ClassReference Feedback Package: com.microsoft.azure.elasticdb.query.multishard java.lang.Object AutoCloseable com.microsoft.azure.elasticdb.query.multishard.MultiShardResultSetpublic class MultiShardResultSetConstructor Summary 展開資料表 ConstructorDescription MultiShardResultSet(List<...
java.lang.Object AutoCloseable com.microsoft.azure.elasticdb.query.multishard.MultiShardResultSetpublic class MultiShardResultSetConstructor Summary 展開表格 ConstructorDescription MultiShardResultSet(List<LabeledResultSet> results) Creates an Instance of MultiShardResultSet....
Methods inherited from interface java.sql.ResultSet absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, ...
Use the 'Java.Sql.IResultSetMetaData' type. This class will be removed in a future release. Provides information about the columns returned in a ResultSet. C# Kopéieren [Android.Runtime.Register("java/sql/ResultSetMetaData", DoNotGenerateAcw=true)] [System.Obsolete("Use the 'Java.Sql.I...
getObject(String columnLabel, Map<String,Class<?>> map) このResultSetオブジェクトの現在行にある指定された列の値を、Javaプログラミング言語のObjectとして取り出します。 Ref getRef(int columnIndex) このResultSetオブジェクトの現在行にある指定された列の値を、Javaプログラミング言語のRe...
Extends:java.lang.Object Implements:java.sql.ResultSet public final class SQLServerResultSet Remarks There are two types of result sets: client-side and server-side. Client-side result sets are used when the results can fit in the client process memory. These results provide the fastest performan...
现在,我们将使用所阅读的.sql脚本使用jdbcTemplate.query来查询数据库。所需的ResultSet将作为参数传递给...
Extends:java.lang.Object Implements:java.sql.ResultSet public final class SQLServerResultSet 备注 There are two types of result sets: client-side and server-side. Client-side result sets are used when the results can fit in the client process memory. These results provide the fastest performance...
isEmptyin interfaceResultSet Returns: true if result set is empty, false otherwise getResultItems publicRepositoryItem[]getResultItems() Description copied from interface:ResultSet Get array of all result items stored in this record set Specified by: ...