jDbPrimaryKey
        
        extends jDbConstraint
    
    
            
            in package
            
        
    
    
    
        
            used to declare a primary key.
Tags
Table of Contents
- $columns : mixed
 - $name : mixed
 - __construct() : mixed
 - jDbConstraint constructor.
 
Properties
$columns
    public
        mixed
    $columns
     = array()
    
        
    
    Tags
$name
    public
        mixed
    $name
    
    
        
    
    Tags
Methods
__construct()
jDbConstraint constructor.
    public
                __construct(mixed $columns[, mixed $name = '' ]) : mixed
    
        Parameters
- $columns : mixed
 - $name : mixed = ''
 
