Méthode | Description | |
---|---|---|
BaseDataType ( global eaDatatype ) : System | ||
BaseDataType ( string name, bool hasLength, bool hasPrecision ) : System | ||
Select ( ) : void | ||
createAsNewItem ( DatabaseFramework owner, bool save = true ) : DatabaseFramework.DatabaseItem | ||
delete ( ) : void | ||
save ( ) : void | ||
update ( DatabaseFramework newDatabaseItem, bool save = true ) : void |
public BaseDataType ( global eaDatatype ) : System | ||
eaDatatype | global | |
Résultat | System |
public BaseDataType ( string name, bool hasLength, bool hasPrecision ) : System | ||
name | string | |
hasLength | bool | |
hasPrecision | bool | |
Résultat | System |
public createAsNewItem ( DatabaseFramework owner, bool save = true ) : DatabaseFramework.DatabaseItem | ||
owner | DatabaseFramework | |
save | bool | |
Résultat | DatabaseFramework.DatabaseItem |
public update ( DatabaseFramework newDatabaseItem, bool save = true ) : void | ||
newDatabaseItem | DatabaseFramework | |
save | bool | |
Résultat | void |