ページの先頭行へ戻る
Symfoware Server V12.1.x アプリケーション開発ガイド(JDBCドライバ編)
FUJITSU Software

付録F サポートAPI一覧

Symfoware ServerのJDBCドライバがサポートするAPIについて説明します。

インタフェース名

メソッド名

fjsymjdbc4.jar

fjsymjdbc3.jar

fjsymjdbc2.jar

Blob

free()

×

×

getBinaryStream()

×

getBinaryStream(long pos, long length)

×

×

getBytes(long pos, int length)

×

length()

×

position(Blob pattern, long start)

×

position(byte[] pattern, long start)

×

setBinaryStream(long pos)

×

setBytes(long pos, byte[] bytes)

×

setBytes(long pos, byte[] bytes, int offset, int len)

×

truncate(long len)

×

CallableStatement

getArray(String parameterName)

×

getArray(int parameterIndex)

×

getBigDecimal(String parameterName)

×

getBigDecimal(int parameterIndex)

getBigDecimal(int parameterIndex, int scale)

getBlob(String parameterName)

×

getBlob(int parameterIndex)

×

getBoolean(String parameterName)

×

getBoolean(int parameterIndex)

getByte(String parameterName)

×

getByte(int parameterIndex)

getBytes(String parameterName)

×

getBytes(int parameterIndex)

getCharacterStream(String parameterName)

×

×

getCharacterStream(int parameterIndex)

×

×

getClob(String parameterName)

×

getClob(int parameterIndex)

×

getDate(String parameterName)

×

getDate(String parameterName, Calendar cal)

×

getDate(int parameterIndex)

getDate(int parameterIndex, Calendar cal)

×

getDouble(String parameterName)

×

getDouble(int parameterIndex)

getFloat(String parameterName)

×

getFloat(int parameterIndex)

getInt(String parameterName)

×

getInt(int parameterIndex)

getLong(String parameterName)

×

getLong(int parameterIndex)

getNCharacterStream(String parameterName)

×

×

×

getNCharacterStream(int parameterIndex)

×

×

×

getNClob(String parameterName)

×

×

×

getNClob(int parameterIndex)

×

×

×

getNString(String parameterName)

×

×

×

getNString(int parameterIndex)

×

×

×

getObject(String parameterName)

×

getObject(String parameterName, Map<String,Class<?>> map)

×

getObject(int parameterIndex, Map<String,Class<?>> map)

×

getObject(int parameterIndex)

×

getRef(String parameterName)

×

getRef(int parameterIndex)

×

getRowId(String parameterName)

×

×

×

getRowId(int parameterIndex)

×

×

×

getSQLXML(String parameterName)

×

×

×

getSQLXML(int parameterIndex)

×

×

×

getShort(String parameterName)

×

getShort(int parameterIndex)

getString(String parameterName)

×

getString(int parameterIndex)

getTime(String parameterName)

×

getTime(String parameterName, Calendar cal)

×

getTime(int parameterIndex)

getTime(int parameterIndex, Calendar cal)

×

getTimestamp(String parameterName)

×

getTimestamp(String parameterName, Calendar cal)

×

getTimestamp(int parameterIndex)

getTimestamp(int parameterIndex, Calendar cal)

×

getURL(String parameterName)

×

getURL(int parameterIndex)

×

registerOutParameter(String parameterName, int sqlType, String typeName)

×

registerOutParameter(String parameterName, int sqlType, int scale)

×

registerOutParameter(int parameterIndex, int sqlType, String typeName)

×

registerOutParameter(int parameterIndex, int sqlType)

registerOutParameter(int parameterIndex, int sqlType, int scale)

setAsciiStream(String parameterName, InputStream x)

×

×

setAsciiStream(String parameterName, InputStream x, int length)

×

setAsciiStream(String parameterName, InputStream x, long length)

×

×

setBigDecimal(String parameterName, BigDecimal x)

×

setBinaryStream(String parameterName, InputStream x)

×

×

setBinaryStream(String parameterName, InputStream x, int length)

×

setBinaryStream(String parameterName, InputStream x, long length)

×

×

setBlob(String parameterName, Blob x)

×

×

setBlob(String parameterName, InputStream inputStream)

×

×

setBlob(String parameterName, InputStream inputStream, long length)

×

×

setBoolean(String parameterName, boolean x)

×

setByte(String parameterName, byte x)

×

setBytes(String parameterName, byte[] x)

×

setCharacterStream(String parameterName, Reader reader)

×

×

setCharacterStream(String parameterName, Reader reader, int length)

×

setCharacterStream(String parameterName, Reader reader, long length)

×

×

setClob(String parameterName, Clob x)

×

×

setClob(String parameterName, Reader reader)

×

×

setClob(String parameterName, Reader reader, long length)

×

×

setDate(String parameterName, Date x)

×

setDate(String parameterName, Date x, Calendar cal)

×

setDouble(String parameterName, double x)

×

setFloat(String parameterName, float x)

×

setInt(String parameterName, int x)

×

setLong(String parameterName, long x)

×

setNCharacterStream(String parameterName, Reader value)

×

×

×

setNCharacterStream(String parameterName, Reader value, long length)

×

×

×

setNClob(String parameterName, NClob value)

×

×

×

setNClob(String parameterName, Reader reader)

×

×

×

setNClob(String parameterName, Reader reader, long length)

×

×

×

setNString(String parameterName, String value)

×

×

×

setNull(String parameterName, int sqlType)

×

setNull(String parameterName, int sqlType, String typeName)

×

setObject(String parameterName, Object x)

×

setObject(String parameterName, Object x, int targetSqlType)

×

setObject(String parameterName, Object x, int targetSqlType, int scale)

×

setRowId(String parameterName, RowId x)

×

×

×

setSQLXML(String parameterName, SQLXML xmlObject)

×

×

×

setShort(String parameterName, short x)

×

setString(String parameterName, String x)

×

setTime(String parameterName, Time x)

×

setTime(String parameterName, Time x, Calendar cal)

×

setTimestamp(String parameterName, Timestamp x)

×

setTimestamp(String parameterName, Timestamp x, Calendar cal)

×

setURL(String parameterName, URL val)

×

wasNull()

Clob

free()

×

×

getAsciiStream()

×

getCharacterStream()

×

getCharacterStream(long pos, long length)

×

×

getSubString(long pos, int length)

×

length()

×

position(Clob searchstr, long start)

×

position(String searchstr, long start)

×

setAsciiStream(long pos)

×

setCharacterStream(long pos)

×

setString(long pos, String str)

×

setString(long pos, String str, int offset, int len)

×

truncate(long len)

×

Connection

clearWarnings()

close()

commit()

createArrayOf(String typeName, Object[] elements)

×

×

×

createBlob()

×

×

×

createClob()

×

×

×

createNClob()

×

×

×

createSQLXML()

×

×

×

createStatement()

createStatement(int resultSetType, int resultSetConcurrency)

createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)

×

createStruct(String typeName, Object[] attributes)

×

×

×

getAutoCommit()

getCatalog()

getClientInfo()

×

×

getClientInfo(String name)

×

×

getHoldability()

×

getMetaData()

getTransactionIsolation()

getTypeMap()

×

getWarnings()

isClosed()

isReadOnly()

isValid(int timeout)

×

×

nativeSQL(String sql)

×

prepareCall(String sql)

prepareCall(String sql, int resultSetType, int resultSetConcurrency)

×

prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)

×

prepareStatement(String sql)

prepareStatement(String sql, String[] columnNames)

×

×

×

prepareStatement(String sql, int autoGeneratedKeys)

×

×

×

prepareStatement(String sql, int resultSetType, int resultSetConcurrency)

prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)

×

prepareStatement(String sql, int[] columnIndexes)

×

×

×

releaseSavepoint(Savepoint savepoint)

×

×

×

rollback()

rollback(Savepoint savepoint)

×

×

×

setAutoCommit(boolean autoCommit)

setCatalog(String catalog)

setClientInfo(Properties properties)

×

×

×

setClientInfo(String name, String value)

×

×

×

setHoldability(int holdability)

×

setReadOnly(boolean readOnly)

setSavepoint()

×

×

×

setSavepoint(String name)

×

×

×

setTransactionIsolation(int level)

setTypeMap(Map map)

×

ConnectionPoolDataSource

getLoginTimeout()

getLogWriter()

setLoginTimeout(int seconds)

setLogWriter(PrintWriter out)

getPooledConnection()

getPooledConnection(String user, String password)

DatabaseMetaData

allProceduresAreCallable()

allTablesAreSelectable()

autoCommitFailureClosesAllResultSets()

×

×

dataDefinitionCausesTransactionCommit()

dataDefinitionIgnoredInTransactions()

deletesAreDetected(int type)

doesMaxRowSizeIncludeBlobs()

getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern)

×

getBestRowIdentifier(String catalog, String schema, String table, int scope, Boolean nullable)

getCatalogSeparator()

getCatalogTerm()

getCatalogs()

getClientInfoProperties()

×

×

getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern)

getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)

getConnection()

getCrossReference(String parentCatalog, String parentSchema, String parentTable, String foreignCatalog, String foreignSchema, String foreignTable)

getDatabaseMajorVersion()

×

getDatabaseMinorVersion()

×

getDatabaseProductName()

getDatabaseProductVersion()

getDefaultTransactionIsolation()

getDriverMajorVersion()

getDriverMinorVersion()

getDriverName()

getDriverVersion()

getExportedKeys(String catalog, String schema, String table)

getExtraNameCharacters()

getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern)

×

×

getFunctions(String catalog, String schemaPattern, String functionNamePattern)

×

×

getIdentifierQuoteString()

getImportedKeys(String catalog, String schema, String table)

getIndexInfo(String catalog, String schema, String table, Boolean unique, Boolean approximate)

getJDBCMajorVersion()

×

getJDBCMinorVersion()

×

getMaxBinaryLiteralLength()

getMaxCatalogNameLength()

getMaxCharLiteralLength()

getMaxColumnNameLength()

getMaxColumnsInGroupBy()

getMaxColumnsInIndex()

getMaxColumnsInOrderBy()

getMaxColumnsInSelect()

getMaxColumnsInTable()

getMaxConnections()

getMaxCursorNameLength()

getMaxIndexLength()

getMaxProcedureNameLength()

getMaxRowSize()

getMaxSchemaNameLength()

getMaxStatementLength()

getMaxStatements()

getMaxTableNameLength()

getMaxTablesInSelect()

getMaxUserNameLength()

getNumericFunctions()

getPrimaryKeys(String catalog, String schema, String table)

getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern)

getProcedureTerm()

getProcedures(String catalog, String schemaPattern, String procedureNamePattern)

getRowIdLifetime()

×

×

getSQLKeywords()

getSQLStateType()

×

getSchemaTerm()

getSchemas()

getSchemas(String catalog, String schemaPattern)

×

getSearchStringEscape()

getStringFunctions()

getSuperTables(String catalog, String schemaPattern, String tableNamePattern)

×

getSuperTypes(String catalog, String schemaPattern, String typeNamePattern)

×

getSystemFunctions()

getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern)

getTableTypes()

getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types)

getTimeDateFunctions()

getTypeInfo()

getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types)

getURL()

getUserName()

getVersionColumns(String catalog, String schema, String table)

getResultSetHoldability()

×

insertsAreDetected(int type)

isCatalogAtStart()

isReadOnly()

locatorsUpdateCopy()

×

nullPlusNonNullIsNull()

nullsAreSortedAtEnd()

nullsAreSortedAtStart()

nullsAreSortedHigh()

nullsAreSortedLow()

othersDeletesAreVisible(int type)

othersInsertsAreVisible(int type)

othersUpdatesAreVisible(int type)

ownDeletesAreVisible(int type)

ownInsertsAreVisible(int type)

ownUpdatesAreVisible(int type)

storesLowerCaseIdentifiers()

storesLowerCaseQuotedIdentifiers()

storesMixedCaseIdentifiers()

storesMixedCaseQuotedIdentifiers()

storesUpperCaseIdentifiers()

storesUpperCaseQuotedIdentifiers()

supportsANSI92EntryLevelSQL()

supportsANSI92FullSQL()

supportsANSI92IntermediateSQL()

supportsAlterTableWithAddColumn()

supportsAlterTableWithDropColumn()

supportsBatchUpdates()

supportsCatalogsInDataManipulation()

supportsCatalogsInIndexDefinitions()

supportsCatalogsInPrivilegeDefinitions()

supportsCatalogsInProcedureCalls()

supportsCatalogsInTableDefinitions()

supportsColumnAliasing()

supportsConvert()

supportsConvert(int fromType, int toType)

supportsCoreSQLGrammar()

supportsCorrelatedSubqueries()

supportsDataDefinitionAndDataManipulationTransactions()

supportsDataManipulationTransactionsOnly()

supportsDifferentTableCorrelationNames()

supportsExpressionsInOrderBy()

supportsExtendedSQLGrammar()

supportsFullOuterJoins()

supportsGetGeneratedKeys()

×

supportsGroupBy()

supportsGroupByBeyondSelect()

supportsGroupByUnrelated()

supportsIntegrityEnhancementFacility()

supportsLikeEscapeClause()

supportsLimitedOuterJoins()

supportsMinimumSQLGrammar()

supportsMixedCaseIdentifiers()

supportsMixedCaseQuotedIdentifiers()

supportsMultipleOpenResults()

×

supportsMultipleResultSets()

supportsMultipleTransactions()

supportsNamedParameters()

×

supportsNonNullableColumns()

supportsOpenCursorsAcrossCommit()

supportsOpenCursorsAcrossRollback()

supportsOpenStatementsAcrossCommit()

supportsOpenStatementsAcrossRollback()

supportsOrderByUnrelated()

supportsOuterJoins()

supportsPositionedDelete()

supportsPositionedUpdate()

supportsResultSetConcurrency(int type, int concurrency)

supportsResultSetHoldability(int holdability)

×

supportsResultSetType(int type)

supportsSavepoints()

×

supportsSchemasInDataManipulation()

supportsSchemasInIndexDefinitions()

supportsSchemasInPrivilegeDefinitions()

supportsSchemasInProcedureCalls()

supportsSchemasInTableDefinitions()

supportsSelectForUpdate()

supportsStatementPooling()

×

supportsStoredFunctionsUsingCallSyntax()

×

×

supportsStoredProcedures()

supportsSubqueriesInComparisons()

supportsSubqueriesInExists()

supportsSubqueriesInIns()

supportsSubqueriesInQuantifieds()

supportsTableCorrelationNames()

supportsTransactionIsolationLevel(int level)

supportsTransactions()

supportsUnion()

supportsUnionAll()

updatesAreDetected(int type)

usesLocalFilePerTable()

usesLocalFiles()

ParameterMetaData

getParameterClassName(int param)

×

getParameterCount()

×

getParameterMode(int param)

×

getParameterType(int param)

×

getParameterTypeName(int param)

×

getPrecision(int param)

×

getScale(int param)

×

isNullable(int param)

×

isSigned(int param)

×

PreparedStatement

addBatch()

×

clearParameters()

execute()

executeQuery()

executeUpdate()

getMetaData()

×

getParameterMetaData()

×

setArray(int parameterIndex, Array x)

×

setAsciiStream(int parameterIndex, InputStream x)

×

×

×

setAsciiStream(int parameterIndex, InputStream x, int length)

×

setAsciiStream(int parameterIndex, InputStream x, long length)

×

×

×

setBigDecimal(int parameterIndex, BigDecimal x)

setBinaryStream(int parameterIndex, InputStream x)

×

×

×

setBinaryStream(int parameterIndex, InputStream x, int length)

setBinaryStream(int parameterIndex, InputStream x, long length)

×

×

×

setBlob(int parameterIndex, Blob x)

×

setBlob(int parameterIndex, InputStream inputStream)

×

×

setBlob(int parameterIndex, InputStream inputStream, long length)

×

×

setBoolean(int parameterIndex, boolean x)

setByte(int parameterIndex, byte x)

setBytes(int parameterIndex, byte[] x)

setCharacterStream(int parameterIndex, Reader reader)

×

×

setCharacterStream(int parameterIndex, Reader reader, int length)

×

setCharacterStream(int parameterIndex, Reader reader, long length)

×

×

setClob(int parameterIndex, Clob x)

×

setClob(int parameterIndex, Reader reader)

×

×

setClob(int parameterIndex, Reader reader, long length)

×

×

setDate(int parameterIndex, Date x)

setDate(int parameterIndex, Date x, Calendar cal)

×

setDouble(int parameterIndex, double x)

setFloat(int parameterIndex, float x)

setInt(int parameterIndex, int x)

setLong(int parameterIndex, long x)

setNCharacterStream(int parameterIndex, Reader value)

×

×

×

setNCharacterStream(int parameterIndex, Reader value, long length)

×

×

×

setNClob(int parameterIndex, NClob value)

×

×

×

setNClob(int parameterIndex, Reader reader)

×

×

×

setNClob(int parameterIndex, Reader reader, long length)

×

×

×

setNString(int parameterIndex, String value)

×

×

×

setNull(int parameterIndex, int sqlType, String typeName)

×

setNull(int parameterIndex, int sqlType)

setObject(int parameterIndex, Object x)

×

setObject(int parameterIndex, Object x, int targetSqlType)

×

setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)

×

setRef(int parameterIndex, Ref x)

×

setRowId(int parameterIndex, RowId x)

×

×

setSQLXML(int parameterIndex, SQLXML xmlObject)

×

×

×

setShort(int parameterIndex, short x)

setString(int parameterIndex, String x)

setTime(int parameterIndex, Time x)

setTime(int parameterIndex, Time x, Calendar cal)

×

setTimestamp(int parameterIndex, Timestamp x)

setTimestamp(int parameterIndex, Timestamp x, Calendar cal)

×

setURL(int parameterIndex, URL x)

×

setUnicodeStream(int parameterIndex, InputStream x, int length)

×

ResultSet

absolute(int row)

afterLast()

beforeFirst()

cancelRowUpdates()

×

clearWarnings()

close()

deleteRow()

×

findColumn(String columnName)

first()

getArray(String columnLabel)

×

getArray(int columnIndex)

×

getAsciiStream(String columnLabel)

×

getAsciiStream(int columnIndex)

×

getBigDecimal(String columnName)

getBigDecimal(String columnName, int scale)

getBigDecimal(int columnIndex)

getBigDecimal(int columnIndex, int scale)

getBinaryStream(String columnName)

getBinaryStream(int columnIndex)

getBlob(String columnLabel)

×

getBlob(int columnIndex)

×

getBoolean(String columnName)

getBoolean(int columnIndex)

getByte(String columnName)

getByte(int columnIndex)

getBytes(String columnName)

getBytes(int columnIndex)

getCharacterStream(String columnLabel)

×

getCharacterStream(int columnIndex)

×

getClob(String columnLabel)

×

getClob(int columnIndex)

×

getConcurrency()

getCursorName()

getDate(String columnName)

getDate(String columnLabel, Calendar cal)

×

getDate(int columnIndex)

getDate(int columnIndex, Calendar cal)

×

getDouble(String columnName)

getDouble(int columnIndex)

getFetchDirection()

getFetchSize()

×

getFloat(String columnName)

getFloat(int columnIndex)

getHoldability()

×

×

getInt(String columnName)

getInt(int columnIndex)

getLong(String columnName)

getLong(int columnIndex)

getMetaData()

getNCharacterStream(String columnLabel)

×

×

×

getNCharacterStream(int columnIndex)

×

×

×

getNClob(String columnLabel)

×

×

×

getNClob(int columnIndex)

×

×

×

getNString(String columnLabel)

×

×

×

getNString(int columnIndex)

×

×

×

getObject(String columnLabel, Map map)

×

getObject(String columnLabel)

×

getObject(int columnIndex)

×

getObject(int columnIndex, Map map)

×

getRef(String columnLabel)

×

getRef(int columnIndex)

×

getRow()

getRowId(String columnLabel)

×

×

getRowId(int columnIndex)

×

×

getSQLXML(String columnLabel)

×

×

×

getSQLXML(int columnIndex)

×

×

×

getShort(String columnName)

getShort(int columnIndex)

getStatement()

getString(String columnName)

getString(int columnIndex)

getTime(String columnName)

getTime(String columnLabel, Calendar cal)

×

getTime(int columnIndex)

getTime(int columnIndex, Calendar cal)

×

getTimestamp(String columnName)

getTimestamp(String columnLabel, Calendar cal)

×

getTimestamp(int columnIndex)

getTimestamp(int columnIndex, Calendar cal)

×

getType()

getURL(String columnLabel)

×

getURL(int columnIndex)

×

getUnicodeStream(String columnLabel)

×

getUnicodeStream(int columnIndex)

×

getWarnings()

insertRow()

×

×

×

isAfterLast()

isBeforeFirst()

isClosed()

×

×

isFirst()

isLast()

last()

moveToCurrentRow()

×

moveToInsertRow()

×

×

×

next()

previous()

refreshRow()

×

relative(int rows)

rowDeleted()

×

rowInserted()

×

rowUpdated()

×

setFetchDirection(int direction)

setFetchSize(int rows)

×

updateArray(int columnIndex, Array x)

×

updateArray(String columnLabel, Array x)

×

updateAsciiStream(String columnLabel, InputStream x)

×

×

×

updateAsciiStream(String columnLabel, InputStream x, int length)

×

updateAsciiStream(String columnLabel, InputStream x, long length)

×

×

×

updateAsciiStream(int columnIndex, InputStream x)

×

×

×

updateAsciiStream(int columnIndex, InputStream x, int length)

×

updateAsciiStream(int columnIndex, InputStream x, long length)

×

×

×

updateBigDecimal(String columnLabel, BigDecimal x)

×

updateBigDecimal(int columnIndex, BigDecimal x)

×

updateBinaryStream(String columnLabel, InputStream x)

×

×

×

updateBinaryStream(String columnLabel, InputStream x, long length)

×

×

×

updateBinaryStream(String columnLabel, InputStream x, int length)

×

updateBinaryStream(int columnIndex, InputStream x)

×

×

×

updateBinaryStream(int columnIndex, InputStream x, long length)

×

×

×

updateBinaryStream(int columnIndex, InputStream x, int length)

×

updateBlob(String columnLabel, Blob x)

×

updateBlob(String columnLabel, InputStream inputStream)

×

×

×

updateBlob(String columnLabel, InputStream inputStream, long length)

×

×

×

updateBlob(int columnIndex, Blob x)

×

updateBlob(int columnIndex, InputStream inputStream)

×

×

×

updateBlob(int columnIndex, InputStream inputStream, long length)

×

×

×

updateBoolean(String columnLabel, Boolean x)

×

updateBoolean(int columnIndex, Boolean x)

×

updateByte(String columnLabel, byte x)

×

updateByte(int columnIndex, byte x)

×

updateBytes(String columnLabel, byte[] x)

×

updateBytes(int columnIndex, byte[] x)

×

updateCharacterStream(String columnLabel, Reader reader)

×

×

updateCharacterStream(String columnLabel, Reader reader, long length)

×

×

updateCharacterStream(String columnLabel, Reader reader, int length)

×

updateCharacterStream(int columnIndex, Reader x)

×

×

updateCharacterStream(int columnIndex, Reader x, long length)

×

×

updateCharacterStream(int columnIndex, Reader x, int length)

×

updateClob(String columnLabel, Clob x)

×

updateClob(String columnLabel, Reader reader)

×

×

×

updateClob(String columnLabel, Reader~reader, long~length)

×

×

×

updateClob(int columnIndex, Clob x)

×

updateClob(int columnIndex, Reader reader)

×

×

×

updateClob(int columnIndex, Reader~reader, long~length)

×

×

×

updateDate(String columnLabel, Date x)

×

updateDate(int columnIndex, Date x)

×

updateDouble(String columnLabel, double x)

×

updateDouble(int columnIndex, double x)

×

updateFloat(String columnLabel, float x)

×

updateFloat(int columnIndex, float x)

×

updateInt(String columnLabel, int x)

×

updateInt(int columnIndex, int x)

×

updateLong(String columnLabel, long x)

×

updateLong(int columnIndex, long x)

×

updateNCharacterStream(String columnLabel, Reader reader)

×

×

×

updateNCharacterStream(String columnLabel, Reader reader, long length)

×

×

×

updateNCharacterStream(int columnIndex, Reader x)

×

×

×

updateNCharacterStream(int columnIndex, Reader x, long length)

×

×

×

updateNClob(String columnLabel, NClob nClob)

×

×

×

updateNClob(String columnLabel, Reader reader)

×

×

×

updateNClob(String columnLabel, Reader reader, long length)

×

×

×

updateNClob(int columnIndex, NClob nClob)

×

×

×

updateNClob(int columnIndex, Reader reader)

×

×

×

updateNClob(int columnIndex, Reader reader, long length)

×

×

×

updateNString(String columnLabel, String nString)

×

×

×

updateNString(int columnIndex, String nString)

×

×

×

updateNull(String columnLabel)

×

updateNull(int columnIndex)

×

updateObject(String columnLabel, Object x)

×

updateObject(String columnLabel, Object x, int scaleOrLength)

×

updateObject(int columnIndex, Object x)

×

updateObject(int columnIndex, Object x, int scaleOrLength)

×

updateRef(String columnLabel, Ref x)

×

updateRef(int columnIndex, Ref x)

×

updateRow()

×

updateRowId(String columnLabel, RowId x)

×

×

×

updateRowId(int columnIndex, RowId x)

×

×

×

updateSQLXML(String columnLabel, SQLXML xmlObject)

×

×

×

updateSQLXML(int columnIndex, SQLXML xmlObject)

×

×

×

updateShort(String columnLabel, short x)

×

updateShort(int columnIndex, short x)

×

updateString(String columnLabel, String x)

×

updateString(int columnIndex, String x)

×

updateTime(String columnLabel, Time x)

×

updateTime(int columnIndex, Time x)

×

updateTimestamp(String columnLabel, Timestamp x)

×

updateTimestamp(int columnIndex, Timestamp x)

×

wasNull()

ResultSetMetaData

getCatalogName(int column)

getColumnClassName(int column)

×

getColumnCount()

getColumnDisplaySize(int column)

getColumnLabel(int column)

getColumnName(int column)

getColumnType(int column)

getColumnTypeName(int column)

getPrecision(int column)

getScale(int column)

getSchemaName(int column)

getTableName(int column)

isAutoIncrement(int column)

isCaseSensitive(int column)

isCurrency(int column)

isDefinitelyWritable(int column)

isNullable(int column)

isReadOnly(int column)

isSearchable(int column)

isSigned(int column)

isWritable(int column)

RowId

equals(Object obj)

×

×

getBytes()

×

×

hashCode()

×

×

toString()

×

×

Statement

addBatch(String sql)

×

cancel()

×

clearBatch()

×

clearWarnings()

close()

execute(String sql)

execute(String sql, String[] columnNames)

×

×

×

execute(String sql, int autoGeneratedKeys)

×

×

×

execute(String sql, int[] columnIndexes)

×

×

×

executeBatch()

×

executeQuery(String sql)

executeUpdate(String sql)

executeUpdate(String sql, String[] columnNames)

×

×

×

executeUpdate(String sql, int autoGeneratedKeys)

×

×

×

executeUpdate(String sql, int[] columnIndexes)

×

×

×

getConnection()

getFetchDirection()

getFetchSize()

×

getGeneratedKeys()

×

×

×

getMaxFieldSize()

getMaxRows()

getMoreResults()

getMoreResults(int current)

×

getQueryTimeout()

×

getResultSet()

getResultSetConcurrency()

getResultSetHoldability()

×

getResultSetType()

getUpdateCount()

getWarnings()

isClosed()

×

×

isPoolable()

×

×

setCursorName(String name)

setEscapeProcessing(boolean enable)

×

setFetchDirection(int direction)

setFetchSize(int rows)

×

setMaxFieldSize(int max)

setMaxRows(int max)

setPoolable(boolean poolable)

×

×

setQueryTimeout(int seconds)

×

○:サポート

×:未サポート