sql utilities
Namespace:
SqlToolsAssembly: SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public static class sqlUtil
Public NotInheritable Class sqlUtil
public ref class sqlUtil abstract sealed
Members
All Members | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() ![]() | mysqlClean(String) |
adds the slashes to the correct characters in your string for adding to the db
|
![]() ![]() | mysqlStrip(SqlDataClass) |
returns the string stripped of all slashes
|
![]() ![]() | mysqlStrip(String) |
strips the slashes from a string pulled out of the database
|
![]() ![]() | ping(array<String>[]()[]) |
attempts to ping the server of an existing MySqlClass
|
![]() ![]() | ping(String, Int32) |
attempts to ping the ip/port of your sql server
|