cPrimaryKey::AsSQLCodeConstraint() - rstoetter/libsqlphp GitHub Wiki
Method AsSQLCodeConstraint( )
public string rstoetter\libsqlphp\cPrimaryKey::AsSQLCodeConstraint()
- Namespace : rstoetter\libsqlphp
- Class name: cPrimaryKey
- This method is defined by rstoetter\libsqlphp\cPrimaryKey
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