|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.d2rq.db.types.DataType
org.d2rq.db.types.SQLCharacterString
public class SQLCharacterString
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.d2rq.db.types.DataType |
---|
DataType.GenericType |
Field Summary |
---|
Fields inherited from class org.d2rq.db.types.DataType |
---|
log |
Constructor Summary | |
---|---|
SQLCharacterString(String name,
boolean supportsDistinct)
|
Method Summary | |
---|---|
boolean |
supportsDistinct()
|
Methods inherited from class org.d2rq.db.types.DataType |
---|
equals, hashCode, isIRISafe, isUnsupported, name, rdfType, toSQLLiteral, toString, value, valueRegex |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SQLCharacterString(String name, boolean supportsDistinct)
Method Detail |
---|
public boolean supportsDistinct()
supportsDistinct
in class DataType
true
if this column can be used in SELECT DISTINCT
queries
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |