Uses of Class
org.apache.ignite.internal.sql.command.SqlIndexColumn
-
Packages that use SqlIndexColumn Package Description org.apache.ignite.internal.sql.command -
-
Uses of SqlIndexColumn in org.apache.ignite.internal.sql.command
Methods in org.apache.ignite.internal.sql.command that return types with arguments of type SqlIndexColumn Modifier and Type Method Description Collection<SqlIndexColumn>SqlCreateIndexCommand. columns()Constructor parameters in org.apache.ignite.internal.sql.command with type arguments of type SqlIndexColumn Constructor Description SqlCreateIndexCommand(String schemaName, @Nullable String tblName, String idxName, boolean ifNotExists, Collection<SqlIndexColumn> cols, boolean spatial, int parallel, int inlineSize)
-