Method | Description | |
---|---|---|
CreateRamTable ( System.Xml.Linq.XElement xel, string tablename, string type, |
Handles creation of different table types Passes XElement to the proper table
|
|
CreateRamTableWithDimension ( System.Xml.Linq.XElement xel, string storageType, |
||
CreateTable ( System.Xml.Linq.XElement xel, string tablename, |
Handles creation of different table types Passes XElement to the proper table
|
|
CreateTableWithDimension ( System.Xml.Linq.XElement xel, |
||
NewScalingHandler ( System.Xml.Linq.XElement xel ) : |
public static CreateRamTable ( System.Xml.Linq.XElement xel, string tablename, string type, |
||
xel | System.Xml.Linq.XElement | |
tablename | string | |
type | string | |
def | ||
return |
public static CreateRamTableWithDimension ( System.Xml.Linq.XElement xel, string storageType, |
||
xel | System.Xml.Linq.XElement | |
storageType | string | |
def | ||
basetable | ||
return |
public static CreateTable ( System.Xml.Linq.XElement xel, string tablename, |
||
xel | System.Xml.Linq.XElement | |
tablename | string | |
def | ||
return |
public static CreateTableWithDimension ( System.Xml.Linq.XElement xel, |
||
xel | System.Xml.Linq.XElement | |
def | ||
basetable | ||
return |
public static NewScalingHandler ( System.Xml.Linq.XElement xel ) : |
||
xel | System.Xml.Linq.XElement | |
return |