Module ::HSQLDB
In: lib/jdbc_adapter/jdbc_hsqldb.rb

Methods

Classes and Modules

Module ::HSQLDB::Column

Public Class methods

Public Instance methods

Override normal _execute: See Rubyforge 11567

override to filter out system tables that otherwise end up in db/schema.rb during migrations. JdbcConnection#tables now takes an optional block filter so we can screen out rows corresponding to system tables. HSQLDB names its system tables SYSTEM.*, but H2 seems to name them without any kind of convention

Maps logical Rails types to MySQL-specific data types.

[Validate]