Subject | Re: [firebird-support] select dump (function) |
---|---|
Author | Nando Dessena |
Post date | 2008-01-30T13:05:33Z |
Cristoph
c> is there something like select dump(<fieldname>) from ..
c> like in oracle?
no, but when you select something Firebird returns you the metadata
info in a structure called a SQLDA. This is surfaced differently
depending on your interface layer, which you don't mention.
You can get metadata info also by querying RDB$RELATIONS,
RDB$RELATION_FIELDS and REDB$FIELDS.
You might want to explain what you're trying to do, so that we can
suggest the Firebird way of doing it.
Ciao
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================
c> is there something like select dump(<fieldname>) from ..
c> like in oracle?
no, but when you select something Firebird returns you the metadata
info in a structure called a SQLDA. This is surfaced differently
depending on your interface layer, which you don't mention.
You can get metadata info also by querying RDB$RELATIONS,
RDB$RELATION_FIELDS and REDB$FIELDS.
You might want to explain what you're trying to do, so that we can
suggest the Firebird way of doing it.
Ciao
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================