Esempio n. 1
0
 function UserCar()
 {
     parent::CassandraCF('mall', 'UserCar', 'Super', 'BytesType', 'BytesType');
 }
Esempio n. 2
0
 function UserItem()
 {
     parent::CassandraCF('mall', 'UserItem', 1, 'BytesType', 'BytesType');
 }
Esempio n. 3
0
 function UserInfo()
 {
     parent::CassandraCF('mall', 'UserInfo', '', 'BytesType', '');
 }
Esempio n. 4
0
 function UserMessage()
 {
     parent::CassandraCF('mall', 'UserMessage', 1, 'TimeUUIDType', 'BytesType');
 }
Esempio n. 5
0
 function UserFriend()
 {
     parent::CassandraCF('mall', 'UserFriend', 'Super', 'BytesType', 'BytesType');
 }
Esempio n. 6
0
 function UserStat()
 {
     parent::CassandraCF('mall', 'UserStat', 1, 'BytesType', 'BytesType');
 }
Esempio n. 7
0
 function UserOp()
 {
     parent::CassandraCF('mall', 'UserOp', 'Super', 'TimeUUIDType', 'BytesType');
 }