Difference between revisions of "Int field"

From EPrints Documentation
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{fieldtypes}}
 +
__NOTOC__
 +
== Inheritance ==
 +
 
* [[Metadata]]
 
* [[Metadata]]
 
** [[Int field]]
 
** [[Int field]]
Line 9: Line 13:
 
| name || default || description  
 
| name || default || description  
 
|-
 
|-
|digits || n/a || '''This property is taken from the repository configuration.'''
+
| '''digits''' || n/a || '''This property is taken from the repository configuration.'''
 
|}
 
|}
  
 
== Required Phrases ==
 
== Required Phrases ==
 +
 +
 +
== Database ==
 +
 +
Int fields are stored in the database as
 +
 +
fieldname INT(11)

Revision as of 15:23, 11 January 2007

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Metadata Fields: Arclanguage - Base64 - Bigint - Boolean - Compound - Counter - Dataobjref - Date - Decimal - Email - Fields - Float - Id - Idci - Image - Int - Itemref - Keywords - Langid - Longtext - Longtext_counter - Multilang - Multipart - Name - Namedset - Pagerange - Recaptcha - Relation - Search - Secret - Set - Storable - Subject - Subobject - Text - Time - Timestamp - Url - Uuid

Inheritance

Description

Properties

name default description
digits n/a This property is taken from the repository configuration.

Required Phrases

Database

Int fields are stored in the database as

fieldname INT(11)