Platforms to show: All Mac Windows Linux Cross-Platform
JavaDatabaseMetaDataMBS.supportsSchemasInIndexDefinitions as boolean
Function:
Retrieves whether a schema name can be used in an index definition statement.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsSchemasInPrivilegeDefinitions as boolean
Function:
Retrieves whether a schema name can be used in a privilege definition statement.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsSchemasInProcedureCalls as boolean
Function:
Retrieves whether a schema name can be used in a procedure call statement.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsSchemasInTableDefinitions as boolean
Function:
Retrieves whether a schema name can be used in a table definition statement.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsSelectForUpdate as boolean
Function:
Retrieves whether this database supports SELECT FOR UPDATE statements.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsStatementPooling as boolean
Function:
Retrieves whether this database supports statement pooling.
Notes:
Returns:
true if so; false otherwise
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes:
Returns:
true if so; false otherwise
JavaDatabaseMetaDataMBS.supportsStoredProcedures as boolean
Function:
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsSubqueriesInComparisons as boolean
Function:
Retrieves whether this database supports subqueries in comparison expressions.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsSubqueriesInExists as boolean
Function:
Retrieves whether this database supports subqueries in EXISTS expressions.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsSubqueriesInIns as boolean
Function:
Retrieves whether this database supports subqueries in IN statements.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsSubqueriesInQuantifieds as boolean
Function:
Retrieves whether this database supports subqueries in quantified expressions.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsTableCorrelationNames as boolean
Function:
Retrieves whether this database supports table correlation names.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsTransactionIsolationLevel(level as Integer) as boolean
Function:
Retrieves whether this database supports the given transaction isolation level.
Notes:
Parameters:
level - one of the transaction isolation levels defined in javaConnectionMBS
Returns:
true if so; false otherwise
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes:
Parameters:
level - one of the transaction isolation levels defined in javaConnectionMBS
Returns:
true if so; false otherwise
JavaDatabaseMetaDataMBS.supportsTransactions as boolean
Function:
Retrieves whether this database supports transactions.
Notes: If not, invoking the method commit is a noop, and the isolation level is TRANSACTION_NONE.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: If not, invoking the method commit is a noop, and the isolation level is TRANSACTION_NONE.
JavaDatabaseMetaDataMBS.supportsUnion as boolean
Function:
Retrieves whether this database supports SQL UNION.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.supportsUnionAll as boolean
Function:
Retrieves whether this database supports SQL UNION ALL.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.tableIndexClustered as Integer
Function:
Indicates that this table index is a clustered index.
Notes: A possible value for column TYPE in the ResultSet object returned by the method getIndexInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column TYPE in the ResultSet object returned by the method getIndexInfo.
JavaDatabaseMetaDataMBS.tableIndexHashed as Integer
Function:
Indicates that this table index is a hashed index.
Notes: A possible value for column TYPE in the ResultSet object returned by the method getIndexInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column TYPE in the ResultSet object returned by the method getIndexInfo.
JavaDatabaseMetaDataMBS.tableIndexOther as Integer
Function:
Indicates that this table index is not a clustered index, a hashed index, or table statistics; it is something other than these.
Notes: A possible value for column TYPE in the ResultSet object returned by the method getIndexInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column TYPE in the ResultSet object returned by the method getIndexInfo.
JavaDatabaseMetaDataMBS.tableIndexStatistic as Integer
Function:
Indicates that this column contains table statistics that are returned in conjunction with a table's index descriptions.
Notes: A possible value for column TYPE in the ResultSet object returned by the method getIndexInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column TYPE in the ResultSet object returned by the method getIndexInfo.
JavaDatabaseMetaDataMBS.typeNoNulls as Integer
Function:
Indicates that a NULL value is NOT allowed for this data type.
Notes: A possible value for column NULLABLE in the ResultSet object returned by the method getTypeInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column NULLABLE in the ResultSet object returned by the method getTypeInfo.
JavaDatabaseMetaDataMBS.typeNullable as Integer
Function:
Indicates that a NULL value is allowed for this data type.
Notes: A possible value for column NULLABLE in the ResultSet object returned by the method getTypeInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column NULLABLE in the ResultSet object returned by the method getTypeInfo.
JavaDatabaseMetaDataMBS.typeNullableUnknown as Integer
Function:
Indicates that it is not known whether a NULL value is allowed for this data type.
Notes: A possible value for column NULLABLE in the ResultSet object returned by the method getTypeInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column NULLABLE in the ResultSet object returned by the method getTypeInfo.
JavaDatabaseMetaDataMBS.typePredBasic as Integer
Function:
Indicates that one can base all WHERE search clauses except WHERE . . . LIKE on this data type.
Notes: A possible value for column SEARCHABLE in the ResultSet object returned by the method getTypeInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column SEARCHABLE in the ResultSet object returned by the method getTypeInfo.
JavaDatabaseMetaDataMBS.typePredChar as Integer
Function:
Indicates that the only WHERE search clause that can be based on this type is WHERE . . . LIKE.
Notes: A possible value for column SEARCHABLE in the ResultSet object returned by the method getTypeInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column SEARCHABLE in the ResultSet object returned by the method getTypeInfo.
JavaDatabaseMetaDataMBS.typePredNone as Integer
Function:
Indicates that WHERE search clauses are not supported for this type.
Notes: A possible value for column SEARCHABLE in the ResultSet object returned by the method getTypeInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column SEARCHABLE in the ResultSet object returned by the method getTypeInfo.
JavaDatabaseMetaDataMBS.typeSearchable as Integer
Function:
Indicates that all WHERE search clauses can be based on this type.
Notes: A possible value for column SEARCHABLE in the ResultSet object returned by the method getTypeInfo.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes: A possible value for column SEARCHABLE in the ResultSet object returned by the method getTypeInfo.
JavaDatabaseMetaDataMBS.updatesAreDetected(type as Integer) as boolean
Function:
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
Notes:
Parameters:
type - the ResultSet type; one of ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE
Returns:
true if changes are detected by the result set type; false otherwise
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
Notes:
Parameters:
type - the ResultSet type; one of ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE
Returns:
true if changes are detected by the result set type; false otherwise
JavaDatabaseMetaDataMBS.usesLocalFilePerTable as boolean
Function:
Retrieves whether this database uses a file for each table.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
JavaDatabaseMetaDataMBS.usesLocalFiles as boolean
Function:
Retrieves whether this database stores tables in a local file.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java Database | MBS Java Plugin | 8.5 | Yes | Yes | Yes | Yes | No |
The items on this page are in the following plugins: MBS Java Plugin.

Links
MBS Xojo Chart Plugins