Uses of Class
org.apache.cassandra.exceptions.SyntaxException
-
-
Uses of SyntaxException in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that throw SyntaxException Modifier and Type Method Description static CQLStatement.Raw
QueryProcessor. parseStatement(java.lang.String queryStr)
static <T extends CQLStatement.Raw>
TQueryProcessor. parseStatement(java.lang.String queryStr, java.lang.Class<T> klass, java.lang.String type)
void
ErrorCollector. 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 Constructor Description Custom(java.lang.String className)
-
Uses of SyntaxException in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that throw SyntaxException Modifier and Type Method Description void
PropertyDefinitions. addProperty(java.lang.String name, java.lang.String value)
void
PropertyDefinitions. addProperty(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> value)
java.lang.Boolean
PropertyDefinitions. getBoolean(java.lang.String key, java.lang.Boolean defaultValue)
double
PropertyDefinitions. getDouble(java.lang.String key, double defaultValue)
java.lang.Integer
PropertyDefinitions. getInt(java.lang.String key, java.lang.Integer defaultValue)
protected java.util.Map<java.lang.String,java.lang.String>
PropertyDefinitions. getMap(java.lang.String name)
protected java.lang.String
PropertyDefinitions. getSimple(java.lang.String name)
java.lang.String
PropertyDefinitions. getString(java.lang.String key, java.lang.String defaultValue)
static java.lang.Integer
PropertyDefinitions. toInt(java.lang.String key, java.lang.String value, java.lang.Integer defaultValue)
void
PropertyDefinitions. validate(java.util.Set<java.lang.String> keywords, java.util.Set<java.lang.String> obsolete)
-
Uses of SyntaxException in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema that throw SyntaxException Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
IndexAttributes. getOptions()
-
Uses of SyntaxException in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that throw SyntaxException Modifier and Type Method Description java.util.Map<java.lang.Byte,AbstractType<?>>
TypeParser. getAliasParameters()
java.util.Map<java.nio.ByteBuffer,CollectionType>
TypeParser. getCollectionsParameters()
static CompositeType
CompositeType. 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 TupleType
TupleType. getInstance(TypeParser parser)
java.util.Map<java.lang.String,java.lang.String>
TypeParser. getKeyValueParameters()
java.util.List<AbstractType<?>>
TypeParser. getTypeParameters()
Pair<Pair<java.lang.String,java.nio.ByteBuffer>,java.util.List<Pair<java.nio.ByteBuffer,AbstractType>>>
TypeParser. getUserTypeParameters()
AbstractType<?>
TypeParser. parse()
Parse an AbstractType from current position of this parser.static AbstractType<?>
TypeParser. parse(java.lang.CharSequence compareWith)
static AbstractType<?>
TypeParser. parse(java.lang.String str)
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 SyntaxException Modifier and Type Method Description CQLSSTableWriter.Builder
CQLSSTableWriter.Builder. withType(java.lang.String typeDefinition)
-