public class SQLServerHints extends Object implements Serializable
| Constructor and Description |
|---|
SQLServerHints() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexName() |
Boolean |
getNoLock() |
void |
setIndexName(String indexName) |
void |
setNoLock(Boolean noLock) |
String |
toString() |
SQLServerHints |
withIndexName(String indexName) |
SQLServerHints |
withNoLock() |
SQLServerHints |
withNoLock(Boolean noLock) |
public SQLServerHints withNoLock()
public Boolean getNoLock()
public void setNoLock(Boolean noLock)
public String getIndexName()
public void setIndexName(String indexName)
public SQLServerHints withNoLock(Boolean noLock)
public SQLServerHints withIndexName(String indexName)
Copyright © 2004–2024 JSQLParser. All rights reserved.