| Package | com.maclema.mysql |
| Class | public class Field |
| Inheritance | Field Object |
| Method | Defined By | ||
|---|---|---|---|
Field(packet:ProxiedPacket, charSet:String)
Constructs a new Field instance by reading a Packet returned from MySql. | Field | ||
getAsType():int
Returns an actionscript type identifier which is defined in MySql.AS3_TYPE_
| Field | ||
getCatalog():String
Catalog. | Field | ||
getCharacterSet():int
Character set number
| Field | ||
getDatabase():String
Database identifier
| Field | ||
getDecimals():int
The number of positions after the decimal point
| Field | ||
getFlags():int
Possible flag values
| Field | ||
getLength():int
Length of column, according to the definition. | Field | ||
getName():String
Column identifier after AS clase
| Field | ||
getRealName():String
Original column identifier
| Field | ||
getRealTable():String
Original table identifier
| Field | ||
getTable():String
The table identifier after the AS clause
| Field | ||
getType():int
The code for the column's data type
| Field | ||
| Field | () | Constructor |
public function Field(packet:ProxiedPacket, charSet:String)Constructs a new Field instance by reading a Packet returned from MySql.
Parameterspacket:ProxiedPacket | |
charSet:String |
| getAsType | () | method |
public function getAsType():intReturns an actionscript type identifier which is defined in MySql.AS3_TYPE_
Returnsint |
| getCatalog | () | method |
public function getCatalog():StringCatalog. For 4.1, 5.0 and 5.1 the value is "def".
ReturnsString |
| getCharacterSet | () | method |
public function getCharacterSet():intCharacter set number
Returnsint |
| getDatabase | () | method |
public function getDatabase():StringDatabase identifier
ReturnsString |
| getDecimals | () | method |
public function getDecimals():intThe number of positions after the decimal point
Returnsint |
| getFlags | () | method |
public function getFlags():intPossible flag values
Returnsint |
| getLength | () | method |
public function getLength():intLength of column, according to the definition. Also known as "display length". The value given here may be larger than the actual length, for example an instance of a VARCHAR(2) column may have only 1 character in it.
Returnsint |
| getName | () | method |
public function getName():StringColumn identifier after AS clase
ReturnsString |
| getRealName | () | method |
public function getRealName():StringOriginal column identifier
ReturnsString |
| getRealTable | () | method |
public function getRealTable():StringOriginal table identifier
ReturnsString |
| getTable | () | method |
public function getTable():StringThe table identifier after the AS clause
ReturnsString |
| getType | () | method |
public function getType():intThe code for the column's data type
Returnsint |