Method Summary |
|
__init__(self,
conn,
dbutils)
|
|
autocommit(self,
y)
|
|
close(self)
|
|
commit(self)
|
|
execute (self,
sql,
args)
Just execute an sql command. |
|
execute_and_fetch_col0(self,
sql,
args)
|
|
execute_and_fetchall(self,
sql,
args)
|
|
execute_one(self,
sql,
args)
|
|
fetch_dbid_by_dbname(self,
dbname)
|
|
fetch_seqid_by_accession(self,
dbid,
name)
|
|
fetch_seqid_by_display_id(self,
dbid,
name)
|
|
fetch_seqid_by_identifier(self,
dbid,
identifier)
|
|
fetch_seqid_by_version(self,
dbid,
name)
|
|
fetch_seqids_by_accession(self,
dbid,
name)
|
|
get_subseq_as_string(self,
seqid,
start,
end)
|
|
last_id(self,
table)
|
|
list_any_ids (self,
sql,
args)
Return ids given a SQL statement to select for them. |
|
list_biodatabase_names(self)
|
|
list_bioentry_display_ids(self,
dbid)
|
|
list_bioentry_ids(self,
dbid)
|
|
rollback(self)
|