dbListSequences {pgUtils} | R Documentation |
dbListSequences
gets the names of all sequences in the database.
dbListSequences(conn, pattern, all)
conn |
A connection object (create it with the dbConnect.PgSQL.conn function from the package RdbiPgSQL) |
pattern |
Search for sequences that contain the pattern submitted in their name |
all |
If TRUE also system sequences will be listed. The default is FALSE. |
Returns the names of all sequences in the database to wich the user has connected.
Johannes Rainer