Qore Sqlite3SqlUtil Module Reference 1.1
Loading...
Searching...
No Matches
Sqlite3SqlUtil::Sqlite3View Class Reference

represents a Sqlite3 view More...

#include <Sqlite3SqlUtil.qm.dox.h>

Inheritance diagram for Sqlite3SqlUtil::Sqlite3View:
[legend]

Public Member Methods

 constructor (string name, string src)
 creates the object from the arguments
 
string getCreateSql (*hash< auto > opt)
 returns a string that can be used to create the view in the database
 
softlist getRenameSql (string new_name, *hash< auto > opt)
 returns a string that can be used to rename the view in the database More...
 

Detailed Description

represents a Sqlite3 view

Member Function Documentation

◆ getRenameSql()

softlist Sqlite3SqlUtil::Sqlite3View::getRenameSql ( string  new_name,
*hash< auto >  opt 
)
virtual

returns a string that can be used to rename the view in the database

Parameters
new_namethe new name of the object
optthis argument is ignored

Implements SqlUtil::AbstractView.