Module: Sequel::JDBC::Progress::DatabaseMethods

Extended by:
Database::ResetIdentifierMangling
Includes:
Transactions, Progress::DatabaseMethods
Defined in:
lib/sequel/adapters/jdbc/jdbcprogress.rb

Overview

Database instance methods for Progress databases accessed via JDBC.

Constant Summary

Constants included from Transactions

Transactions::TRANSACTION_BEGIN, Transactions::TRANSACTION_COMMIT, Transactions::TRANSACTION_RELEASE_SP, Transactions::TRANSACTION_ROLLBACK, Transactions::TRANSACTION_ROLLBACK_SP, Transactions::TRANSACTION_SAVEPOINT

Instance Method Summary collapse

Methods included from Database::ResetIdentifierMangling

extended

Methods included from Transactions

#supports_transaction_isolation_levels?

Methods included from Progress::DatabaseMethods

#database_type

Instance Method Details

#supports_savepoints?Boolean

Progress DatabaseMetaData doesn’t even implement supportsSavepoints()

Returns:

  • (Boolean)


25
26
27
# File 'lib/sequel/adapters/jdbc/jdbcprogress.rb', line 25

def supports_savepoints?
  false
end