Uses of Class
org.apache.cassandra.exceptions.SyntaxException
Packages that use SyntaxException
Package
Description
-
Uses of SyntaxException in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that throw SyntaxExceptionModifier and TypeMethodDescriptionstatic CQLStatement.RawQueryProcessor.parseStatement(String queryStr) static <T extends CQLStatement.Raw>
TQueryProcessor.parseStatement(String queryStr, Class<T> klass, String type) voidErrorCollector.throwFirstSyntaxError()Throws the first syntax error found by the lexer or the parser if it exists.Constructors in org.apache.cassandra.cql3 that throw SyntaxException -
Uses of SyntaxException in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that throw SyntaxExceptionModifier and TypeMethodDescriptionvoidPropertyDefinitions.addProperty(String name, String value) voidPropertyDefinitions.addProperty(String name, Map<String, String> value) booleanPropertyDefinitions.getBoolean(String key, boolean defaultValue) doubleintprotected Stringstatic booleanPropertyDefinitions.parseBoolean(String key, String value) static doublePropertyDefinitions.parseDouble(String key, String value) static intvoid -
Uses of SyntaxException in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema that throw SyntaxException -
Uses of SyntaxException in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that throw SyntaxExceptionModifier and TypeMethodDescriptionMap<Byte,AbstractType<?>> TypeParser.getAliasParameters()TypeParser.getCollectionsParameters()static CompositeTypeCompositeType.getInstance(TypeParser parser) static AbstractType<?>FrozenType.getInstance(TypeParser parser) static ListType<?>ListType.getInstance(TypeParser parser) static MapType<?,?> MapType.getInstance(TypeParser parser) static SetType<?>SetType.getInstance(TypeParser parser) static TupleTypeTupleType.getInstance(TypeParser parser) TypeParser.getKeyValueParameters()List<AbstractType<?>>TypeParser.getTypeParameters()TypeParser.getUserTypeParameters()AbstractType<?>TypeParser.parse()Parse an AbstractType from current position of this parser.static AbstractType<?>TypeParser.parse(CharSequence compareWith) static AbstractType<?>Parse a string containing an type definition.static AbstractType<?>AbstractType.parseDefaultParameters(AbstractType<?> baseType, TypeParser parser) -
Uses of SyntaxException in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that throw SyntaxExceptionModifier and TypeMethodDescription