📄 sql.properties
字号:
# Sample ResourceBundle properties fileselectuser=select * from Users where UserName=? and PasswordCode=?selectalluser=select * from Usersinsertusers=insert into Users values (?,?,?,?,?)updateusers=update Users set UserName=?,PasswordCode=?,DepartmentID=? where UserID=?seluser=select * from Users where IsUse=?deleteusers=delete from Users where UserID=?reworkpassword=update Users set PasswordCode=? where UserName=?selectcustomer=select * from Customerinsertcustomer=insert into Customer values (?,?,?,?,?,?,?)updatecustomer=update Customer set CustomerName=?,Ower=?,MobilePhone=?,CustomerAddress=? where CustomerID=?deletecustomer=delete from Customer where CustomerID=?selcustomer=select * from Customer where CustomerID=?selectsupplier=select * from Supplierinsertsupplier=insert into Supplier values (?,?,?,?,?,?,?,?)deletesupplier=delete from Supplier where SupplierID=? or SupplierName=?updatesupplier=update Supplier set SupplierName=?,OwerPost=?,Ower=?,Phone=?,MobilePhone=?,SupplierAddress=? where SupplierID=?selsupplier=select * from Supplier where SupplierID=?selecsupplier=select * from Supplier where SupplierID=?selectproduct=select * from Productselproduct=select * from Product where ProductID=?insertproduct=insert into Product values (?,?,?,?,?,?,?,?)updateQuantityproduct=update Product set Quantity=Quantity - ? where ProductID=?updateproduct=update Product set ProductName=?,SafeStock=?,Quantity=?,SuggestBuyPrice=?,SuggestSalePrice=?,LastPurchaseDate=?,LastDeliveryDate=? where ProductID=?addupdateproduct=update Product set Quantity=Quantity+? where ProductID=?deleteproduct=delete from Product where ProductID=?#xueronghan selectdeliveryDetail=select * from DeliveryDetailseldeliveryDetail=select * from DeliveryDetail where DeliveryID=?insertdeliveryDetail=insert into DeliveryDetail values (?,?,?,?,?)updatedeliveryDetail=update DeliveryDetail set ProductID=?,Quantity=?,Price=?,Amount=?deletedeliveryDetail=delete from DeliveryDetail where DeliveryID=?selectdeliveryMaster=select * from DeliveryMasterseldeliveryMaster=select * from DeliveryMaster where DeliveryID=?insertdeliveryMaster=insert into DeliveryMaster values (?,?,?,?,?)updatedeliveryMaster=update DeliveryMaster set DeliveryID=?,DeliveryProperty=?,DeliveryDate=?CustomerID=?,DeliveryAddress=?deletedeliveryMaster=delete from DeliveryMaster where DeliveryID=?selectpurchaseDetail=select * from PurchaseDetailselpurchaseDetail=select * from PurchaseDetail where PurchaseID=?insertpurchaseDetail=insert into PurchaseDetail (PurchaseID,ProductID,Quantity,Price)values (?,?,?,?)updatepurchaseDetail=update PurchaseDetail set PurchaseID=?,ProductID=?,Quantity=?,Price=?,Amount=?deletepurchaseDetail=delete from PurchaseDetail where PurchaseID=? and ProductID=?selectpurchaseMaster=select * from PurchaseMaster where PurchaseProperty=1selpurchaseMaster=select * from PurchaseMaster where PurchaseID=?findoutpurchaseMaster=select * from PurchaseMaster where PurchaseProperty=-1insertpurchaseMaster=insert into PurchaseMaster ( PurchaseID,PurchaseProperty, PurchaseDate ,SupplierID )values (?,?,?,?)updatepurchaseMaster=update PurchaseMaster set PurchaseID=?,PurchaseProperty=?,PurchaseDate=?SupplierID=?deletepurchaseMaster=delete from PurchaseMaster where PurchaseID=?
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -