JDBC Service

JDBC

Dịch vụ này cho phép tập lệnh kết nối với các cơ sở dữ liệu tuân thủ JDBC, bao gồm cả Google Cloud SQL, MySQL, Microsoft SQL Server và Oracle. Ngoài ra, hãy xem hướng dẫn về JDBC.

Lớp

TênMô tả ngắn
JdbcDịch vụ JDBC cho phép các tập lệnh kết nối với Google Cloud SQL, MySQL, Microsoft SQL Server và cơ sở dữ liệu Oracle.
JdbcArrayArray JDBC.
JdbcBlobBlob JDBC.
JdbcCallableStatementCallableStatement JDBC.
JdbcClobClob JDBC.
JdbcConnectionConnection JDBC.
JdbcDatabaseMetaDataĐối tượng siêu dữ liệu cơ sở dữ liệu JDBC.
JdbcDateDate JDBC.
JdbcParameterMetaDataParameterMetaData JDBC.
JdbcPreparedStatementPreparedStatement JDBC.
JdbcRefRef JDBC.
JdbcResultSetResultSet JDBC.
JdbcResultSetMetaDataResultSetMetaData JDBC.
JdbcRowIdRowId JDBC.
JdbcSQLXMLSQLXML JDBC.
JdbcSavepointSavepoint JDBC.
JdbcStatementStatement JDBC.
JdbcStructStruct JDBC.
JdbcTimeTime JDBC.
JdbcTimestampTimestamp JDBC.

Jdbc

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
getCloudSqlConnection(url)JdbcConnectionCố gắng thiết lập kết nối với URL Google Cloud SQL đã cho.
getCloudSqlConnection(url, info)JdbcConnectionCố gắng thiết lập kết nối với URL Google Cloud SQL đã cho.
getCloudSqlConnection(url, userName, password)JdbcConnectionCố gắng thiết lập kết nối với URL Google Cloud SQL đã cho.
getConnection(url)JdbcConnectionCố gắng thiết lập kết nối với URL cơ sở dữ liệu đã cho.
getConnection(url, info)JdbcConnectionCố gắng thiết lập kết nối với URL cơ sở dữ liệu đã cho.
getConnection(url, userName, password)JdbcConnectionCố gắng thiết lập kết nối với cơ sở dữ liệu đã cho bằng tên người dùng và mật khẩu.
newDate(milliseconds)JdbcDateTạo ngày từ mili giây kể từ thời gian bắt đầu của hệ thống.
newTime(milliseconds)JdbcTimeTạo thời gian từ mili giây kể từ thời gian bắt đầu của hệ thống.
newTimestamp(milliseconds)JdbcTimestampTạo dấu thời gian từ mili giây kể từ thời gian bắt đầu của hệ thống.
parseDate(date)JdbcDateTạo ngày bằng cách phân tích cú pháp chuỗi ngày SQL.
parseTime(time)JdbcTimeTạo thời gian bằng cách phân tích cú pháp chuỗi thời gian SQL.
parseTimestamp(timestamp)JdbcTimestampTạo dấu thời gian bằng cách phân tích cú pháp chuỗi dấu thời gian SQL.

JdbcArray

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
free()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Array#free().
getArray()ObjectĐể biết tài liệu về phương thức này, hãy xem java.sql.Array#getArray()
getArray(index, count)ObjectĐể biết tài liệu về phương thức này, hãy xem java.sql.Array#getArray(long, int).
getBaseType()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Array#getBaseType().
getBaseTypeName()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.Array#getBaseTypeName().
getResultSet()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Array#getResultSet().
getResultSet(index, count)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Array#getResultSet(long, int).

JdbcBlob

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
free()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Blob#free().
getAppsScriptBlob()BlobLấy nội dung của JdbcBlob này dưới dạng blob Apps Script.
getAs(contentType)BlobTrả về dữ liệu bên trong đối tượng này dưới dạng một blob được chuyển đổi thành loại nội dung đã chỉ định.
getBytes(position, length)Byte[]Để biết tài liệu về phương thức này, hãy xem java.sql.Blob#getBytes(long, int).
length()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Blob#length().
position(pattern, start)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Blob#position(byte[], long).
position(pattern, start)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Blob#position(blob, long).
setBytes(position, blobSource)IntegerPhương thức thuận tiện để ghi JdbcBlob vào blob này.
setBytes(position, blobSource, offset, length)IntegerPhương thức thuận tiện để ghi JdbcBlob vào blob này.
setBytes(position, bytes)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Blob#setBytes(long, byte[]).
setBytes(position, bytes, offset, length)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Blob#setBytes(long, byte[], int, int).
truncate(length)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Blob#truncate(long).

JdbcCallableStatement

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
addBatch()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#addBatch().
addBatch(sql)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#addBatch(String).
cancel()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#cancel().
clearBatch()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#clearBatch().
clearParameters()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#clearParameters().
clearWarnings()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#clearWarnings().
close()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#close().
execute()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#execute().
execute(sql)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String).
execute(sql, autoGeneratedKeys)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String, int).
execute(sql, columnIndexes)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String, int[]).
execute(sql, columnNames)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String, String[]).
executeBatch()Integer[]Để biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeBatch().
executeQuery()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#executeQuery().
executeQuery(sql)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeQuery(String).
executeUpdate()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#executeUpdate().
executeUpdate(sql)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String).
executeUpdate(sql, autoGeneratedKeys)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String, int).
executeUpdate(sql, columnIndexes)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String, int[]).
executeUpdate(sql, columnNames)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String, String[]).
getArray(parameterIndex)JdbcArrayĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getArray(int).
getArray(parameterName)JdbcArrayĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getArray(String).
getBigDecimal(parameterIndex)BigNumberĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getBigDecimal(int).
getBigDecimal(parameterName)BigNumberĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getBigDecimal(String).
getBlob(parameterIndex)JdbcBlobĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getBlob(int).
getBlob(parameterName)JdbcBlobĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getBlob(String).
getBoolean(parameterIndex)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getBoolean(int).
getBoolean(parameterName)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getBoolean(String).
getByte(parameterIndex)ByteĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getByte(int).
getByte(parameterName)ByteĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getByte(String).
getBytes(parameterIndex)Byte[]Để biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getBytes(int).
getBytes(parameterName)Byte[]Để biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getBytes(String).
getClob(parameterIndex)JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getClob(int).
getClob(parameterName)JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getClob(String).
getConnection()JdbcConnectionĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getConnection().
getDate(parameterIndex)JdbcDateĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getDate(int).
getDate(parameterIndex, timeZone)JdbcDateĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getDate(int, Calendar).
getDate(parameterName)JdbcDateĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getDate(String).
getDate(parameterName, timeZone)JdbcDateĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getDate(String, Calendar).
getDouble(parameterIndex)NumberĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getDouble(int).
getDouble(parameterName)NumberĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getDouble(String).
getFetchDirection()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getFetchDirection().
getFetchSize()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getFetchSize().
getFloat(parameterIndex)NumberĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getFloat(int).
getFloat(parameterName)NumberĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getFloat(String).
getGeneratedKeys()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getGeneratedKeys().
getInt(parameterIndex)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getInt(int).
getInt(parameterName)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getInt(String).
getLong(parameterIndex)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getLong(int).
getLong(parameterName)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getLong(String).
getMaxFieldSize()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMaxFieldSize().
getMaxRows()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMaxRows().
getMetaData()JdbcResultSetMetaDataĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#getMetaData().
getMoreResults()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMoreResults().
getMoreResults(current)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMoreResults(int).
getNClob(parameterIndex)JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getNClob(int).
getNClob(parameterName)JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getNClob(String).
getNString(parameterIndex)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getNString(int).
getNString(parameterName)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getNString(String).
getObject(parameterIndex)ObjectĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getObject(int).
getObject(parameterName)ObjectĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getObject(String).
getParameterMetaData()JdbcParameterMetaDataĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#getParameterMetaData().
getQueryTimeout()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getQueryTimeout().
getRef(parameterIndex)JdbcRefĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getRef(int).
getRef(parameterName)JdbcRefĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getRef(String).
getResultSet()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSet().
getResultSetConcurrency()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSetConcurrency().
getResultSetHoldability()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSetHoldability().
getResultSetType()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSetType().
getRowId(parameterIndex)JdbcRowIdĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getRowId(int).
getRowId(parameterName)JdbcRowIdĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getRowId(String).
getSQLXML(parameterIndex)JdbcSQLXMLĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getSQLXML(int).
getSQLXML(parameterName)JdbcSQLXMLĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getSQLXML(String).
getShort(parameterIndex)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getShort(int).
getShort(parameterName)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getShort(String).
getString(parameterIndex)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getString(int).
getString(parameterName)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getString(String).
getTime(parameterIndex)JdbcTimeĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getTime(int).
getTime(parameterIndex, timeZone)JdbcTimeĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getTime(int, Calendar).
getTime(parameterName)JdbcTimeĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getTime(String).
getTime(parameterName, timeZone)JdbcTimeĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getTime(String, Calendar).
getTimestamp(parameterIndex)JdbcTimestampĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getTimestamp(int).
getTimestamp(parameterIndex, timeZone)JdbcTimestampĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getTimestamp(int, Calendar).
getTimestamp(parameterName)JdbcTimestampĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getTimestamp(String).
getTimestamp(parameterName, timeZone)JdbcTimestampĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getTimestamp(String, Calendar).
getURL(parameterIndex)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getURL(int).
getURL(parameterName)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#getURL(String).
getUpdateCount()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getUpdateCount().
getWarnings()String[]Để biết tài liệu về phương thức này, hãy xem java.sql.Statement#getWarnings().
isClosed()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#isClosed().
isPoolable()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#isPoolable().
registerOutParameter(parameterIndex, sqlType)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#registerOutParameter(int, int).
registerOutParameter(parameterIndex, sqlType, scale)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#registerOutParameter(int, int, int).
registerOutParameter(parameterIndex, sqlType, typeName)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#registerOutParameter(int, int, String).
registerOutParameter(parameterName, sqlType)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#registerOutParameter(String, int).
registerOutParameter(parameterName, sqlType, scale)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#registerOutParameter(String, int, int).
registerOutParameter(parameterName, sqlType, typeName)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#registerOutParameter(String, int, String).
setArray(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setArray(int, Array).
setBigDecimal(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setBigDecimal(int, BigDecimal).
setBigDecimal(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setBigDecimal(String, BigDecimal).
setBlob(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setBlob(int, Clob).
setBlob(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setBlob(String, Blob).
setBoolean(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setBoolean(int, boolean).
setBoolean(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setBoolean(String, boolean).
setByte(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setByte(int, byte).
setByte(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setByte(String, byte).
setBytes(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setBytes(int, byte[]).
setBytes(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setBytes(String, byte[]).
setClob(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setClob(int, Clob).
setClob(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setBlob(String, Clob).
setCursorName(name)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setCursorName(String).
setDate(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setDate(int, Date).
setDate(parameterIndex, x, timeZone)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setDate(int, Date, Calendar).
setDate(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setDate(String, Date).
setDate(parameterName, x, timeZone)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setDate(String, Date, Calendar).
setDouble(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setDouble(int, double).
setDouble(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setDouble(String, double).
setEscapeProcessing(enable)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setEscapeProcessing(boolean).
setFetchDirection(direction)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setFetchDirection(int).
setFetchSize(rows)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setFetchSize(int).
setFloat(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setFloat(int, float).
setFloat(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setFloat(String, float).
setInt(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setInt(int, int).
setInt(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setInt(String, int).
setLong(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setLong(int, long).
setLong(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setLong(String, long).
setMaxFieldSize(max)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setMaxFieldSize(int).
setMaxRows(max)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setMaxRows(int).
setNClob(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setNClob(int, NClob).
setNClob(parameterName, value)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setNClob(String, NClob).
setNString(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setNString(int, String).
setNString(parameterName, value)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setNString(String, String).
setNull(parameterIndex, sqlType)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setNull(int, int).
setNull(parameterIndex, sqlType, typeName)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setNull(int, int, String).
setNull(parameterName, sqlType)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setNull(String, int).
setNull(parameterName, sqlType, typeName)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setNull(String, int, String).
setObject(index, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setObject(int, Object).
setObject(parameterIndex, x, targetSqlType)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setObject(int, Object, int).
setObject(parameterIndex, x, targetSqlType, scaleOrLength)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setObject(int, Object, int, int).
setObject(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setObject(String, Object).
setObject(parameterName, x, targetSqlType)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setObject(String, Object, int).
setObject(parameterName, x, targetSqlType, scale)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setObject(String, Object, int, int).
setPoolable(poolable)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setPoolable(boolean).
setQueryTimeout(seconds)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setQueryTimeout(int).
setRef(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setRef(int, Ref).
setRowId(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setRowId(int, RowId).
setRowId(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setRowId(String, RowId).
setSQLXML(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setSQLXML(int, SQLXML).
setSQLXML(parameterName, xmlObject)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setSQLXML(String, SQLXML).
setShort(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setShort(int, short).
setShort(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setShort(String, short).
setString(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setString(int, String).
setString(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setString(String, String).
setTime(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setTime(int, Time).
setTime(parameterIndex, x, timeZone)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setTime(int, Time, Calendar).
setTime(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setTime(String, Time).
setTime(parameterName, x, timeZone)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setTime(String, Time, Calendar).
setTimestamp(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setTimestamp(int, Timestamp).
setTimestamp(parameterIndex, x, timeZone)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setTimestamp(int, Timestamp, Calendar).
setTimestamp(parameterName, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setTimestamp(String, Timestamp).
setTimestamp(parameterName, x, timeZone)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setTimestamp(String, Timestamp, Calendar).
setURL(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setURL(int, URL).
setURL(parameterName, val)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#setURL(String, URL).
wasNull()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.CallableStatement#wasNull().

JdbcClob

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
free()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Clob#truncate(long).
getAppsScriptBlob()BlobLấy nội dung của JdbcClob này dưới dạng một blob Apps Script.
getAs(contentType)BlobTrả về dữ liệu bên trong đối tượng này dưới dạng một blob được chuyển đổi thành loại nội dung đã chỉ định.
getSubString(position, length)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.Clob#getSubString(long, int).
length()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Clob#length().
position(search, start)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Clob#position(Clob, long).
position(search, start)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Clob#position(String, long).
setString(position, blobSource)IntegerPhương thức thuận tiện để ghi JdbcClob vào clob.
setString(position, blobSource, offset, len)IntegerPhương thức thuận tiện để ghi JdbcClob vào clob.
setString(position, value)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Clob#setString(long, String).
setString(position, value, offset, len)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Clob#setString(long, String, int, int).
truncate(length)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Clob#truncate(long).

JdbcConnection

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
clearWarnings()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#clearWarnings().
close()voidGiải phóng cơ sở dữ liệu của kết nối này và tất cả tài nguyên liên quan.
commit()voidGiúp tất cả các thay đổi đang chờ xử lý trở thành vĩnh viễn, giải phóng các khoá cơ sở dữ liệu do JdbcConnection này giữ.
createArrayOf(typeName, elements)JdbcArrayĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#createArrayOf(String, Object[]).
createBlob()JdbcBlobTạo một thực thể JdbcBlob.
createClob()JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#createClob().
createNClob()JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#createNClob().
createSQLXML()JdbcSQLXMLĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#createSQLXML().
createStatement()JdbcStatementTạo một đối tượng JdbcStatement để gửi các câu lệnh SQL đến cơ sở dữ liệu.
createStatement(resultSetType, resultSetConcurrency)JdbcStatementTạo một đối tượng JdbcStatement để gửi các câu lệnh SQL đến cơ sở dữ liệu.
createStatement(resultSetType, resultSetConcurrency, resultSetHoldability)JdbcStatementTạo một đối tượng JdbcStatement để gửi các câu lệnh SQL đến cơ sở dữ liệu.
createStruct(typeName, attributes)JdbcStructĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#createStruct(String, Object[]).
getAutoCommit()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#getAutoCommit().
getCatalog()Stringhoặc tài liệu về phương thức này, hãy xem java.sql.Connection#getCatalog().
getHoldability()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#getHoldability().
getMetaData()JdbcDatabaseMetaDataĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#getMetaData().
getTransactionIsolation()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#getTransactionIsolation().
getWarnings()String[]Để biết tài liệu về phương thức này, hãy xem java.sql.Connection#getWarnings().
isClosed()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#isClosed().
isReadOnly()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#isReadOnly().
isValid(timeout)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#isValid(int).
nativeSQL(sql)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#nativeSQL(String).
prepareCall(sql)JdbcCallableStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#prepareCall(String).
prepareCall(sql, resultSetType, resultSetConcurrency)JdbcCallableStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#prepareCall(String, int, int).
prepareCall(sql, resultSetType, resultSetConcurrency, resultSetHoldability)JdbcCallableStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#prepareCall(String, int, int, int).
prepareStatement(sql)JdbcPreparedStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#prepareStatement(String).
prepareStatement(sql, autoGeneratedKeys)JdbcPreparedStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#prepareStatement(String, int).
prepareStatement(sql, resultSetType, resultSetConcurrency)JdbcPreparedStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#prepareStatement(String, int, int).
prepareStatement(sql, resultSetType, resultSetConcurrency, resultSetHoldability)JdbcPreparedStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#prepareStatement(String, int, int, int).
prepareStatementByIndex(sql, indices)JdbcPreparedStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#prepareStatement(String, int[]).
prepareStatementByName(sql, columnNames)JdbcPreparedStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#prepareStatement(String, String[]).
releaseSavepoint(savepoint)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#releaseSavepoint(Savepoint).
rollback()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#rollback().
rollback(savepoint)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#rollback(Savepoint).
setAutoCommit(autoCommit)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#setAutoCommit(boolean).
setCatalog(catalog)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#setCatalog(String).
setHoldability(holdability)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#setHoldability(int).
setReadOnly(readOnly)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#setReadOnly(boolean).
setSavepoint()JdbcSavepointĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#setSavepoint().
setSavepoint(name)JdbcSavepointĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#setSavepoint(String).
setTransactionIsolation(level)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Connection#setTransactionIsolation(int).

JdbcDatabaseMetaData

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
allProceduresAreCallable()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#allProceduresAreCallable().
allTablesAreSelectable()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#allTablesAreSelectable().
autoCommitFailureClosesAllResultSets()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#autoCommitFailureClosesAllResultSets().
dataDefinitionCausesTransactionCommit()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#dataDefinitionCausesTransactionCommit().
dataDefinitionIgnoredInTransactions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#dataDefinitionIgnoredInTransactions().
deletesAreDetected(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#deletesAreDetected(int).
doesMaxRowSizeIncludeBlobs()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#doesMaxRowSizeIncludeBlobs().
getAttributes(catalog, schemaPattern, typeNamePattern, attributeNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getAttributes(String, String, String, String).
getBestRowIdentifier(catalog, schema, table, scope, nullable)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getBestRowIdentifier(String, String, String, int, boolean) .
getCatalogSeparator()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getCatalogSeparator().
getCatalogTerm()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getCatalogTerm().
getCatalogs()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getCatalogs().
getClientInfoProperties()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getClientInfoProperties().
getColumnPrivileges(catalog, schema, table, columnNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getColumnPrivileges(String, String, String, String) .
getColumns(catalog, schemaPattern, tableNamePattern, columnNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getColumns(String, String, String, String).
getConnection()JdbcConnectionĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getConnection().
getCrossReference(parentCatalog, parentSchema, parentTable, foreignCatalog, foreignSchema, foreignTable)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getCrossReference(String, String, String, String, String, String).
getDatabaseMajorVersion()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getDatabaseMajorVersion().
getDatabaseMinorVersion()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getDatabaseMinorVersion().
getDatabaseProductName()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getDatabaseProductName().
getDatabaseProductVersion()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getDatabaseProductVersion().
getDefaultTransactionIsolation()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getDefaultTransactionIsolation().
getDriverMajorVersion()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getDriverMajorVersion().
getDriverMinorVersion()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getDriverMinorVersion().
getDriverName()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getDriverName().
getDriverVersion()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getDriverVersion().
getExportedKeys(catalog, schema, table)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getImportedKeys(String, String, String).
getExtraNameCharacters()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getExtraNameCharacters().
getFunctionColumns(catalog, schemaPattern, functionNamePattern, columnNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getFunctionColumns(String, String, String, String).
getFunctions(catalog, schemaPattern, functionNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getFunctions(String, String, String).
getIdentifierQuoteString()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getIdentifierQuoteString().
getImportedKeys(catalog, schema, table)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getImportedKeys(String, String, String).
getIndexInfo(catalog, schema, table, unique, approximate)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getIndexInfo(String, String, String, boolean, boolean) .
getJDBCMajorVersion()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getJDBCMajorVersion().
getJDBCMinorVersion()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getJDBCMinorVersion().
getMaxBinaryLiteralLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxBinaryLiteralLength().
getMaxCatalogNameLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxCatalogNameLength().
getMaxCharLiteralLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxCharLiteralLength().
getMaxColumnNameLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxColumnNameLength().
getMaxColumnsInGroupBy()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxColumnsInGroupBy().
getMaxColumnsInIndex()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxColumnsInIndex().
getMaxColumnsInOrderBy()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxColumnsInOrderBy().
getMaxColumnsInSelect()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxColumnsInSelect().
getMaxColumnsInTable()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxColumnsInTable().
getMaxConnections()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxConnections().
getMaxCursorNameLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxCursorNameLength().
getMaxIndexLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxIndexLength().
getMaxProcedureNameLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxProcedureNameLength().
getMaxRowSize()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxRowSize().
getMaxSchemaNameLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxSchemaNameLength().
getMaxStatementLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxStatementLength().
getMaxStatements()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxStatements().
getMaxTableNameLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxTableNameLength().
getMaxTablesInSelect()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxTablesInSelect().
getMaxUserNameLength()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getMaxUserNameLength().
getNumericFunctions()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getNumericFunctions().
getPrimaryKeys(catalog, schema, table)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getPrimaryKeys(String, String, String).
getProcedureColumns(catalog, schemaPattern, procedureNamePattern, columnNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getProcedureColumns(String, String, String, String) .
getProcedureTerm()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getProcedureTerm().
getProcedures(catalog, schemaPattern, procedureNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getProcedures(String, String, String).
getResultSetHoldability()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getResultSetHoldability().
getRowIdLifetime()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getRowIdLifetime().
getSQLKeywords()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getSQLKeywords().
getSQLStateType()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getSQLStateType().
getSchemaTerm()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getSchemaTerm().
getSchemas()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getSchemas().
getSchemas(catalog, schemaPattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getSchemas().
getSearchStringEscape()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getSearchStringEscape().
getStringFunctions()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getStringFunctions().
getSuperTables(catalog, schemaPattern, tableNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getSuperTables(String, String,String).
getSuperTypes(catalog, schemaPattern, typeNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getSuperTypes(String, String, String).
getSystemFunctions()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getSystemFunctions().
getTablePrivileges(catalog, schemaPattern, tableNamePattern)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getTablePrivileges(String, String, String).
getTableTypes()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getTableTypes().
getTables(catalog, schemaPattern, tableNamePattern, types)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getTables(String, String, String, String[]).
getTimeDateFunctions()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getTimeDateFunctions().
getTypeInfo()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getTypeInfo().
getUDTs(catalog, schemaPattern, typeNamePattern, types)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getUDTs(String, String, String, int[]).
getURL()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getURL().
getUserName()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getUserName().
getVersionColumns(catalog, schema, table)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#getVersionColumns(String, String, String).
insertsAreDetected(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#insertsAreDetected(int).
isCatalogAtStart()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#isCatalogAtStart().
isReadOnly()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#isReadOnly().
locatorsUpdateCopy()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#locatorsUpdateCopy().
nullPlusNonNullIsNull()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#nullPlusNonNullIsNull().
nullsAreSortedAtEnd()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#nullsAreSortedAtEnd().
nullsAreSortedAtStart()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#nullsAreSortedAtStart().
nullsAreSortedHigh()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#nullsAreSortedHigh().
nullsAreSortedLow()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#nullsAreSortedLow().
othersDeletesAreVisible(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#othersDeletesAreVisible(int).
othersInsertsAreVisible(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#othersInsertsAreVisible(int).
othersUpdatesAreVisible(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#othersUpdatesAreVisible(int).
ownDeletesAreVisible(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#ownDeletesAreVisible(int).
ownInsertsAreVisible(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#ownInsertsAreVisible(int).
ownUpdatesAreVisible(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#ownUpdatesAreVisible(int).
storesLowerCaseIdentifiers()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#storesLowerCaseIdentifiers().
storesLowerCaseQuotedIdentifiers()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#storesLowerCaseQuotedIdentifiers().
storesMixedCaseIdentifiers()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#storesMixedCaseIdentifiers().
storesMixedCaseQuotedIdentifiers()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#storesMixedCaseQuotedIdentifiers().
storesUpperCaseIdentifiers()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#storesUpperCaseIdentifiers().
storesUpperCaseQuotedIdentifiers()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#storesUpperCaseQuotedIdentifiers().
supportsANSI92EntryLevelSQL()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsANSI92EntryLevelSQL().
supportsANSI92FullSQL()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsANSI92FullSQL().
supportsANSI92IntermediateSQL()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsANSI92IntermediateSQL().
supportsAlterTableWithAddColumn()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsAlterTableWithAddColumn().
supportsAlterTableWithDropColumn()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsAlterTableWithDropColumn().
supportsBatchUpdates()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsBatchUpdates().
supportsCatalogsInDataManipulation()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsCatalogsInDataManipulation().
supportsCatalogsInIndexDefinitions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsCatalogsInIndexDefinitions().
supportsCatalogsInPrivilegeDefinitions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsCatalogsInPrivilegeDefinitions().
supportsCatalogsInProcedureCalls()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsCatalogsInProcedureCalls().
supportsCatalogsInTableDefinitions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsCatalogsInTableDefinitions().
supportsColumnAliasing()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsColumnAliasing().
supportsConvert()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsConvert().
supportsConvert(fromType, toType)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsConvert(int, int).
supportsCoreSQLGrammar()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsCoreSQLGrammar().
supportsCorrelatedSubqueries()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsCorrelatedSubqueries().
supportsDataDefinitionAndDataManipulationTransactions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsDataDefinitionAndDataManipulationTransactions() .
supportsDataManipulationTransactionsOnly()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsDataManipulationTransactionsOnly().
supportsDifferentTableCorrelationNames()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsDifferentTableCorrelationNames().
supportsExpressionsInOrderBy()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsExpressionsInOrderBy().
supportsExtendedSQLGrammar()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsExtendedSQLGrammar().
supportsFullOuterJoins()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsFullOuterJoins().
supportsGetGeneratedKeys()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsGetGeneratedKeys().
supportsGroupBy()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsGroupBy().
supportsGroupByBeyondSelect()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsGroupByBeyondSelect().
supportsGroupByUnrelated()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsGroupByUnrelated().
supportsIntegrityEnhancementFacility()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsIntegrityEnhancementFacility().
supportsLikeEscapeClause()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsLikeEscapeClause().
supportsLimitedOuterJoins()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsLimitedOuterJoins().
supportsMinimumSQLGrammar()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsMinimumSQLGrammar().
supportsMixedCaseIdentifiers()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsMixedCaseIdentifiers().
supportsMixedCaseQuotedIdentifiers()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsMixedCaseQuotedIdentifiers().
supportsMultipleOpenResults()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsMultipleOpenResults().
supportsMultipleResultSets()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsMultipleResultSets().
supportsMultipleTransactions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsMultipleTransactions().
supportsNamedParameters()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsNamedParameters().
supportsNonNullableColumns()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsNonNullableColumns().
supportsOpenCursorsAcrossCommit()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsOpenCursorsAcrossCommit().
supportsOpenCursorsAcrossRollback()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsOpenCursorsAcrossRollback().
supportsOpenStatementsAcrossCommit()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsOpenStatementsAcrossCommit().
supportsOpenStatementsAcrossRollback()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsOpenStatementsAcrossRollback().
supportsOrderByUnrelated()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsOrderByUnrelated().
supportsOuterJoins()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsOuterJoins().
supportsPositionedDelete()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsPositionedDelete().
supportsPositionedUpdate()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsPositionedUpdate().
supportsResultSetConcurrency(type, concurrency)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsResultSetConcurrency(int, int).
supportsResultSetHoldability(holdability)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsResultSetHoldability(int).
supportsResultSetType(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsResultSetType(int).
supportsSavepoints()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSavepoints().
supportsSchemasInDataManipulation()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSchemasInDataManipulation().
supportsSchemasInIndexDefinitions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSchemasInIndexDefinitions().
supportsSchemasInPrivilegeDefinitions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSchemasInPrivilegeDefinitions().
supportsSchemasInProcedureCalls()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSchemasInProcedureCalls().
supportsSchemasInTableDefinitions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSchemasInTableDefinitions().
supportsSelectForUpdate()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSelectForUpdate().
supportsStatementPooling()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsStatementPooling().
supportsStoredFunctionsUsingCallSyntax()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsStoredFunctionsUsingCallSyntax().
supportsStoredProcedures()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsStoredProcedures().
supportsSubqueriesInComparisons()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSubqueriesInComparisons().
supportsSubqueriesInExists()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSubqueriesInExists().
supportsSubqueriesInIns()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSubqueriesInIns().
supportsSubqueriesInQuantifieds()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsSubqueriesInQuantifieds().
supportsTableCorrelationNames()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsTableCorrelationNames().
supportsTransactionIsolationLevel(level)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsTransactionIsolationLevel(int).
supportsTransactions()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsTransactions().
supportsUnion()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsUnion().
supportsUnionAll()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#supportsUnionAll().
updatesAreDetected(type)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#updatesAreDetected(int).
usesLocalFilePerTable()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#usesLocalFilePerTable().
usesLocalFiles()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.DatabaseMetaData#usesLocalFiles().

JdbcDate

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
after(when)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#after(date).
before(when)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#before(date).
getDate()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getDate().
getMonth()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getMonth().
getTime()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getTime().
getYear()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getYear().
setDate(date)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setDate(int).
setMonth(month)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setMonth(int).
setTime(milliseconds)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setTime(int).
setYear(year)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setYear(int).

JdbcParameterMetaData

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
getParameterClassName(param)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ParameterMetaData#getParameterClassName(int).
getParameterCount()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ParameterMetaData#getParameterCount().
getParameterMode(param)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ParameterMetaData#getParameterMode(int).
getParameterType(param)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ParameterMetaData#getParameterType(int).
getParameterTypeName(param)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ParameterMetaData#getParameterTypeName(int).
getPrecision(param)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ParameterMetaData#getPrecision(int).
getScale(param)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ParameterMetaData#getScale(int).
isNullable(param)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ParameterMetaData#isNullable(int).
isSigned(param)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ParameterMetaData#isSigned(int).

JdbcPreparedStatement

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
addBatch()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#addBatch().
addBatch(sql)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#addBatch(String).
cancel()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#cancel().
clearBatch()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#clearBatch().
clearParameters()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#clearParameters().
clearWarnings()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#clearWarnings().
close()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#close().
execute()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#execute().
execute(sql)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String).
execute(sql, autoGeneratedKeys)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String, int).
execute(sql, columnIndexes)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String, int[]).
execute(sql, columnNames)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String, String[]).
executeBatch()Integer[]Để biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeBatch().
executeQuery()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#executeQuery().
executeQuery(sql)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeQuery(String).
executeUpdate()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#executeUpdate().
executeUpdate(sql)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String).
executeUpdate(sql, autoGeneratedKeys)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String, int).
executeUpdate(sql, columnIndexes)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String, int[]).
executeUpdate(sql, columnNames)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String, String[]).
getConnection()JdbcConnectionĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getConnection().
getFetchDirection()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getFetchDirection().
getFetchSize()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getFetchSize().
getGeneratedKeys()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getGeneratedKeys().
getMaxFieldSize()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMaxFieldSize().
getMaxRows()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMaxRows().
getMetaData()JdbcResultSetMetaDataĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#getMetaData().
getMoreResults()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMoreResults().
getMoreResults(current)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMoreResults(int).
getParameterMetaData()JdbcParameterMetaDataĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#getParameterMetaData().
getQueryTimeout()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getQueryTimeout().
getResultSet()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSet().
getResultSetConcurrency()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSetConcurrency().
getResultSetHoldability()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSetHoldability().
getResultSetType()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSetType().
getUpdateCount()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getUpdateCount().
getWarnings()String[]Để biết tài liệu về phương thức này, hãy xem java.sql.Statement#getWarnings().
isClosed()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#isClosed().
isPoolable()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#isPoolable().
setArray(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setArray(int, Array).
setBigDecimal(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setBigDecimal(int, BigDecimal).
setBlob(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setBlob(int, Clob).
setBoolean(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setBoolean(int, boolean).
setByte(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setByte(int, byte).
setBytes(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setBytes(int, byte[]).
setClob(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setClob(int, Clob).
setCursorName(name)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setCursorName(String).
setDate(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setDate(int, Date).
setDate(parameterIndex, x, timeZone)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setDate(int, Date, Calendar).
setDouble(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setDouble(int, double).
setEscapeProcessing(enable)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setEscapeProcessing(boolean).
setFetchDirection(direction)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setFetchDirection(int).
setFetchSize(rows)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setFetchSize(int).
setFloat(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setFloat(int, float).
setInt(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setInt(int, int).
setLong(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setLong(int, long).
setMaxFieldSize(max)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setMaxFieldSize(int).
setMaxRows(max)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setMaxRows(int).
setNClob(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setNClob(int, NClob).
setNString(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setNString(int, String).
setNull(parameterIndex, sqlType)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setNull(int, int).
setNull(parameterIndex, sqlType, typeName)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setNull(int, int, String).
setObject(index, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setObject(int, Object).
setObject(parameterIndex, x, targetSqlType)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setObject(int, Object, int).
setObject(parameterIndex, x, targetSqlType, scaleOrLength)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setObject(int, Object, int, int).
setPoolable(poolable)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setPoolable(boolean).
setQueryTimeout(seconds)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setQueryTimeout(int).
setRef(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setRef(int, Ref).
setRowId(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setRowId(int, RowId).
setSQLXML(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setSQLXML(int, SQLXML).
setShort(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setShort(int, short).
setString(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setString(int, String).
setTime(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setTime(int, Time).
setTime(parameterIndex, x, timeZone)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setTime(int, Time, Calendar).
setTimestamp(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setTimestamp(int, Timestamp).
setTimestamp(parameterIndex, x, timeZone)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setTimestamp(int, Timestamp, Calendar).
setURL(parameterIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.PreparedStatement#setURL(int, URL).

JdbcRef

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
getBaseTypeName()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.Ref#getBaseTypeName().
getObject()ObjectĐể biết tài liệu về phương thức này, hãy xem java.sql.Ref#getObject().
setObject(object)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Ref#setObject(Object).

JdbcResultSet

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
absolute(row)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#absolute(int).
afterLast()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#afterLast().
beforeFirst()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#beforeFirst().
cancelRowUpdates()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#cancelRowUpdates().
clearWarnings()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#clearWarnings().
close()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#close().
deleteRow()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#deleteRow().
findColumn(columnLabel)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#findColumn(String).
first()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#first().
getArray(columnIndex)JdbcArrayĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getArray(int).
getArray(columnLabel)JdbcArrayĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getArray(String).
getBigDecimal(columnIndex)BigNumberĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getBigDecimal(int).
getBigDecimal(columnLabel)BigNumberĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getBigDecimal(String).
getBlob(columnIndex)JdbcBlobĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getBlob(int).
getBlob(columnLabel)JdbcBlobĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getBlob(String).
getBoolean(columnIndex)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getBoolean(int).
getBoolean(columnLabel)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getBoolean(String).
getByte(columnIndex)ByteĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getByte(int).
getByte(columnLabel)ByteĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getByte(String).
getBytes(columnIndex)Byte[]Để biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getBytes(int).
getBytes(columnLabel)Byte[]Để biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getBytes(String).
getClob(columnIndex)JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getClob(int).
getClob(columnLabel)JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getClob(String).
getConcurrency()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getConcurrency().
getCursorName()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getCursorName().
getDate(columnIndex)JdbcDateĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getDate(int).
getDate(columnIndex, timeZone)JdbcDateĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getDate(int, Calendar).
getDate(columnLabel)JdbcDateĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getDate(String).
getDate(columnLabel, timeZone)JdbcDateĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getDate(String, Calendar).
getDouble(columnIndex)NumberĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getDouble(int).
getDouble(columnLabel)NumberĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getDouble(String).
getFetchDirection()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getFetchDirection().
getFetchSize()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getFetchSize().
getFloat(columnIndex)NumberĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getFloat(int).
getFloat(columnLabel)NumberĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getFloat(String).
getHoldability()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getHoldability().
getInt(columnIndex)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getInt(int).
getInt(columnLabel)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getInt(String).
getLong(columnIndex)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getLong(int).
getLong(columnLabel)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getLong(String).
getMetaData()JdbcResultSetMetaDataĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getMetaData().
getNClob(columnIndex)JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getNClob(int).
getNClob(columnLabel)JdbcClobĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getNClob(String).
getNString(columnIndex)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getNString(int).
getNString(columnLabel)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getNString(String).
getObject(columnIndex)ObjectĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getObject(int).
getObject(columnLabel)ObjectĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getObject(String).
getRef(columnIndex)JdbcRefĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getRef(int).
getRef(columnLabel)JdbcRefĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getRef(String).
getRow()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getRow().
getRowId(columnIndex)JdbcRowIdĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getRowId(int).
getRowId(columnLabel)JdbcRowIdĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getRowId(String).
getSQLXML(columnIndex)JdbcSQLXMLĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getSQLXML(int).
getSQLXML(columnLabel)JdbcSQLXMLĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getSQLXML(String).
getShort(columnIndex)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getShort(int).
getShort(columnLabel)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getShort(String).
getStatement()JdbcStatementĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getStatement().
getString(columnIndex)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getString(int).
getString(columnLabel)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getString(String).
getTime(columnIndex)JdbcTimeĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getTime(int).
getTime(columnIndex, timeZone)JdbcTimeĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getTime(int, Calendar).
getTime(columnLabel)JdbcTimeĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getTime(String).
getTime(columnLabel, timeZone)JdbcTimeĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getTime(String, Calendar).
getTimestamp(columnIndex)JdbcTimestampĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getTimestamp(int).
getTimestamp(columnIndex, timeZone)JdbcTimestampĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getTimestamp(int, Calendar).
getTimestamp(columnLabel)JdbcTimestampĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getTimestamp(String).
getTimestamp(columnLabel, timeZone)JdbcTimestampĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getTimestamp(String, Calendar).
getType()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getType().
getURL(columnIndex)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getURL(int).
getURL(columnLabel)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#getURL(String).
getWarnings()String[]Trả về tập hợp cảnh báo hiện tại do trình điều khiển báo cáo.
insertRow()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#insertRow().
isAfterLast()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#isAfterLast().
isBeforeFirst()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#isBeforeFirst().
isClosed()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#isClosed().
isFirst()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#isFirst().
isLast()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#isLast().
last()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#first().
moveToCurrentRow()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#moveToCurrentRow().
moveToInsertRow()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#moveToInsertRow().
next()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#next().
previous()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#previous().
refreshRow()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#refreshRow().
relative(rows)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#relative(int).
rowDeleted()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#rowDeleted().
rowInserted()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#rowInserted().
rowUpdated()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#rowUpdated().
setFetchDirection(direction)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#setFetchDirection(int).
setFetchSize(rows)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#setFetchSize(int).
updateArray(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateArray(int, Array).
updateArray(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateArray(String, Array).
updateBigDecimal(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateBigDecimal(int, BigDecimal).
updateBigDecimal(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateBigDecimal(String, BigDecimal).
updateBlob(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateBlob(int, Blob).
updateBlob(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateRef(String, Blob).
updateBoolean(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateBoolean(int, boolean).
updateBoolean(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateBoolean(String, boolean).
updateByte(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateByte(int, byte).
updateByte(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateByte(String, byte).
updateBytes(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateBytes(int, byte[]).
updateBytes(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateBytes(String, byte[]).
updateClob(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateClob(int, Clob).
updateClob(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateClob(String, Clob).
updateDate(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateDate(int, Date).
updateDate(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateDate(String, Date).
updateDouble(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateDouble(int, double).
updateDouble(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateDouble(String, double).
updateFloat(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateFloat(int, float).
updateFloat(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateFloat(String, float).
updateInt(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateInt(int, int).
updateInt(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateInt(String, int).
updateLong(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateLong(int, long).
updateLong(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateLong(String, long).
updateNClob(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateNClob(int, NClob).
updateNClob(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateNClob(String, NClob).
updateNString(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateNString(int, String).
updateNString(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateNString(String, String).
updateNull(columnIndex)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateNull(int).
updateNull(columnLabel)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateNull(String).
updateObject(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateObject(int, Object).
updateObject(columnIndex, x, scaleOrLength)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateObject(int, Object, int).
updateObject(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateObject(String, Object).
updateObject(columnLabel, x, scaleOrLength)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateObject(String, Object, int).
updateRef(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateRef(int, Ref).
updateRef(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateRef(String, Ref).
updateRow()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateRow().
updateRowId(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateRowId(int, RowId).
updateRowId(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateRowId(String, RowId).
updateSQLXML(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateSQLXML(int, SQLXML).
updateSQLXML(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateSQLXML(String, SQLXML).
updateShort(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateShort(int, short).
updateShort(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateShort(String, short).
updateString(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateString(int, String).
updateString(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateString(String, String).
updateTime(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateTime(int, Time).
updateTime(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateTime(String, Time).
updateTimestamp(columnIndex, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateTimestamp(int, Timestamp).
updateTimestamp(columnLabel, x)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#updateTimestamp(String, Timestamp).
wasNull()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSet#wasNull().

JdbcResultSetMetaData

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
getCatalogName(column)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getCatalogName(int).
getColumnClassName(column)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getColumnClassName(int).
getColumnCount()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getColumnCount().
getColumnDisplaySize(column)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getColumnDisplaySize(int).
getColumnLabel(column)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getColumnLabel(int).
getColumnName(column)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getColumnName(int).
getColumnType(column)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getColumnType(int).
getColumnTypeName(column)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getColumnTypeName(int).
getPrecision(column)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getPrecision(int).
getScale(column)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getScale(int).
getSchemaName(column)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getSchemaName(int).
getTableName(column)StringĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#getTableName(int).
isAutoIncrement(column)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#isAutoIncrement(int).
isCaseSensitive(column)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#isCaseSensitive(int).
isCurrency(column)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#isCurrency(int).
isDefinitelyWritable(column)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#isDefinitelyWritable(int).
isNullable(column)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#isNullable(int).
isReadOnly(column)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#isReadOnly(int).
isSearchable(column)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#isSearchable(int).
isSigned(column)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#isSigned(int).
isWritable(column)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.ResultSetMetaData#isWritable(int).

JdbcRowId

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
getBytes()Byte[]Để biết tài liệu về phương thức này, hãy xem java.sql.RowId#getBytes().

JdbcSQLXML

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
free()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.SQLXML#free().
getString()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.SQLXML#getString().
setString(value)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.SQLXML#setString(String).

JdbcSavepoint

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
getSavepointId()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Savepoint#getSavepointId().
getSavepointName()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.Savepoint#getSavepointName().

JdbcStatement

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
addBatch(sql)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#addBatch(String).
cancel()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#cancel().
clearBatch()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#clearBatch().
clearWarnings()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#clearWarnings().
close()voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#close().
execute(sql)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String).
execute(sql, autoGeneratedKeys)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String, int).
execute(sql, columnIndexes)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String, int[]).
execute(sql, columnNames)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#execute(String, String[]).
executeBatch()Integer[]Để biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeBatch().
executeQuery(sql)JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeQuery(String).
executeUpdate(sql)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String).
executeUpdate(sql, autoGeneratedKeys)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String, int).
executeUpdate(sql, columnIndexes)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String, int[]).
executeUpdate(sql, columnNames)IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#executeUpdate(String, String[]).
getConnection()JdbcConnectionĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getConnection().
getFetchDirection()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getFetchDirection().
getFetchSize()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getFetchSize().
getGeneratedKeys()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getGeneratedKeys().
getMaxFieldSize()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMaxFieldSize().
getMaxRows()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMaxRows().
getMoreResults()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMoreResults().
getMoreResults(current)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getMoreResults(int).
getQueryTimeout()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getQueryTimeout().
getResultSet()JdbcResultSetĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSet().
getResultSetConcurrency()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSetConcurrency().
getResultSetHoldability()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSetHoldability().
getResultSetType()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getResultSetType().
getUpdateCount()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#getUpdateCount().
getWarnings()String[]Để biết tài liệu về phương thức này, hãy xem java.sql.Statement#getWarnings().
isClosed()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#isClosed().
isPoolable()BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#isPoolable().
setCursorName(name)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setCursorName(String).
setEscapeProcessing(enable)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setEscapeProcessing(boolean).
setFetchDirection(direction)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setFetchDirection(int).
setFetchSize(rows)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setFetchSize(int).
setMaxFieldSize(max)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setMaxFieldSize(int).
setMaxRows(max)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setMaxRows(int).
setPoolable(poolable)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setPoolable(boolean).
setQueryTimeout(seconds)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Statement#setQueryTimeout(int).

JdbcStruct

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
getAttributes()Object[]Để biết tài liệu về phương thức này, hãy xem java.sql.Struct#getAttributes().
getSQLTypeName()StringĐể biết tài liệu về phương thức này, hãy xem java.sql.Struct#getSQLTypeName().

JdbcTime

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
after(when)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#after(Date).
before(when)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#before(Date).
getHours()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getHours().
getMinutes()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getMinutes().
getSeconds()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getSeconds().
getTime()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getTime().
setHours(hours)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setHours(int).
setMinutes(minutes)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setMinutes(int).
setSeconds(seconds)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setSeconds(int).
setTime(milliseconds)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Time#setTime(long).

JdbcTimestamp

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
after(when)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Timestamp#after(Timestamp).
before(when)BooleanĐể biết tài liệu về phương thức này, hãy xem java.sql.Timestamp#before(Timestamp).
getDate()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getDate().
getHours()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getHours().
getMinutes()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getMinutes().
getMonth()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getMonth().
getNanos()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Timestamp#getNanos().
getSeconds()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getSeconds().
getTime()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Timestamp#getTime().
getYear()IntegerĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#getYear().
setDate(date)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setDate(int).
setHours(hours)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setHours(int).
setMinutes(minutes)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setMinutes(int).
setMonth(month)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setMonth(int).
setNanos(nanoseconds)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Timestamp#setNanos(int).
setSeconds(seconds)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setSeconds(int).
setTime(milliseconds)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Timestamp#setTime(long).
setYear(year)voidĐể biết tài liệu về phương thức này, hãy xem java.sql.Date#setYear(int).