public class SQLiteSQLBuilder.SQLiteCreateIndexBuilder extends SQLBuilderBase.CreateIndexBuilderBase implements SQLBuilder.CreateIndexBuilder
columns, ifNotExist, indexName, isSpatial, isUnique, table, type
properties
Constructor and Description |
---|
SQLiteCreateIndexBuilder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
toStrings(Formatter formatter) |
accept, column, if_not_exist, name, name, setFeatureType, spatial, table, toString, toString, toStrings, unique
clone
copyPropertiesFrom, getProperties, getProperty, replace, setProperty
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
column, if_not_exist, name, name, setFeatureType, spatial, table, toStrings, unique
clone, copyPropertiesFrom, replace, toString
accept
getProperties, getProperty, setProperty
cloneQuietly, cloneQuietly
public java.util.List<java.lang.String> toStrings(Formatter formatter)
toStrings
in interface SQLBuilder.CreateIndexBuilder
toStrings
in class SQLBuilderBase.CreateIndexBuilderBase