Java Database
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
Java Database
Classes for using JDBC to connect to databases.
- Classes
- class JavaBlobMBS
- method Constructor
- method getBytes(Position as Int64, Length as Integer) as string
- method length as int64
- method position(SearchString as JavaBlobMBS, Position as Int64) as Int64
- method position(SearchString as String, Position as Int64) as Int64
- method setBytes(Position as Int64, Value as String) as Integer
- method setBytes(Position as Int64, Value as String, Offset as Integer, Length as Integer) as Integer
- method truncate(len as int64)
- class JavaCallableStatementMBS
- method Constructor
- method getBlob(parameterIndex as Integer) as JavaBlobMBS
- method getBlob(parameterName as string) as JavaBlobMBS
- method getBoolean(parameterIndex as Integer) as boolean
- method getBoolean(parameterName as string) as boolean
- method getByte(parameterIndex as Integer) as Integer
- method getByte(parameterName as string) as Integer
- method getClob(parameterIndex as Integer) as JavaClobMBS
- method getClob(parameterName as string) as JavaClobMBS
- 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 getLong(parameterIndex as Integer) as Int64
- method getLong(parameterName as string) as Int64
- method getShort(parameterIndex as Integer) as Integer
- method getShort(parameterName as string) as Integer
- method getString(parameterIndex as Integer) as String
- method getString(parameterName as string) as String
- 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 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 setLong(parameterName as string, x as int64)
- method setNull(parameterName as string, sqlType as Integer)
- method setNull(parameterName as string, sqlType as Integer, typeName as string)
- method setShort(parameterName as string, x as Integer)
- method setString(parameterName as string, x as string)
- method wasNull as boolean
- class JavaClobMBS
- method Constructor
- method getSubString(Position as int64, Length as Integer) as string
- method length as int64
- method position(SearchString as JavaClobMBS, Start as Int64) as Int64
- method position(SearchString as String, Start as Int64) as Int64
- method setString(Position as Int64, Value as String) as Integer
- method setString(Position as Int64, Value as String, Offset as Integer, Length as Integer) as Integer
- method truncate(len as int64)
- class JavaConnectionMBS
- method clearWarnings
- method close
- method CLOSE_CURSORS_AT_COMMIT as Integer
- method commit
- method CONCUR_READ_ONLY as Integer
- method CONCUR_UPDATABLE as Integer
- method Constructor
- method createBlob as JavaBlobMBS
- method createClob as JavaClobMBS
- 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 FETCH_FORWARD as Integer
- method FETCH_REVERSE as Integer
- method FETCH_UNKNOWN as Integer
- method getMetaData as JavaDatabaseMetaDataMBS
- method HOLD_CURSORS_OVER_COMMIT as Integer
- method isClosed as boolean
- method nativeSQL(sql as string) as string
- 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 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 releaseSavepoint(safepoint as JavaSavepointMBS)
- method rollback
- method rollback(safepoint as JavaSavepointMBS)
- method setSavepoint as JavaSavepointMBS
- method setSavepoint(name as string) as JavaSavepointMBS
- 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
- 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 TYPE_FORWARD_ONLY as Integer
- method TYPE_SCROLL_INSENSITIVE as Integer
- method TYPE_SCROLL_SENSITIVE as Integer
- property AutoCommit as boolean
- property Catalog as string
- property Holdability as Integer
- property ReadOnly as boolean
- property TransactionIsolation as Integer
- class JavaDatabaseMBS
- class JavaDatabaseMetaDataMBS
- method allProceduresAreCallable as boolean
- method allTablesAreSelectable as boolean
- method attributeNoNulls as Integer
- method attributeNullable as Integer
- method attributeNullableUnknown 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 Constructor
- method dataDefinitionCausesTransactionCommit as boolean
- method dataDefinitionIgnoredInTransactions as boolean
- method deletesAreDetected(type as Integer) as boolean
- method doesMaxRowSizeIncludeBlobs as boolean
- method getAttributes(catalog as string, schemaPattern as string, typeNamePattern as string, attributeNamePattern as string) as JavaResultSetMBS
- method getCatalogs as JavaResultSetMBS
- method getCatalogSeparator as string
- method getCatalogTerm as string
- method getColumnPrivileges(catalog as string, schema as string, table as string, columnNamePattern as string) as JavaResultSetMBS
- method getColumns(catalog as string, schemaPattern as string, tableNamePattern as string, columnNamePattern as string) as JavaResultSetMBS
- method getConnection as JavaConnectionMBS
- method getCrossReference(primaryCatalog as string, primarySchema as string, primaryTable as string, foreignCatalog as string, foreignSchema as string, foreignTable as string) as JavaResultSetMBS
- method getDatabaseMajorVersion as Integer
- method getDatabaseMinorVersion as Integer
- method getDatabaseProductName as string
- method getDatabaseProductVersion as string
- method getDefaultTransactionIsolation as Integer
- method getDriverMajorVersion as Integer
- method getDriverMinorVersion as Integer
- method getDriverName as string
- method getDriverVersion as string
- method getExportedKeys(catalog as string, schema as string, table as string) as JavaResultSetMBS
- method getExtraNameCharacters as string
- method getIdentifierQuoteString as string
- method getImportedKeys(catalog as string, schema as string, table as string) as JavaResultSetMBS
- 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 getNumericFunctions as string
- method getPrimaryKeys(catalog as string, schema as string, table as string) as JavaResultSetMBS
- method getProcedureColumns(catalog as string, schemaPattern as string, procedureNamePattern as string, columnNamePattern as string) as JavaResultSetMBS
- method getProcedures(catalog as string, schemaPattern as string, procedureNamePattern as string) as JavaResultSetMBS
- method getProcedureTerm as string
- method getResultSetHoldability as Integer
- method getSchemas as JavaResultSetMBS
- method getSchemaTerm as string
- method getSearchStringEscape as string
- method getSQLKeywords as string
- method getSQLStateType as Integer
- method getStringFunctions as string
- 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 getSystemFunctions as string
- method getTablePrivileges(catalog as string, schemaPattern as string, tableNamePattern as string) as JavaResultSetMBS
- 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 getTableTypes as JavaResultSetMBS
- method getTimeDateFunctions as string
- method getTypeInfos as JavaResultSetMBS
- method getURL as string
- method getUserName as string
- method getVersionColumns(catalog as string, schema as string, table as string) as JavaResultSetMBS
- 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 insertsAreDetected(type 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 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 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 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 supportsConvert(fromType as Integer, toType as Integer) 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 supportsResultSetConcurrency(type as Integer, concurrency as Integer) as boolean
- method supportsResultSetHoldability(holdability as Integer) as boolean
- method supportsResultSetType(type as Integer) 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 supportsTransactionIsolationLevel(level as Integer) as boolean
- method supportsTransactions as boolean
- method supportsUnion as boolean
- method supportsUnionAll as boolean
- method tableIndexClustered as Integer
- method tableIndexHashed as Integer
- method tableIndexOther as Integer
- method tableIndexStatistic 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 updatesAreDetected(type as Integer) as boolean
- method usesLocalFilePerTable as boolean
- method usesLocalFiles as boolean
- method versionColumnNotPseudo as Integer
- method versionColumnPseudo as Integer
- method versionColumnUnknown as Integer
- class JavaExceptionMBS
- class JavaInputStreamMBS
- class JavaParameterMetaDataMBS
- class JavaPreparedStatementMBS
- method addBatch
- method clearParameters
- method Constructor
- method execute as boolean
- method executeQuery as JavaResultSetMBS
- method executeUpdate as Integer
- method getMetaData as JavaResultSetMetaDataMBS
- method getParameterMetaData as JavaParameterMetaDataMBS
- method setBlob(parameterIndex as Integer, x as JavaBlobMBS)
- method setBoolean(parameterIndex as Integer, x as boolean)
- method setByte(parameterIndex as Integer, x as Integer)
- method setBytes(parameterIndex as Integer, Value as String)
- method setClob(parameterIndex as Integer, x as JavaClobMBS)
- method setDouble(parameterIndex as Integer, x as Double)
- method setFloat(parameterIndex as Integer, x as single)
- method setInt(parameterIndex as Integer, x as Integer)
- method setLong(parameterIndex as Integer, x as Int64)
- method setNull(parameterIndex as Integer, sqlType as Integer)
- method setShort(parameterIndex as Integer, x as Integer)
- method setString(parameterIndex as Integer, x as string)
- class JavaResultSetMBS
- method absolute(row as Integer) as boolean
- method afterLast
- method beforeFirst
- method cancelRowUpdates
- method clearWarnings
- method CLOSE_CURSORS_AT_COMMIT as Integer
- method CONCUR_READ_ONLY as Integer
- method CONCUR_UPDATABLE as Integer
- method Constructor
- method deleteRow
- method FETCH_FORWARD as Integer
- method FETCH_REVERSE as Integer
- method FETCH_UNKNOWN as Integer
- method findColumn(column as string) as Integer
- method first as boolean
- method getAsciiStream(column as Integer) as JavaInputStreamMBS
- method getAsciiStream(column as string) as JavaInputStreamMBS
- method getBinaryStream(column as Integer) as JavaInputStreamMBS
- method getBinaryStream(column as string) as JavaInputStreamMBS
- method getBlob(column as Integer) as JavaBlobMBS
- method getBlob(column as string) as JavaBlobMBS
- method getBoolean(column as Integer) as boolean
- method getBoolean(column as string) as boolean
- method getByte(column as Integer) as Integer
- method getByte(column as string) as Integer
- method getBytes(column as Integer) as string
- method getBytes(column as string) as string
- method getClob(column as Integer) as JavaClobMBS
- method getClob(column as string) as JavaClobMBS
- method getConcurrency as Integer
- method getCursorName as string
- method getDouble(column as Integer) as Double
- method getDouble(column as string) as Double
- method getFloat(column as Integer) as single
- method getFloat(column as string) as single
- method getInt(column as Integer) as Integer
- method getInt(column as string) as Integer
- method getLong(column as Integer) as int64
- method getLong(column as string) as int64
- method getMetaData as JavaResultSetMetaDataMBS
- method getRow as Integer
- method getShort(column as Integer) as Integer
- method getShort(column as string) as Integer
- method getString(column as Integer) as string
- method getString(column as string) as string
- method getType as Integer
- method getUnicodeStream(column as Integer) as JavaInputStreamMBS
- method getUnicodeStream(column as string) as JavaInputStreamMBS
- method HOLD_CURSORS_OVER_COMMIT as Integer
- method insertRow
- method isAfterLast as boolean
- method isBeforeFirst as boolean
- method isFirst as boolean
- method isLast as boolean
- method last as boolean
- method moveToCurrentRow
- method moveToInsertRow
- method NextRecord as boolean
- method previousRecord as boolean
- method refreshRow
- method relative(row as Integer) as boolean
- method rowDeleted as boolean
- method rowInserted as boolean
- method rowUpdated as boolean
- method TYPE_FORWARD_ONLY as Integer
- method TYPE_SCROLL_INSENSITIVE as Integer
- method TYPE_SCROLL_SENSITIVE as Integer
- method updateBlob(column as Integer, value as JavaBlobMBS)
- method updateBlob(column as string, value as JavaBlobMBS)
- method updateBoolean(column as Integer, value as boolean)
- method updateBoolean(column as string, value as boolean)
- method updateByte(column as Integer, value as Integer)
- method updateByte(column as string, value as Integer)
- method updateBytes(column as Integer, Value as String)
- method updateBytes(column as string, Value as String)
- method updateClob(column as Integer, value as JavaClobMBS)
- method updateClob(column as string, value as JavaClobMBS)
- method updateDouble(column as Integer, value as Double)
- method updateDouble(column as string, value as Double)
- method updateFloat(column as Integer, value as single)
- method updateFloat(column as string, value as single)
- method updateInt(column as Integer, value as Integer)
- method updateInt(column as string, value as Integer)
- method updateLong(column as Integer, value as int64)
- method updateLong(column as string, value as int64)
- method updateNull(column as Integer)
- method updateNull(column as string)
- method updateRow
- method updateShort(column as Integer, value as Integer)
- method updateShort(column as string, value as Integer)
- method updateString(column as Integer, value as string)
- method updateString(column as string, value as string)
- method wasNull as boolean
- property FetchDirection as Integer
- property FetchSize as Integer
- class JavaResultSetMetaDataMBS
- class JavaRuntimeMBS
- class JavaSavepointMBS
- class JavaStatementMBS
The items on this page are in the following plugins: MBS Java Plugin.