Uses of Class
tech.oxfordsemantic.jrdfox.client.InvalidLiteralPolicy
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of InvalidLiteralPolicy in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return InvalidLiteralPolicy Modifier and Type Method Description InvalidLiteralPolicy
DataStoreConnection. getInvalidLiteralPolicy()
Returns a flag that determines how the data store deals with invalid literals in input data, queries, and updates.static InvalidLiteralPolicy
InvalidLiteralPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InvalidLiteralPolicy[]
InvalidLiteralPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.