Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Focus::SQLite::QuerySet
Inherits
Focus::QuerySet
<
Reference
<
Object
Constructors
new
(db :
DB::Connection
|
DB::Database
)
Source
Instance methods
db
Source
get_schema
Source
get_table_columns_metadata
(db :
Focus::DBConn
, table_name :
String
) :
Array
(
Metadata::Column
)
Source
get_tables_metadata
(table_type :
TableType
) :
Array
(
Metadata::Table
)
table_type can be "table" or "view"
Source