public class SQLBit extends DataType
DataType.GenericType| Modifier and Type | Method and Description |
|---|---|
boolean |
isIRISafe() |
String |
toSQLLiteral(String value)
Creates a SQL literal for the given value, suitable
for comparison to a column of this indicated type.
|
String |
valueRegex()
A regular expression that covers the lexical form of
all values of this datatype (in their RDF representation).
|
isUnsupported, name, rdfType, supportsDistinct, syntax, toString, valuepublic String toSQLLiteral(String value)
DataTypeNULL
is returned.toSQLLiteral in class DataTypevalue - A valuepublic String valueRegex()
DataTypevalueRegex in class DataType