C# Class OpenSim.Data.MSSQL.MSSQLRegionData

A MSSQL Interface for the Region Server.
Inheritance: IRegionData
显示文件 Open project: N3X15/VoxelSim

Public Methods

Method Description
Delete ( UUID regionID ) : bool
Get ( int startX, int startY, int endX, int endY, UUID scopeID ) : List
Get ( string regionName, UUID scopeID ) : List
Get ( UUID regionID, UUID scopeID ) : RegionData
Get ( int posX, int posY, UUID scopeID ) : RegionData
GetDefaultRegions ( UUID scopeID ) : List
GetFallbackRegions ( UUID scopeID, int x, int y ) : List
GetHyperlinks ( UUID scopeID ) : List
MSSQLRegionData ( string connectionString, string realm ) : System
RunCommand ( SqlCommand cmd ) : List
SetDataItem ( UUID regionID, string item, string value ) : bool
Store ( RegionData data ) : bool

Private Methods

Method Description
Get ( int regionFlags, UUID scopeID ) : List

Method Details

Delete() public method

public Delete ( UUID regionID ) : bool
regionID UUID
return bool

Get() public method

public Get ( int startX, int startY, int endX, int endY, UUID scopeID ) : List
startX int
startY int
endX int
endY int
scopeID UUID
return List

Get() public method

public Get ( string regionName, UUID scopeID ) : List
regionName string
scopeID UUID
return List

Get() public method

public Get ( UUID regionID, UUID scopeID ) : RegionData
regionID UUID
scopeID UUID
return RegionData

Get() public method

public Get ( int posX, int posY, UUID scopeID ) : RegionData
posX int
posY int
scopeID UUID
return RegionData

GetDefaultRegions() public method

public GetDefaultRegions ( UUID scopeID ) : List
scopeID UUID
return List

GetFallbackRegions() public method

public GetFallbackRegions ( UUID scopeID, int x, int y ) : List
scopeID UUID
x int
y int
return List

GetHyperlinks() public method

public GetHyperlinks ( UUID scopeID ) : List
scopeID UUID
return List

MSSQLRegionData() public method

public MSSQLRegionData ( string connectionString, string realm ) : System
connectionString string
realm string
return System

RunCommand() public method

public RunCommand ( SqlCommand cmd ) : List
cmd System.Data.SqlClient.SqlCommand
return List

SetDataItem() public method

public SetDataItem ( UUID regionID, string item, string value ) : bool
regionID UUID
item string
value string
return bool

Store() public method

public Store ( RegionData data ) : bool
data RegionData
return bool