NameRecord
Inheritance: java.lang.Object
public class NameRecord
Rappresenta la struttura NameRecord della tabella ’name'
Costruttori
| Costruttore | Descrizione |
|---|---|
| NameRecord() |
Metodi
| Metodo | Descrizione |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getLanguageId() | Ottiene l’identificatore della lingua. |
| getNameId() | Ottiene l’identificatore del nome. |
| getPlatformId() | Ottiene il codice identificatore della piattaforma. |
| getPlatformSpecificId() | Ottiene l’identificatore della codifica specifica della piattaforma. |
| getString() | Ottiene la stringa nella memoria delle stringhe relativa a questo record di nome. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
NameRecord()
public NameRecord()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLanguageId()
public int getLanguageId()
Ottiene l’identificatore della lingua.
Returns: int - Identificatore della lingua.
getNameId()
public int getNameId()
Ottiene l’identificatore del nome.
Returns: int - Identificatore del nome.
getPlatformId()
public int getPlatformId()
Ottiene il codice identificatore della piattaforma.
Returns: int - Codice identificatore della piattaforma.
getPlatformSpecificId()
public int getPlatformSpecificId()
Ottiene l’identificatore della codifica specifica della piattaforma.
Returns: int - Identificatore della codifica specifica della piattaforma.
getString()
public String getString()
Ottiene la stringa nella memoria delle stringhe relativa a questo record di nome.
Returns: java.lang.String - Stringa nella memoria delle stringhe relativa a questo record di nome.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |