The plugin part JavaDB
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS Java Plugin:JavaDB:
All Console safe,
567 entry points.
- class JavaBlobMBS
- class JavaCallableStatementMBS
- method Constructor
- method registerOutParameter(parameterIndex as integer, sqlType as integer)
- method registerOutParameter(parameterIndex as integer, sqlType as integer, scale as integer)
- method registerOutParameter(parameterIndex as integer, sqlType as integer, typeName as string)
- method registerOutParameter(parameterName as string, sqlType as integer)
- method registerOutParameter(parameterName as string, sqlType as integer, scale as integer)
- method registerOutParameter(parameterName as string, sqlType as integer, typeName as string)
- method wasNull as boolean
- method getBlob(parameterIndex as integer) as JavaBlobMBS
- method getBlob(parameterName as string) as JavaBlobMBS
- method getClob(parameterIndex as integer) as JavaClobMBS
- method getClob(parameterName as string) as JavaClobMBS
- method getBoolean(parameterIndex as integer) as boolean
- method getBoolean(parameterName as string) as boolean
- method getDouble(parameterIndex as integer) as double
- method getDouble(parameterName as string) as double
- method getFloat(parameterIndex as integer) as single
- method getFloat(parameterName as string) as single
- method getInt(parameterIndex as integer) as integer
- method getInt(parameterName as string) as integer
- method getString(parameterIndex as integer) as String
- method getString(parameterName as string) as String
- method getShort(parameterIndex as integer) as integer
- method getShort(parameterName as string) as integer
- method getByte(parameterIndex as integer) as integer
- method getByte(parameterName as string) as integer
- method setBoolean(parameterName as string, x as boolean)
- method setByte(parameterName as string, x as integer)
- method setDouble(parameterName as string, x as double)
- method setFloat(parameterName as string, x as single)
- method setInt(parameterName as string, x as integer)
- method setShort(parameterName as string, x as integer)
- method setString(parameterName as string, x as string)
- method setNull(parameterName as string, sqlType as integer)
- method setNull(parameterName as string, sqlType as integer, typeName as string)
- method setLong(parameterName as string, x as int64)
- method getLong(parameterIndex as integer) as Int64
- method getLong(parameterName as string) as Int64
- class JavaClobMBS
- class JavaConnectionMBS
- method Constructor
- method CLOSE_CURSORS_AT_COMMIT as integer
- method CONCUR_READ_ONLY as integer
- method CONCUR_UPDATABLE as integer
- method FETCH_FORWARD as integer
- method FETCH_REVERSE as integer
- method FETCH_UNKNOWN as integer
- method HOLD_CURSORS_OVER_COMMIT as integer
- method TYPE_FORWARD_ONLY as integer
- method TYPE_SCROLL_INSENSITIVE as integer
- method TYPE_SCROLL_SENSITIVE as integer
- method createBlob as JavaBlobMBS
- method createClob as JavaClobMBS
- method prepareStatement(sql as string) as JavaPreparedStatementMBS
- method prepareStatement(sql as string, autoGeneratedKeys as integer) as JavaPreparedStatementMBS
- method prepareStatement(sql as string, resultSetType as integer, resultSetConcurrency as integer) as JavaPreparedStatementMBS
- method prepareStatement(sql as string, resultSetType as integer, resultSetConcurrency as integer, resultSetHoldability as integer) as JavaPreparedStatementMBS
- method prepareCall(sql as string) as JavaCallableStatementMBS
- method prepareCall(sql as string, resultSetType as integer, resultSetConcurrency as integer) as JavaCallableStatementMBS
- method prepareCall(sql as string, resultSetType as integer, resultSetConcurrency as integer, resultSetHoldability as integer) as JavaCallableStatementMBS
- method createStatement as JavaStatementMBS
- method createStatement(resultSetType as integer, resultSetConcurrency as integer) as JavaStatementMBS
- method createStatement(resultSetType as integer, resultSetConcurrency as integer, resultSetHoldability as integer) as JavaStatementMBS
- method getMetaData as JavaDatabaseMetaDataMBS
- method nativeSQL(sql as string) as string
- method setSavepoint as JavaSavepointMBS
- method setSavepoint(name as string) as JavaSavepointMBS
- method rollback(safepoint as JavaSavepointMBS)
- method releaseSavepoint(safepoint as JavaSavepointMBS)
- method clearWarnings
- method close
- method commit
- method rollback
- method isClosed as boolean
- method typeARRAY as integer
- method typeBIGINT as integer
- method typeBINARY as integer
- method typeBIT as integer
- method typeBLOB as integer
- method typeCHAR as integer
- method typeCLOB as integer
- method typeDATE as integer
- method typeDECIMAL as integer
- method typeDISTINCT as integer
- method typeDOUBLE as integer
- method typeFLOAT as integer
- method typeINTEGER as integer
- method typeJAVA_OBJECT as integer
- method typeLONGVARBINARY as integer
- method typeLONGVARCHAR as integer
- method typeNULL as integer
- method typeNUMERIC as integer
- method typeOTHER as integer
- method typeREAL as integer
- method typeREF as integer
- method typeSMALLINT as integer
- method typeSTRUCT as integer
- method typeTIME as integer
- method typeTIMESTAMP as integer
- method typeTINYINT as integer
- method typeVARBINARY as integer
- method typeVARCHAR as integer
- method TRANSACTION_NONE as integer
- method TRANSACTION_READ_COMMITTED as integer
- method TRANSACTION_READ_UNCOMMITTED as integer
- method TRANSACTION_REPEATABLE_READ as integer
- method TRANSACTION_SERIALIZABLE as integer
- property TransactionIsolation as integer
- property Catalog as string
- property Holdability as integer
- property AutoCommit as boolean
- property ReadOnly as boolean
- class JavaDatabaseMBS
- class JavaDatabaseMetaDataMBS
- method Constructor
- method getTables(catalog as string, schemaPattern as string, tableNamePattern as string) as JavaResultSetMBS
- method getTables(catalog as string, schemaPattern as string, tableNamePattern as string, types() as string) as JavaResultSetMBS
- method getCrossReference(primaryCatalog as string, primarySchema as string, primaryTable as string, foreignCatalog as string, foreignSchema as string, foreignTable as string) as JavaResultSetMBS
- method getColumns(catalog as string, schemaPattern as string, tableNamePattern as string, columnNamePattern as string) as JavaResultSetMBS
- method getAttributes(catalog as string, schemaPattern as string, typeNamePattern as string, attributeNamePattern as string) as JavaResultSetMBS
- method getColumnPrivileges(catalog as string, schema as string, table as string, columnNamePattern as string) as JavaResultSetMBS
- method getProcedureColumns(catalog as string, schemaPattern as string, procedureNamePattern as string, columnNamePattern as string) as JavaResultSetMBS
- method getExportedKeys(catalog as string, schema as string, table as string) as JavaResultSetMBS
- method getImportedKeys(catalog as string, schema as string, table as string) as JavaResultSetMBS
- method getPrimaryKeys(catalog as string, schema as string, table as string) as JavaResultSetMBS
- method getVersionColumns(catalog as string, schema as string, table as string) as JavaResultSetMBS
- method getTablePrivileges(catalog as string, schemaPattern as string, tableNamePattern as string) as JavaResultSetMBS
- method getSuperTables(catalog as string, schemaPattern as string, tableNamePattern as string) as JavaResultSetMBS
- method getSuperTypes(catalog as string, schemaPattern as string, typeNamePattern as string) as JavaResultSetMBS
- method getProcedures(catalog as string, schemaPattern as string, procedureNamePattern as string) as JavaResultSetMBS
- method getCatalogs as JavaResultSetMBS
- method getTableTypes as JavaResultSetMBS
- method getTypeInfos as JavaResultSetMBS
- method getSchemas as JavaResultSetMBS
- method getConnection as JavaConnectionMBS
- method getUserName as string
- method getDriverVersion as string
- method getCatalogSeparator as string
- method getCatalogTerm as string
- method getDatabaseProductName as string
- method getDatabaseProductVersion as string
- method getDriverName as string
- method getIdentifierQuoteString as string
- method getExtraNameCharacters as string
- method getNumericFunctions as string
- method getProcedureTerm as string
- method getSchemaTerm as string
- method getSearchStringEscape as string
- method getSQLKeywords as string
- method getStringFunctions as string
- method getSystemFunctions as string
- method getTimeDateFunctions as string
- method getURL as string
- method supportsConvert(fromType as integer, toType as integer) as boolean
- method isCatalogAtStart as boolean
- method isReadOnly as boolean
- method locatorsUpdateCopy as boolean
- method nullPlusNonNullIsNull as boolean
- method nullsAreSortedAtEnd as boolean
- method nullsAreSortedAtStart as boolean
- method nullsAreSortedHigh as boolean
- method nullsAreSortedLow as boolean
- method supportsTransactions as boolean
- method supportsUnion as boolean
- method supportsUnionAll as boolean
- method usesLocalFilePerTable as boolean
- method storesLowerCaseIdentifiers as boolean
- method storesLowerCaseQuotedIdentifiers as boolean
- method storesMixedCaseIdentifiers as boolean
- method storesMixedCaseQuotedIdentifiers as boolean
- method storesUpperCaseIdentifiers as boolean
- method storesUpperCaseQuotedIdentifiers as boolean
- method supportsAlterTableWithAddColumn as boolean
- method supportsAlterTableWithDropColumn as boolean
- method supportsANSI92EntryLevelSQL as boolean
- method supportsANSI92FullSQL as boolean
- method supportsANSI92IntermediateSQL as boolean
- method supportsBatchUpdates as boolean
- method supportsCatalogsInDataManipulation as boolean
- method supportsCatalogsInIndexDefinitions as boolean
- method supportsCatalogsInPrivilegeDefinitions as boolean
- method supportsCatalogsInProcedureCalls as boolean
- method supportsCatalogsInTableDefinitions as boolean
- method supportsColumnAliasing as boolean
- method supportsConvert as boolean
- method supportsCoreSQLGrammar as boolean
- method supportsCorrelatedSubqueries as boolean
- method supportsDataDefinitionAndDataManipulationTransactions as boolean
- method supportsDataManipulationTransactionsOnly as boolean
- method supportsDifferentTableCorrelationNames as boolean
- method supportsExpressionsInOrderBy as boolean
- method supportsExtendedSQLGrammar as boolean
- method supportsFullOuterJoins as boolean
- method supportsGetGeneratedKeys as boolean
- method supportsGroupBy as boolean
- method supportsGroupByBeyondSelect as boolean
- method supportsGroupByUnrelated as boolean
- method supportsIntegrityEnhancementFacility as boolean
- method supportsLikeEscapeClause as boolean
- method supportsLimitedOuterJoins as boolean
- method supportsMinimumSQLGrammar as boolean
- method supportsMixedCaseIdentifiers as boolean
- method supportsMixedCaseQuotedIdentifiers as boolean
- method supportsMultipleOpenResults as boolean
- method supportsMultipleResultSets as boolean
- method supportsMultipleTransactions as boolean
- method supportsNamedParameters as boolean
- method supportsNonNullableColumns as boolean
- method supportsOpenCursorsAcrossCommit as boolean
- method supportsOpenCursorsAcrossRollback as boolean
- method supportsOpenStatementsAcrossCommit as boolean
- method supportsOpenStatementsAcrossRollback as boolean
- method supportsOrderByUnrelated as boolean
- method supportsOuterJoins as boolean
- method supportsPositionedDelete as boolean
- method supportsPositionedUpdate as boolean
- method usesLocalFiles as boolean
- method supportsSavepoints as boolean
- method supportsSchemasInDataManipulation as boolean
- method supportsSchemasInIndexDefinitions as boolean
- method supportsSchemasInPrivilegeDefinitions as boolean
- method supportsSchemasInProcedureCalls as boolean
- method supportsSchemasInTableDefinitions as boolean
- method supportsSelectForUpdate as boolean
- method supportsStatementPooling as boolean
- method supportsStoredProcedures as boolean
- method supportsSubqueriesInComparisons as boolean
- method supportsSubqueriesInExists as boolean
- method supportsSubqueriesInIns as boolean
- method supportsSubqueriesInQuantifieds as boolean
- method supportsTableCorrelationNames as boolean
- method allProceduresAreCallable as boolean
- method allTablesAreSelectable as boolean
- method dataDefinitionCausesTransactionCommit as boolean
- method dataDefinitionIgnoredInTransactions as boolean
- method doesMaxRowSizeIncludeBlobs as boolean
- method getDatabaseMajorVersion as integer
- method getDatabaseMinorVersion as integer
- method getDefaultTransactionIsolation as integer
- method getDriverMajorVersion as integer
- method getDriverMinorVersion as integer
- method getJDBCMajorVersion as integer
- method getJDBCMinorVersion as integer
- method getMaxBinaryLiteralLength as integer
- method getMaxCatalogNameLength as integer
- method getMaxCharLiteralLength as integer
- method getMaxColumnNameLength as integer
- method getMaxColumnsInGroupBy as integer
- method getMaxColumnsInIndex as integer
- method getMaxColumnsInOrderBy as integer
- method getMaxColumnsInSelect as integer
- method getMaxColumnsInTable as integer
- method getMaxConnections as integer
- method getMaxCursorNameLength as integer
- method getMaxIndexLength as integer
- method getMaxProcedureNameLength as integer
- method getMaxRowSize as integer
- method getMaxSchemaNameLength as integer
- method getMaxStatementLength as integer
- method getMaxStatements as integer
- method getMaxTableNameLength as integer
- method getMaxTablesInSelect as integer
- method getMaxUserNameLength as integer
- method getResultSetHoldability as integer
- method getSQLStateType as integer
- method attributeNoNulls as integer
- method attributeNullable as integer
- method attributeNullableUnknown as integer
- method tableIndexClustered as integer
- method tableIndexHashed as integer
- method tableIndexOther as integer
- method tableIndexStatistic as integer
- method bestRowNotPseudo as integer
- method bestRowPseudo as integer
- method bestRowSession as integer
- method bestRowTemporary as integer
- method bestRowTransaction as integer
- method bestRowUnknown as integer
- method columnNoNulls as integer
- method columnNullable as integer
- method columnNullableUnknown as integer
- method importedKeyCascade as integer
- method importedKeyInitiallyDeferred as integer
- method importedKeyInitiallyImmediate as integer
- method importedKeyNoAction as integer
- method importedKeyNotDeferrable as integer
- method importedKeyRestrict as integer
- method importedKeySetDefault as integer
- method importedKeySetNull as integer
- method procedureColumnIn as integer
- method procedureColumnInOut as integer
- method procedureColumnOut as integer
- method procedureColumnResult as integer
- method procedureColumnReturn as integer
- method procedureColumnUnknown as integer
- method procedureNoNulls as integer
- method procedureNoResult as integer
- method procedureNullable as integer
- method procedureNullableUnknown as integer
- method procedureResultUnknown as integer
- method procedureReturnsResult as integer
- method sqlStateSQL99 as integer
- method sqlStateXOpen as integer
- method typeNoNulls as integer
- method typeNullable as integer
- method typeNullableUnknown as integer
- method typePredBasic as integer
- method typePredChar as integer
- method typePredNone as integer
- method typeSearchable as integer
- method versionColumnNotPseudo as integer
- method versionColumnPseudo as integer
- method versionColumnUnknown as integer
- method deletesAreDetected(type as integer) as boolean
- method insertsAreDetected(type as integer) as boolean
- method othersDeletesAreVisible(type as integer) as boolean
- method othersInsertsAreVisible(type as integer) as boolean
- method othersUpdatesAreVisible(type as integer) as boolean
- method ownDeletesAreVisible(type as integer) as boolean
- method ownInsertsAreVisible(type as integer) as boolean
- method ownUpdatesAreVisible(type as integer) as boolean
- method supportsResultSetType(type as integer) as boolean
- method supportsTransactionIsolationLevel(level as integer) as boolean
- method updatesAreDetected(type as integer) as boolean
- method supportsResultSetHoldability(holdability as integer) as boolean
- method supportsResultSetConcurrency(type as integer, concurrency as integer) as boolean
- class JavaInputStreamMBS
- class JavaParameterMetaDataMBS
- class JavaPreparedStatementMBS
- method Constructor
- method setBytes(parameterIndex as integer, Value as String)
- method getParameterMetaData as JavaParameterMetaDataMBS
- method getMetaData as JavaResultSetMetaDataMBS
- method executeQuery as JavaResultSetMBS
- method clearParameters
- method addBatch
- method executeUpdate as integer
- method execute as boolean
- method setBoolean(parameterIndex as integer, x as boolean)
- method setDouble(parameterIndex as integer, x as double)
- method setString(parameterIndex as integer, x as string)
- method setBlob(parameterIndex as integer, x as JavaBlobMBS)
- method setClob(parameterIndex as integer, x as JavaClobMBS)
- method setInt(parameterIndex as integer, x as integer)
- method setFloat(parameterIndex as integer, x as single)
- method setNull(parameterIndex as integer, sqlType as integer)
- method setShort(parameterIndex as integer, x as integer)
- method setByte(parameterIndex as integer, x as integer)
- method setLong(parameterIndex as integer, x as Int64)
- class JavaResultSetMBS
- method Constructor
- method getAsciiStream(column as string) as JavaInputStreamMBS
- method getAsciiStream(column as integer) as JavaInputStreamMBS
- method getBinaryStream(column as string) as JavaInputStreamMBS
- method getBinaryStream(column as integer) as JavaInputStreamMBS
- method getUnicodeStream(column as string) as JavaInputStreamMBS
- method getUnicodeStream(column as integer) as JavaInputStreamMBS
- method getBytes(column as string) as string
- method getBytes(column as integer) as string
- method updateBytes(column as string, Value as String)
- method updateBytes(column as integer, Value as String)
- method getCursorName as string
- method getType as integer
- method getConcurrency as integer
- method findColumn(column as string) as integer
- method updateInt(column as string, value as integer)
- method updateInt(column as integer, value as integer)
- method updateDouble(column as string, value as double)
- method updateDouble(column as integer, value as double)
- method updateBoolean(column as string, value as boolean)
- method updateBoolean(column as integer, value as boolean)
- method updateString(column as string, value as string)
- method updateString(column as integer, value as string)
- method updateClob(column as string, value as JavaClobMBS)
- method updateClob(column as integer, value as JavaClobMBS)
- method updateBlob(column as string, value as JavaBlobMBS)
- method updateBlob(column as integer, value as JavaBlobMBS)
- method updateByte(column as string, value as integer)
- method updateByte(column as integer, value as integer)
- method updateFloat(column as string, value as single)
- method updateFloat(column as integer, value as single)
- method updateShort(column as string, value as integer)
- method updateShort(column as integer, value as integer)
- method getFloat(column as string) as single
- method getFloat(column as integer) as single
- method getDouble(column as string) as double
- method getDouble(column as integer) as double
- method getBoolean(column as string) as boolean
- method getBoolean(column as integer) as boolean
- method getInt(column as string) as integer
- method getInt(column as integer) as integer
- method getString(column as string) as string
- method getString(column as integer) as string
- method getClob(column as string) as JavaClobMBS
- method getClob(column as integer) as JavaClobMBS
- method getBlob(column as string) as JavaBlobMBS
- method getBlob(column as integer) as JavaBlobMBS
- method getByte(column as string) as integer
- method getByte(column as integer) as integer
- method getShort(column as string) as integer
- method getShort(column as integer) as integer
- method refreshRow
- method updateRow
- method insertRow
- method afterLast
- method beforeFirst
- method cancelRowUpdates
- method clearWarnings
- method deleteRow
- method moveToCurrentRow
- method moveToInsertRow
- method getRow as integer
- method absolute(row as integer) as boolean
- method relative(row as integer) as boolean
- method first as boolean
- method NextRecord as boolean
- method isAfterLast as boolean
- method isBeforeFirst as boolean
- method isFirst as boolean
- method isLast as boolean
- method last as boolean
- method previousRecord as boolean
- method rowDeleted as boolean
- method rowInserted as boolean
- method rowUpdated as boolean
- method wasNull as boolean
- method updateNull(column as string)
- method updateNull(column as integer)
- method getMetaData as JavaResultSetMetaDataMBS
- method getLong(column as string) as int64
- method getLong(column as integer) as int64
- method updateLong(column as string, value as int64)
- method updateLong(column as integer, value as int64)
- method CLOSE_CURSORS_AT_COMMIT as integer
- method CONCUR_READ_ONLY as integer
- method CONCUR_UPDATABLE as integer
- method FETCH_FORWARD as integer
- method FETCH_REVERSE as integer
- method FETCH_UNKNOWN as integer
- method HOLD_CURSORS_OVER_COMMIT as integer
- method TYPE_FORWARD_ONLY as integer
- method TYPE_SCROLL_INSENSITIVE as integer
- method TYPE_SCROLL_SENSITIVE as integer
- property FetchSize as integer
- property FetchDirection as integer
- class JavaResultSetMetaDataMBS
- class JavaSavepointMBS
- class JavaStatementMBS
Blog Entries