Class MySQLDefaultVariable
java.lang.Object
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.sane.mysql.MySQLDefaultVariable
MySQL default variable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsVariable(String variableName) Judge whether contains variable.static StringgetVariable(String variableName) Get variable value.
-
Constructor Details
-
MySQLDefaultVariable
public MySQLDefaultVariable()
-
-
Method Details
-
containsVariable
Judge whether contains variable.- Parameters:
variableName- variable name- Returns:
- contains variable or not
-
getVariable
Get variable value.- Parameters:
variableName- variable name- Returns:
- variable value
-