cPrimaryKey::AsSQLCodeConstraint() - rstoetter/libsqlphp GitHub Wiki

Method AsSQLCodeConstraint( )

 public   string rstoetter\libsqlphp\cPrimaryKey::AsSQLCodeConstraint()

The method AsSQLCodeConstraint( ) returns a SQL constraint fitting for the managed primary key, which reflects the keys of the primary key and sets %s for the values The values are surrounded by "

Example:

Returns

string the SQL constraint fitting for the managed primary key

See also