RE: [sqlite] Fields parameters

2003-11-06 Thread Bronislav Klucka
> > I've got a question, how could I get the field parameters (e.g. id is > > integer and not null) I know that there is create table statment in > > SQLITE_MASTER for each table, but I want to use sqlite in program > > language > > there is no regular exp. in so it is hard to parse this statement,

[sqlite] Fields parameters

2003-11-02 Thread Bronislav Klucka
Hi, I've got a question, how could I get the field parameters (e.g. id is integer and not null) I know that there is create table statment in SQLITE_MASTER for each table, but I want to use sqlite in program language there is no regular exp. in so it is hard to parse this statement, I'm looking for