Lines Matching refs:Table
114 proc Table {} { procedure
167 {[SelectKw] [ResultSet $nRes $::ColumnList] FROM [Table]} \
178 {[SelectKw] * FROM [Table]} \
179 {[SelectKw] * FROM [Table] WHERE [Expr $::ColumnList]} \
182 FROM [Table],[Table] AS t2
186 FROM [Table] LEFT OUTER JOIN [Table] AS t2
234 {INSERT INTO [Table] VALUES([Expr], [Expr], [Expr]);}
235 {INSERT INTO [Table] VALUES([Expr], [Expr], [Expr], [Expr]);}
236 {INSERT INTO [Table] VALUES([Expr], [Expr]);}
249 {UPDATE [Table]
258 {DELETE FROM [Table] WHERE [Expr $::ColumnList]}