adding test scripts
[csql.git] / test / cache / DDL / exp.test004.ksh
blob505344a395072bb3a92b4da82f70bb4f3c8af442
1 Statement Executed
2 <Table Information of all tables>
3 <TableInfo>
4 <TableName> t1 </TableName>
5 <FieldInfo>
6 <FieldName> f1 </FieldName>
7 <Type> 0 </Type>
8 <Length> 4 </Length>
9 <Primary> 0 </Primary>
10 <Null> 0 </Null>
11 <Default> 0 </Default>
12 <DefaultValue> </DefaultValue>
13 </FieldInfo>
14 <FieldInfo>
15 <FieldName> f2 </FieldName>
16 <Type> 0 </Type>
17 <Length> 4 </Length>
18 <Primary> 0 </Primary>
19 <Null> 0 </Null>
20 <Default> 0 </Default>
21 <DefaultValue> </DefaultValue>
22 </FieldInfo>
23 <FieldInfo>
24 <FieldName> f3 </FieldName>
25 <Type> 30 </Type>
26 <Length> 12 </Length>
27 <Primary> 0 </Primary>
28 <Null> 0 </Null>
29 <Default> 0 </Default>
30 <DefaultValue> </DefaultValue>
31 </FieldInfo>
32 </TableInfo>
33 </Table Information of all tables>
34 <Index Information of all Indexs>
35 <Index Name> ind1 </Index Name>
36 <Index Type> Hash Index </Index Type>
37 <Table Name> t1 </Table Name>
38 <Field Name> f2 </Field Name>
39 </Index Information of all Indexs>