Class CreateDatabaseStatement
- java.lang.Object
-
- io.github.willena.influxql.ast.statement.CreateDatabaseStatement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateDatabaseStatement.Builder
CreateDatabaseStatement
builder static inner class.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
RetentionPolicy
getRetentionPolicy()
int
hashCode()
static CreateDatabaseStatement
parse(String sql)
String
toString()
Convert the current Node to an influxql String that the parser must be able to read.
-
-
-
Method Detail
-
toString
public String toString()
Description copied from interface:Node
Convert the current Node to an influxql String that the parser must be able to read.
-
getName
public String getName()
-
getRetentionPolicy
public RetentionPolicy getRetentionPolicy()
-
parse
public static CreateDatabaseStatement parse(String sql)
-
-