Included modules
Constants
TRANSACTION_BEGIN | = | 'Transaction.begin'.freeze | ||
TRANSACTION_COMMIT | = | 'Transaction.commit'.freeze | ||
TRANSACTION_ROLLBACK | = | 'Transaction.rollback'.freeze |
Public Instance methods
database_type
()
AS400 uses the :as400 database type.
[show source]
# File lib/sequel/adapters/jdbc/as400.rb, line 18 def database_type :as400 end
last_insert_id
(conn, opts=OPTS)
TODO: Fix for AS400
[show source]
# File lib/sequel/adapters/jdbc/as400.rb, line 23 def last_insert_id(conn, opts=OPTS) nil end
supports_transaction_isolation_levels?
()
AS400 supports transaction isolation levels
[show source]
# File lib/sequel/adapters/jdbc/as400.rb, line 28 def supports_transaction_isolation_levels? true end