![]()  | 
  
    Qore PgsqlSqlUtilBase Module Reference 1.8
    
   | 
 
class for PostgreSQL sequences More...
#include <PgsqlSqlUtilBase.qm.dox.h>
Public Member Methods | |
| constructor (string n_name, number n_start=1, number n_increment=1, *softnumber n_end) | |
| creates the object from the arguments  | |
| string | getCreateSql (*hash opt) | 
| returns a string that can be used to create the sequence in the database  | |
| softlist | getRenameSql (string new_name, *hash opt) | 
| returns a string that can be used to rename the sequence in the database  More... | |
class for PostgreSQL sequences
| softlist PgsqlSqlUtilBase::PgsqlSequence::getRenameSql | ( | string | new_name, | 
| *hash | opt | ||
| ) | 
returns a string that can be used to rename the sequence in the database
The object is renamed in place with this call
| new_name | the new name of the object | 
| opt | this option is ignored |