クラス PgResultSet
- すべての実装されたインタフェース:
AutoCloseable
,ResultSet
,Wrapper
,PGRefCursorResultSet
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
フィールド修飾子とタイプフィールド説明protected boolean
protected final BaseConnection
protected int
protected @Nullable ResultCursor
protected int
protected final Field[]
protected int
protected final int
protected final int
protected boolean
protected final @Nullable Query
protected int
protected final BaseStatement
protected @Nullable Tuple
protected @Nullable SQLWarning
protected boolean
True if the last obtained column value was SQL NULL as specified bywasNull()
.インタフェースから継承されたフィールド java.sql.ResultSet
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
-
メソッドの概要
修飾子とタイプメソッド説明boolean
absolute
(int index) protected void
addWarning
(SQLWarning warnings) void
void
void
protected void
protected void
checkColumnIndex
(@org.checkerframework.checker.index.qual.Positive int column) void
void
close()
protected void
createColumnNameIndexMap
(Field[] fields, boolean isSanitiserDisabled) protected ResultSetMetaData
void
@org.checkerframework.checker.index.qual.NonNegative int
findColumn
(String columnName) boolean
first()
boolean
Get state of adaptive fetch for resultSet.@Nullable Array
getArray
(int i) @Nullable Array
@Nullable InputStream
getAsciiStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable InputStream
getAsciiStream
(String columnName) @Nullable BigDecimal
getBigDecimal
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable BigDecimal
getBigDecimal
(int columnIndex, int scale) @Nullable BigDecimal
getBigDecimal
(String columnName) @Nullable BigDecimal
getBigDecimal
(String columnName, int scale) @Nullable InputStream
getBinaryStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable InputStream
getBinaryStream
(String columnName) @Nullable Blob
getBlob
(int i) @Nullable Blob
boolean
getBoolean
(@org.checkerframework.checker.index.qual.Positive int columnIndex) Retrieves the value of the designated column in the current row of thisResultSet
object as aboolean
in the Java programming language.boolean
getBoolean
(String columnName) byte
getByte
(@org.checkerframework.checker.index.qual.Positive int columnIndex) byte
byte @Nullable []
getBytes
(@org.checkerframework.checker.index.qual.Positive int columnIndex) byte @Nullable []
@Nullable Reader
getCharacterStream
(int i) @Nullable Reader
getCharacterStream
(String columnName) @Nullable Clob
getClob
(int i) @Nullable Clob
int
getColumnOID
(int field) Returns the OID of a field.int
@Nullable String
@Nullable Date
getDate
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable Date
@Nullable Date
@Nullable Date
double
getDouble
(@org.checkerframework.checker.index.qual.Positive int columnIndex) double
int
int
@Nullable String
getFixedString
(int col) This is used to fix get*() methods on Money fields.float
getFloat
(@org.checkerframework.checker.index.qual.Positive int columnIndex) float
int
int
getInt
(@org.checkerframework.checker.index.qual.Positive int columnIndex) int
int
Get fetch size used during last fetch.long
getLong
(@org.checkerframework.checker.index.qual.Positive int columnIndex) long
@Nullable Reader
getNCharacterStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable Reader
getNCharacterStream
(String columnName) @Nullable NClob
getNClob
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable NClob
@Nullable String
getNString
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable String
getNString
(String columnName) @Nullable Object
getObject
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable Object
getObject
(@org.checkerframework.checker.index.qual.Positive int i, @Nullable Map<String, Class<?>> map) <T> @Nullable T
@Nullable Object
@Nullable Object
<T> @Nullable T
@Nullable Object
getObjectImpl
(int i, @Nullable Map<String, Class<?>> map) @Nullable Object
getObjectImpl
(String columnName, @Nullable Map<String, Class<?>> map) protected String
getPGType
(@org.checkerframework.checker.index.qual.Positive int column) protected byte @Nullable []
getRawValue
(@org.checkerframework.checker.index.qual.Positive int column) Checks that the result set is not closed, it's positioned on a valid row and that the given column number is valid.@Nullable Ref
getRef
(int i) @Nullable Ref
@Nullable String
int
getRow()
@Nullable RowId
getRowId
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable RowId
short
getShort
(@org.checkerframework.checker.index.qual.Positive int columnIndex) short
protected int
getSQLType
(@org.checkerframework.checker.index.qual.Positive int column) @Nullable SQLXML
getSQLXML
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable SQLXML
@Nullable String
getString
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable String
@Nullable Time
getTime
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable Time
@Nullable Time
@Nullable Time
@Nullable Timestamp
getTimestamp
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable Timestamp
getTimestamp
(int i, @Nullable Calendar cal) @Nullable Timestamp
getTimestamp
(String columnName) @Nullable Timestamp
getTimestamp
(String c, @Nullable Calendar cal) int
getType()
@Nullable InputStream
getUnicodeStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex) @Nullable InputStream
getUnicodeStream
(String columnName) getURL
(@org.checkerframework.checker.index.qual.Positive int columnIndex) protected Object
getUUID
(byte[] data) protected Object
@Nullable SQLWarning
void
protected @Nullable Object
internalGetObject
(@org.checkerframework.checker.index.qual.Positive int columnIndex, Field field) boolean
boolean
protected boolean
isBinary
(@org.checkerframework.checker.index.qual.Positive int column) Returns true if the value of the given column is in binary format.boolean
isClosed()
boolean
isFirst()
boolean
isLast()
protected boolean
boolean
isWrapperFor
(Class<?> iface) boolean
last()
protected Array
makeArray
(int oid, byte[] value) protected Array
protected Blob
makeBlob
(long oid) protected Clob
makeClob
(long oid) void
void
boolean
next()
boolean
previous()
static @Nullable String[]
quotelessTableName
(String fullname) Cracks out the table name and schema (if it exists) from a fully qualified table name.void
boolean
relative
(int rows) boolean
boolean
boolean
void
setAdaptiveFetch
(boolean adaptiveFetch) Turn on/off adaptive fetch for ResultSet.void
setFetchDirection
(int direction) void
setFetchSize
(int rows) static @PolyNull BigDecimal
toBigDecimal
(@PolyNull String s) @PolyNull BigDecimal
toBigDecimal
(@PolyNull String s, int scale) static double
static float
static int
static long
static short
<T> T
void
updateArray
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Array x) void
updateArray
(String columnName, @Nullable Array x) void
updateAsciiStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream) void
updateAsciiStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream x, int length) void
updateAsciiStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream, long length) void
updateAsciiStream
(String columnName, @Nullable InputStream inputStream) void
updateAsciiStream
(String columnName, @Nullable InputStream x, int length) void
updateAsciiStream
(String columnName, @Nullable InputStream inputStream, long length) void
updateBigDecimal
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable BigDecimal x) void
updateBigDecimal
(String columnName, @Nullable BigDecimal x) void
updateBinaryStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream) void
updateBinaryStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream x, int length) void
updateBinaryStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream, long length) void
updateBinaryStream
(String columnName, @Nullable InputStream inputStream) void
updateBinaryStream
(String columnName, @Nullable InputStream x, int length) void
updateBinaryStream
(String columnName, @Nullable InputStream inputStream, long length) void
updateBlob
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream) void
updateBlob
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream, long length) void
updateBlob
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Blob x) void
updateBlob
(String columnName, @Nullable InputStream inputStream) void
updateBlob
(String columnName, @Nullable InputStream inputStream, long length) void
updateBlob
(String columnName, @Nullable Blob x) void
updateBoolean
(@org.checkerframework.checker.index.qual.Positive int columnIndex, boolean x) void
updateBoolean
(String columnName, boolean x) void
updateByte
(@org.checkerframework.checker.index.qual.Positive int columnIndex, byte x) void
updateByte
(String columnName, byte x) void
updateBytes
(@org.checkerframework.checker.index.qual.Positive int columnIndex, byte @Nullable [] x) void
updateBytes
(String columnName, byte @Nullable [] x) void
updateCharacterStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader) void
updateCharacterStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader x, int length) void
updateCharacterStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader, long length) void
updateCharacterStream
(String columnName, @Nullable Reader reader) void
updateCharacterStream
(String columnName, @Nullable Reader reader, int length) void
updateCharacterStream
(String columnName, @Nullable Reader reader, long length) void
updateClob
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader) void
updateClob
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader, long length) void
updateClob
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Clob x) void
updateClob
(String columnName, @Nullable Reader reader) void
updateClob
(String columnName, @Nullable Reader reader, long length) void
updateClob
(String columnName, @Nullable Clob x) void
updateDate
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Date x) void
updateDate
(String columnName, @Nullable Date x) void
updateDouble
(@org.checkerframework.checker.index.qual.Positive int columnIndex, double x) void
updateDouble
(String columnName, double x) void
updateFloat
(@org.checkerframework.checker.index.qual.Positive int columnIndex, float x) void
updateFloat
(String columnName, float x) void
updateInt
(@org.checkerframework.checker.index.qual.Positive int columnIndex, int x) void
void
updateLong
(@org.checkerframework.checker.index.qual.Positive int columnIndex, long x) void
updateLong
(String columnName, long x) void
updateNCharacterStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader x) void
updateNCharacterStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader x, int length) void
updateNCharacterStream
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader x, long length) void
updateNCharacterStream
(String columnName, @Nullable Reader x) void
updateNCharacterStream
(String columnName, @Nullable Reader x, int length) void
updateNCharacterStream
(String columnName, @Nullable Reader x, long length) void
updateNClob
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader) void
updateNClob
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader, long length) void
updateNClob
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable NClob nClob) void
updateNClob
(String columnName, @Nullable Reader reader) void
updateNClob
(String columnName, @Nullable Reader reader, long length) void
updateNClob
(String columnName, @Nullable NClob nClob) void
updateNString
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable String nString) void
updateNString
(String columnName, @Nullable String nString) void
updateNull
(@org.checkerframework.checker.index.qual.Positive int columnIndex) void
updateNull
(String columnName) void
updateObject
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Object x, SQLType targetSqlType) void
updateObject
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Object x, SQLType targetSqlType, int scaleOrLength) void
updateObject
(int columnIndex, @Nullable Object x) void
updateObject
(int columnIndex, @Nullable Object x, int scale) void
updateObject
(String columnName, @Nullable Object x) void
updateObject
(String columnName, @Nullable Object x, int scale) void
updateObject
(String columnLabel, @Nullable Object x, SQLType targetSqlType) void
updateObject
(String columnLabel, @Nullable Object x, SQLType targetSqlType, int scaleOrLength) void
void
void
void
updateRowId
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable RowId x) void
updateRowId
(String columnName, @Nullable RowId x) void
updateShort
(@org.checkerframework.checker.index.qual.Positive int columnIndex, short x) void
updateShort
(String columnName, short x) void
updateSQLXML
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable SQLXML xmlObject) void
updateSQLXML
(String columnName, @Nullable SQLXML xmlObject) void
updateString
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable String x) void
updateString
(String columnName, @Nullable String x) void
updateTime
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Time x) void
updateTime
(String columnName, @Nullable Time x) void
updateTimestamp
(int columnIndex, @Nullable Timestamp x) void
updateTimestamp
(String columnName, @Nullable Timestamp x) protected void
updateValue
(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Object value) protected PgResultSet
This is here to be used by metadata functions to make all column labels upper case.boolean
wasNull()
-
フィールド詳細
-
connection
-
statement
-
fields
-
originalQuery
-
maxRows
protected final int maxRows -
maxFieldSize
protected final int maxFieldSize -
rows
-
currentRow
protected int currentRow -
rowOffset
protected int rowOffset -
thisRow
-
warnings
-
wasNullFlag
protected boolean wasNullFlagTrue if the last obtained column value was SQL NULL as specified bywasNull()
. The value is always updated by thegetRawValue(int)
method. -
onInsertRow
protected boolean onInsertRow -
fetchSize
protected int fetchSize -
lastUsedFetchSize
protected int lastUsedFetchSize -
adaptiveFetch
protected boolean adaptiveFetch -
cursor
-
-
メソッドの詳細
-
createMetaData
- 例外:
SQLException
-
getMetaData
- 定義:
getMetaData
インタフェース内ResultSet
- 例外:
SQLException
-
getURL
public URL getURL(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getURL
インタフェース内ResultSet
- 例外:
SQLException
-
getURL
- 定義:
getURL
インタフェース内ResultSet
- 例外:
SQLException
-
internalGetObject
@RequiresNonNull("thisRow") protected @Nullable Object internalGetObject(@org.checkerframework.checker.index.qual.Positive int columnIndex, Field field) throws SQLException - 例外:
SQLException
-
absolute
- 定義:
absolute
インタフェース内ResultSet
- 例外:
SQLException
-
afterLast
- 定義:
afterLast
インタフェース内ResultSet
- 例外:
SQLException
-
beforeFirst
- 定義:
beforeFirst
インタフェース内ResultSet
- 例外:
SQLException
-
first
- 定義:
first
インタフェース内ResultSet
- 例外:
SQLException
-
getArray
- 定義:
getArray
インタフェース内ResultSet
- 例外:
SQLException
-
makeArray
- 例外:
SQLException
-
makeArray
- 例外:
SQLException
-
getArray
- 定義:
getArray
インタフェース内ResultSet
- 例外:
SQLException
-
getBigDecimal
public @Nullable BigDecimal getBigDecimal(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getBigDecimal
インタフェース内ResultSet
- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimal
インタフェース内ResultSet
- 例外:
SQLException
-
getBlob
- 定義:
getBlob
インタフェース内ResultSet
- 例外:
SQLException
-
makeBlob
- 例外:
SQLException
-
getBlob
- 定義:
getBlob
インタフェース内ResultSet
- 例外:
SQLException
-
getCharacterStream
- 定義:
getCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
getCharacterStream
- 定義:
getCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
getClob
- 定義:
getClob
インタフェース内ResultSet
- 例外:
SQLException
-
makeClob
- 例外:
SQLException
-
getClob
- 定義:
getClob
インタフェース内ResultSet
- 例外:
SQLException
-
getConcurrency
- 定義:
getConcurrency
インタフェース内ResultSet
- 例外:
SQLException
-
getDate
- 定義:
getDate
インタフェース内ResultSet
- 例外:
SQLException
-
getTime
- 定義:
getTime
インタフェース内ResultSet
- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestamp
インタフェース内ResultSet
- 例外:
SQLException
-
getDate
- 定義:
getDate
インタフェース内ResultSet
- 例外:
SQLException
-
getTime
- 定義:
getTime
インタフェース内ResultSet
- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestamp
インタフェース内ResultSet
- 例外:
SQLException
-
getFetchDirection
- 定義:
getFetchDirection
インタフェース内ResultSet
- 例外:
SQLException
-
getObjectImpl
public @Nullable Object getObjectImpl(String columnName, @Nullable Map<String, Class<?>> map) throws SQLException- 例外:
SQLException
-
getObjectImpl
public @Nullable Object getObjectImpl(int i, @Nullable Map<String, Class<?>> map) throws SQLException- 例外:
SQLException
-
getRef
- 定義:
getRef
インタフェース内ResultSet
- 例外:
SQLException
-
getRef
- 定義:
getRef
インタフェース内ResultSet
- 例外:
SQLException
-
getRow
- 定義:
getRow
インタフェース内ResultSet
- 例外:
SQLException
-
getStatement
- 定義:
getStatement
インタフェース内ResultSet
- 例外:
SQLException
-
getType
- 定義:
getType
インタフェース内ResultSet
- 例外:
SQLException
-
isAfterLast
- 定義:
isAfterLast
インタフェース内ResultSet
- 例外:
SQLException
-
isBeforeFirst
- 定義:
isBeforeFirst
インタフェース内ResultSet
- 例外:
SQLException
-
isFirst
- 定義:
isFirst
インタフェース内ResultSet
- 例外:
SQLException
-
isLast
- 定義:
isLast
インタフェース内ResultSet
- 例外:
SQLException
-
last
- 定義:
last
インタフェース内ResultSet
- 例外:
SQLException
-
previous
- 定義:
previous
インタフェース内ResultSet
- 例外:
SQLException
-
relative
- 定義:
relative
インタフェース内ResultSet
- 例外:
SQLException
-
setFetchDirection
- 定義:
setFetchDirection
インタフェース内ResultSet
- 例外:
SQLException
-
cancelRowUpdates
- 定義:
cancelRowUpdates
インタフェース内ResultSet
- 例外:
SQLException
-
deleteRow
- 定義:
deleteRow
インタフェース内ResultSet
- 例外:
SQLException
-
insertRow
- 定義:
insertRow
インタフェース内ResultSet
- 例外:
SQLException
-
moveToCurrentRow
- 定義:
moveToCurrentRow
インタフェース内ResultSet
- 例外:
SQLException
-
moveToInsertRow
- 定義:
moveToInsertRow
インタフェース内ResultSet
- 例外:
SQLException
-
rowDeleted
- 定義:
rowDeleted
インタフェース内ResultSet
- 例外:
SQLException
-
rowInserted
- 定義:
rowInserted
インタフェース内ResultSet
- 例外:
SQLException
-
rowUpdated
- 定義:
rowUpdated
インタフェース内ResultSet
- 例外:
SQLException
-
updateAsciiStream
public void updateAsciiStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream x, int length) throws SQLException - 定義:
updateAsciiStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateBigDecimal
public void updateBigDecimal(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable BigDecimal x) throws SQLException - 定義:
updateBigDecimal
インタフェース内ResultSet
- 例外:
SQLException
-
updateBinaryStream
public void updateBinaryStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream x, int length) throws SQLException - 定義:
updateBinaryStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateBoolean
public void updateBoolean(@org.checkerframework.checker.index.qual.Positive int columnIndex, boolean x) throws SQLException - 定義:
updateBoolean
インタフェース内ResultSet
- 例外:
SQLException
-
updateByte
public void updateByte(@org.checkerframework.checker.index.qual.Positive int columnIndex, byte x) throws SQLException - 定義:
updateByte
インタフェース内ResultSet
- 例外:
SQLException
-
updateBytes
public void updateBytes(@org.checkerframework.checker.index.qual.Positive int columnIndex, byte @Nullable [] x) throws SQLException - 定義:
updateBytes
インタフェース内ResultSet
- 例外:
SQLException
-
updateCharacterStream
public void updateCharacterStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader x, int length) throws SQLException - 定義:
updateCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateDate
public void updateDate(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Date x) throws SQLException - 定義:
updateDate
インタフェース内ResultSet
- 例外:
SQLException
-
updateDouble
public void updateDouble(@org.checkerframework.checker.index.qual.Positive int columnIndex, double x) throws SQLException - 定義:
updateDouble
インタフェース内ResultSet
- 例外:
SQLException
-
updateFloat
public void updateFloat(@org.checkerframework.checker.index.qual.Positive int columnIndex, float x) throws SQLException - 定義:
updateFloat
インタフェース内ResultSet
- 例外:
SQLException
-
updateInt
public void updateInt(@org.checkerframework.checker.index.qual.Positive int columnIndex, int x) throws SQLException - 定義:
updateInt
インタフェース内ResultSet
- 例外:
SQLException
-
updateLong
public void updateLong(@org.checkerframework.checker.index.qual.Positive int columnIndex, long x) throws SQLException - 定義:
updateLong
インタフェース内ResultSet
- 例外:
SQLException
-
updateNull
public void updateNull(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
updateNull
インタフェース内ResultSet
- 例外:
SQLException
-
updateObject
- 定義:
updateObject
インタフェース内ResultSet
- 例外:
SQLException
-
updateObject
- 定義:
updateObject
インタフェース内ResultSet
- 例外:
SQLException
-
refreshRow
- 定義:
refreshRow
インタフェース内ResultSet
- 例外:
SQLException
-
updateRow
- 定義:
updateRow
インタフェース内ResultSet
- 例外:
SQLException
-
updateShort
public void updateShort(@org.checkerframework.checker.index.qual.Positive int columnIndex, short x) throws SQLException - 定義:
updateShort
インタフェース内ResultSet
- 例外:
SQLException
-
updateString
public void updateString(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable String x) throws SQLException - 定義:
updateString
インタフェース内ResultSet
- 例外:
SQLException
-
updateTime
public void updateTime(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Time x) throws SQLException - 定義:
updateTime
インタフェース内ResultSet
- 例外:
SQLException
-
updateTimestamp
- 定義:
updateTimestamp
インタフェース内ResultSet
- 例外:
SQLException
-
updateNull
- 定義:
updateNull
インタフェース内ResultSet
- 例外:
SQLException
-
updateBoolean
- 定義:
updateBoolean
インタフェース内ResultSet
- 例外:
SQLException
-
updateByte
- 定義:
updateByte
インタフェース内ResultSet
- 例外:
SQLException
-
updateShort
- 定義:
updateShort
インタフェース内ResultSet
- 例外:
SQLException
-
updateInt
- 定義:
updateInt
インタフェース内ResultSet
- 例外:
SQLException
-
updateLong
- 定義:
updateLong
インタフェース内ResultSet
- 例外:
SQLException
-
updateFloat
- 定義:
updateFloat
インタフェース内ResultSet
- 例外:
SQLException
-
updateDouble
- 定義:
updateDouble
インタフェース内ResultSet
- 例外:
SQLException
-
updateBigDecimal
- 定義:
updateBigDecimal
インタフェース内ResultSet
- 例外:
SQLException
-
updateString
- 定義:
updateString
インタフェース内ResultSet
- 例外:
SQLException
-
updateBytes
- 定義:
updateBytes
インタフェース内ResultSet
- 例外:
SQLException
-
updateDate
- 定義:
updateDate
インタフェース内ResultSet
- 例外:
SQLException
-
updateTime
- 定義:
updateTime
インタフェース内ResultSet
- 例外:
SQLException
-
updateTimestamp
- 定義:
updateTimestamp
インタフェース内ResultSet
- 例外:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnName, @Nullable InputStream x, int length) throws SQLException - 定義:
updateAsciiStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnName, @Nullable InputStream x, int length) throws SQLException - 定義:
updateBinaryStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnName, @Nullable Reader reader, int length) throws SQLException - 定義:
updateCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateObject
- 定義:
updateObject
インタフェース内ResultSet
- 例外:
SQLException
-
updateObject
- 定義:
updateObject
インタフェース内ResultSet
- 例外:
SQLException
-
setAdaptiveFetch
Turn on/off adaptive fetch for ResultSet.- パラメータ:
adaptiveFetch
- desired state of adaptive fetch.- 例外:
SQLException
- exception returned if ResultSet is closed
-
getAdaptiveFetch
Get state of adaptive fetch for resultSet.- 戻り値:
- state of adaptive fetch (turned on or off)
- 例外:
SQLException
- exception returned if ResultSet is closed
-
quotelessTableName
Cracks out the table name and schema (if it exists) from a fully qualified table name.- パラメータ:
fullname
- string that we are trying to crack. Test cases:Table: table () "Table": Table () Schema.Table: table (schema) "Schema"."Table": Table (Schema) "Schema"."Dot.Table": Dot.Table (Schema) Schema."Dot.Table": Dot.Table (schema)
- 戻り値:
- String array with element zero always being the tablename and element 1 the schema name which may be a zero length string.
-
getPGStatement
-
getRefCursor
- 定義:
getRefCursor
インタフェース内PGRefCursorResultSet
- 戻り値:
- the name of the cursor.
-
setFetchSize
- 定義:
setFetchSize
インタフェース内ResultSet
- 例外:
SQLException
-
getFetchSize
- 定義:
getFetchSize
インタフェース内ResultSet
- 例外:
SQLException
-
getLastUsedFetchSize
Get fetch size used during last fetch. Returned value can be useful if using adaptive fetch.- 戻り値:
- fetch size used during last fetch.
- 例外:
SQLException
- exception returned if ResultSet is closed
-
next
- 定義:
next
インタフェース内ResultSet
- 例外:
SQLException
-
close
- 定義:
close
インタフェース内AutoCloseable
- 定義:
close
インタフェース内ResultSet
- 例外:
SQLException
-
closeInternally
- 例外:
SQLException
-
wasNull
- 定義:
wasNull
インタフェース内ResultSet
- 例外:
SQLException
-
getString
@Pure public @Nullable String getString(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getString
インタフェース内ResultSet
- 例外:
SQLException
-
getBoolean
@Pure public boolean getBoolean(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException Retrieves the value of the designated column in the current row of this
ResultSet
object as aboolean
in the Java programming language.If the designated column has a Character datatype and is one of the following values: "1", "true", "t", "yes", "y" or "on", a value of
true
is returned. If the designated column has a Character datatype and is one of the following values: "0", "false", "f", "no", "n" or "off", a value offalse
is returned. Leading or trailing whitespace is ignored, and case does not matter.If the designated column has a Numeric datatype and is a 1, a value of
true
is returned. If the designated column has a Numeric datatype and is a 0, a value offalse
is returned.- 定義:
getBoolean
インタフェース内ResultSet
- パラメータ:
columnIndex
- the first column is 1, the second is 2, ...- 戻り値:
- the column value; if the value is SQL
NULL
, the value returned isfalse
- 例外:
SQLException
- if the columnIndex is not valid; if a database access error occurs; if this method is called on a closed result set or is an invalid cast to boolean type.- 関連項目:
-
getByte
public byte getByte(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getByte
インタフェース内ResultSet
- 例外:
SQLException
-
getShort
public short getShort(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getShort
インタフェース内ResultSet
- 例外:
SQLException
-
getInt
@Pure public int getInt(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getInt
インタフェース内ResultSet
- 例外:
SQLException
-
getLong
@Pure public long getLong(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getLong
インタフェース内ResultSet
- 例外:
SQLException
-
getFloat
@Pure public float getFloat(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getFloat
インタフェース内ResultSet
- 例外:
SQLException
-
getDouble
@Pure public double getDouble(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getDouble
インタフェース内ResultSet
- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimal
インタフェース内ResultSet
- 例外:
SQLException
-
getBytes
@Pure public byte @Nullable [] getBytes(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException In normal use, the bytes represent the raw values returned by the backend. However, if the column is an OID, then it is assumed to refer to a Large Object, and that object is returned as a byte array.
Be warned If the large object is huge, then you may run out of memory.
- 定義:
getBytes
インタフェース内ResultSet
- 例外:
SQLException
-
getDate
@Pure public @Nullable Date getDate(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getDate
インタフェース内ResultSet
- 例外:
SQLException
-
getTime
@Pure public @Nullable Time getTime(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getTime
インタフェース内ResultSet
- 例外:
SQLException
-
getTimestamp
@Pure public @Nullable Timestamp getTimestamp(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getTimestamp
インタフェース内ResultSet
- 例外:
SQLException
-
getAsciiStream
@Pure public @Nullable InputStream getAsciiStream(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getAsciiStream
インタフェース内ResultSet
- 例外:
SQLException
-
getUnicodeStream
@Pure public @Nullable InputStream getUnicodeStream(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getUnicodeStream
インタフェース内ResultSet
- 例外:
SQLException
-
getBinaryStream
@Pure public @Nullable InputStream getBinaryStream(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getBinaryStream
インタフェース内ResultSet
- 例外:
SQLException
-
getString
- 定義:
getString
インタフェース内ResultSet
- 例外:
SQLException
-
getBoolean
- 定義:
getBoolean
インタフェース内ResultSet
- 例外:
SQLException
-
getByte
- 定義:
getByte
インタフェース内ResultSet
- 例外:
SQLException
-
getShort
- 定義:
getShort
インタフェース内ResultSet
- 例外:
SQLException
-
getInt
- 定義:
getInt
インタフェース内ResultSet
- 例外:
SQLException
-
getLong
- 定義:
getLong
インタフェース内ResultSet
- 例外:
SQLException
-
getFloat
- 定義:
getFloat
インタフェース内ResultSet
- 例外:
SQLException
-
getDouble
- 定義:
getDouble
インタフェース内ResultSet
- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimal
インタフェース内ResultSet
- 例外:
SQLException
-
getBytes
- 定義:
getBytes
インタフェース内ResultSet
- 例外:
SQLException
-
getDate
- 定義:
getDate
インタフェース内ResultSet
- 例外:
SQLException
-
getTime
- 定義:
getTime
インタフェース内ResultSet
- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestamp
インタフェース内ResultSet
- 例外:
SQLException
-
getAsciiStream
- 定義:
getAsciiStream
インタフェース内ResultSet
- 例外:
SQLException
-
getUnicodeStream
- 定義:
getUnicodeStream
インタフェース内ResultSet
- 例外:
SQLException
-
getBinaryStream
- 定義:
getBinaryStream
インタフェース内ResultSet
- 例外:
SQLException
-
getWarnings
- 定義:
getWarnings
インタフェース内ResultSet
- 例外:
SQLException
-
clearWarnings
- 定義:
clearWarnings
インタフェース内ResultSet
- 例外:
SQLException
-
addWarning
-
getCursorName
- 定義:
getCursorName
インタフェース内ResultSet
- 例外:
SQLException
-
getObject
public @Nullable Object getObject(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getObject
インタフェース内ResultSet
- 例外:
SQLException
-
getObject
- 定義:
getObject
インタフェース内ResultSet
- 例外:
SQLException
-
findColumn
public @org.checkerframework.checker.index.qual.NonNegative int findColumn(String columnName) throws SQLException - 定義:
findColumn
インタフェース内ResultSet
- 例外:
SQLException
-
createColumnNameIndexMap
-
getColumnOID
public int getColumnOID(int field) Returns the OID of a field. It is used internally by the driver.- パラメータ:
field
- field index- 戻り値:
- OID of a field
-
getFixedString
This is used to fix get*() methods on Money fields. It should only be used by those methods!
It converts ($##.##) to -##.## and $##.## to ##.##
- パラメータ:
col
- column position (1-based)- 戻り値:
- numeric-parsable representation of money string literal
- 例外:
SQLException
- if something wrong happens
-
getPGType
@Pure protected String getPGType(@org.checkerframework.checker.index.qual.Positive int column) throws SQLException - 例外:
SQLException
-
getSQLType
@Pure protected int getSQLType(@org.checkerframework.checker.index.qual.Positive int column) throws SQLException - 例外:
SQLException
-
checkClosed
- 例外:
SQLException
-
isResultSetClosed
protected boolean isResultSetClosed() -
checkColumnIndex
@Pure protected void checkColumnIndex(@org.checkerframework.checker.index.qual.Positive int column) throws SQLException - 例外:
SQLException
-
getRawValue
@EnsuresNonNull("thisRow") protected byte @Nullable [] getRawValue(@org.checkerframework.checker.index.qual.Positive int column) throws SQLException Checks that the result set is not closed, it's positioned on a valid row and that the given column number is valid. Also updates thewasNullFlag
to correct value.- パラメータ:
column
- The column number to check. Range starts from 1.- 戻り値:
- raw value or null
- 例外:
SQLException
- If state or column is invalid.
-
isBinary
@Pure protected boolean isBinary(@org.checkerframework.checker.index.qual.Positive int column) Returns true if the value of the given column is in binary format.- パラメータ:
column
- The column to check. Range starts from 1.- 戻り値:
- True if the column is in binary format.
-
toShort
- 例外:
SQLException
-
toInt
- 例外:
SQLException
-
toLong
- 例外:
SQLException
-
toBigDecimal
- 例外:
SQLException
-
toBigDecimal
- 例外:
SQLException
-
toFloat
- 例外:
SQLException
-
toDouble
- 例外:
SQLException
-
updateValue
protected void updateValue(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Object value) throws SQLException - 例外:
SQLException
-
getUUID
- 例外:
SQLException
-
getUUID
- 例外:
SQLException
-
updateRef
public void updateRef(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Ref x) throws SQLException - 定義:
updateRef
インタフェース内ResultSet
- 例外:
SQLException
-
updateRef
- 定義:
updateRef
インタフェース内ResultSet
- 例外:
SQLException
-
updateBlob
public void updateBlob(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Blob x) throws SQLException - 定義:
updateBlob
インタフェース内ResultSet
- 例外:
SQLException
-
updateBlob
- 定義:
updateBlob
インタフェース内ResultSet
- 例外:
SQLException
-
updateClob
public void updateClob(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Clob x) throws SQLException - 定義:
updateClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateClob
- 定義:
updateClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateArray
public void updateArray(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Array x) throws SQLException - 定義:
updateArray
インタフェース内ResultSet
- 例外:
SQLException
-
updateArray
- 定義:
updateArray
インタフェース内ResultSet
- 例外:
SQLException
-
getObject
public <T> @Nullable T getObject(@org.checkerframework.checker.index.qual.Positive int columnIndex, Class<T> type) throws SQLException - 定義:
getObject
インタフェース内ResultSet
- 例外:
SQLException
-
getObject
- 定義:
getObject
インタフェース内ResultSet
- 例外:
SQLException
-
getObject
- 定義:
getObject
インタフェース内ResultSet
- 例外:
SQLException
-
getObject
public @Nullable Object getObject(@org.checkerframework.checker.index.qual.Positive int i, @Nullable Map<String, Class<?>> map) throws SQLException- 定義:
getObject
インタフェース内ResultSet
- 例外:
SQLException
-
updateObject
public void updateObject(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - 定義:
updateObject
インタフェース内ResultSet
- 例外:
SQLException
-
updateObject
public void updateObject(String columnLabel, @Nullable Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - 定義:
updateObject
インタフェース内ResultSet
- 例外:
SQLException
-
updateObject
public void updateObject(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Object x, SQLType targetSqlType) throws SQLException - 定義:
updateObject
インタフェース内ResultSet
- 例外:
SQLException
-
updateObject
public void updateObject(String columnLabel, @Nullable Object x, SQLType targetSqlType) throws SQLException - 定義:
updateObject
インタフェース内ResultSet
- 例外:
SQLException
-
getRowId
public @Nullable RowId getRowId(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getRowId
インタフェース内ResultSet
- 例外:
SQLException
-
getRowId
- 定義:
getRowId
インタフェース内ResultSet
- 例外:
SQLException
-
updateRowId
public void updateRowId(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable RowId x) throws SQLException - 定義:
updateRowId
インタフェース内ResultSet
- 例外:
SQLException
-
updateRowId
- 定義:
updateRowId
インタフェース内ResultSet
- 例外:
SQLException
-
getHoldability
- 定義:
getHoldability
インタフェース内ResultSet
- 例外:
SQLException
-
isClosed
- 定義:
isClosed
インタフェース内ResultSet
- 例外:
SQLException
-
updateNString
public void updateNString(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable String nString) throws SQLException - 定義:
updateNString
インタフェース内ResultSet
- 例外:
SQLException
-
updateNString
- 定義:
updateNString
インタフェース内ResultSet
- 例外:
SQLException
-
updateNClob
public void updateNClob(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable NClob nClob) throws SQLException - 定義:
updateNClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateNClob
- 定義:
updateNClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateNClob
public void updateNClob(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader) throws SQLException - 定義:
updateNClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateNClob
- 定義:
updateNClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateNClob
public void updateNClob(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader, long length) throws SQLException - 定義:
updateNClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateNClob
public void updateNClob(String columnName, @Nullable Reader reader, long length) throws SQLException - 定義:
updateNClob
インタフェース内ResultSet
- 例外:
SQLException
-
getNClob
public @Nullable NClob getNClob(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getNClob
インタフェース内ResultSet
- 例外:
SQLException
-
getNClob
- 定義:
getNClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateBlob
public void updateBlob(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream, long length) throws SQLException - 定義:
updateBlob
インタフェース内ResultSet
- 例外:
SQLException
-
updateBlob
public void updateBlob(String columnName, @Nullable InputStream inputStream, long length) throws SQLException - 定義:
updateBlob
インタフェース内ResultSet
- 例外:
SQLException
-
updateBlob
public void updateBlob(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream) throws SQLException - 定義:
updateBlob
インタフェース内ResultSet
- 例外:
SQLException
-
updateBlob
- 定義:
updateBlob
インタフェース内ResultSet
- 例外:
SQLException
-
updateClob
public void updateClob(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader, long length) throws SQLException - 定義:
updateClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateClob
- 定義:
updateClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateClob
public void updateClob(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader) throws SQLException - 定義:
updateClob
インタフェース内ResultSet
- 例外:
SQLException
-
updateClob
- 定義:
updateClob
インタフェース内ResultSet
- 例外:
SQLException
-
getSQLXML
@Pure public @Nullable SQLXML getSQLXML(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getSQLXML
インタフェース内ResultSet
- 例外:
SQLException
-
getSQLXML
- 定義:
getSQLXML
インタフェース内ResultSet
- 例外:
SQLException
-
updateSQLXML
public void updateSQLXML(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable SQLXML xmlObject) throws SQLException - 定義:
updateSQLXML
インタフェース内ResultSet
- 例外:
SQLException
-
updateSQLXML
- 定義:
updateSQLXML
インタフェース内ResultSet
- 例外:
SQLException
-
getNString
public @Nullable String getNString(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getNString
インタフェース内ResultSet
- 例外:
SQLException
-
getNString
- 定義:
getNString
インタフェース内ResultSet
- 例外:
SQLException
-
getNCharacterStream
public @Nullable Reader getNCharacterStream(@org.checkerframework.checker.index.qual.Positive int columnIndex) throws SQLException - 定義:
getNCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
getNCharacterStream
- 定義:
getNCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader x, int length) throws SQLException - 例外:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnName, @Nullable Reader x, int length) throws SQLException - 例外:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader x) throws SQLException - 定義:
updateNCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateNCharacterStream
- 定義:
updateNCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader x, long length) throws SQLException - 定義:
updateNCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnName, @Nullable Reader x, long length) throws SQLException - 定義:
updateNCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateCharacterStream
public void updateCharacterStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader, long length) throws SQLException - 定義:
updateCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnName, @Nullable Reader reader, long length) throws SQLException - 定義:
updateCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateCharacterStream
public void updateCharacterStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable Reader reader) throws SQLException - 定義:
updateCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateCharacterStream
- 定義:
updateCharacterStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateBinaryStream
public void updateBinaryStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream, long length) throws SQLException - 定義:
updateBinaryStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnName, @Nullable InputStream inputStream, long length) throws SQLException - 定義:
updateBinaryStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateBinaryStream
public void updateBinaryStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream) throws SQLException - 定義:
updateBinaryStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnName, @Nullable InputStream inputStream) throws SQLException - 定義:
updateBinaryStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateAsciiStream
public void updateAsciiStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream, long length) throws SQLException - 定義:
updateAsciiStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnName, @Nullable InputStream inputStream, long length) throws SQLException - 定義:
updateAsciiStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateAsciiStream
public void updateAsciiStream(@org.checkerframework.checker.index.qual.Positive int columnIndex, @Nullable InputStream inputStream) throws SQLException - 定義:
updateAsciiStream
インタフェース内ResultSet
- 例外:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnName, @Nullable InputStream inputStream) throws SQLException - 定義:
updateAsciiStream
インタフェース内ResultSet
- 例外:
SQLException
-
isWrapperFor
- 定義:
isWrapperFor
インタフェース内Wrapper
- 例外:
SQLException
-
unwrap
- 定義:
unwrap
インタフェース内Wrapper
- 例外:
SQLException
-
upperCaseFieldLabels
This is here to be used by metadata functions to make all column labels upper case. Because postgres folds columns to lower case in queries it will be easier to change the fields after the fact rather than try to coerce all the columns to upper case in the queries as this would require surrounding all columns with " and escaping them making them even harder to read than they are now.- 戻り値:
- PgResultSet
-