English 中文(简体)
qlite - 方案确定主要关键
原标题:sqlite - programmatically determine primary key(s)

我需要从方案上确定主要领域是哪一个特定的qlite表(使用qlite皮,而不是指挥线)。

我可以拿到一张表格清单和一栏清单,但只见使用Column_Type(Type)功能的列类。 需要了解某一栏是否是主要关键(如果使用复合钥匙,则属于主要关键部分)。

最佳回答
问题回答

暂无回答




相关问题
XmlDocument.Validate ignore properties without [XmlIgnore]

I have a object that has a number of properties that aren t present in the xsd file. When doing XmlDocument.Validate is there a way I can tell it to ignore properties that are not present in the xsd ...

FOSS version of SQLCompare or something similar?

Actually, free is good enough, it doesn t have to be open source :) I m currently using the Schema Compare utility of VS2008, but it doesn t have a command line interface and has some other ...

How does Doctrine handle changes to the database schema?

In brief, what happens when you add a column to a table? What happens when you remove one? In more details, suppose you have the following: class User extends Doctrine_Record { public function ...

摘自XML Schema

我想要把复杂的XML化学仪编成册,并出口到C#文档中。

Using a schema other than dbo in LinqToSql Designer

Is there a way to specify in a data connection or the LinqToSql Designer a schema? Whenever I go to setup a data connection for LinqToSql there doesn t seem to be anyway to specify a schema and I ...

热门标签