Uses of Class
org.basex.util.Table
-
Packages that use Table Package Description org.basex.core.users org.basex.query.util.pkg org.basex.util -
-
Uses of Table in org.basex.core.users
Methods in org.basex.core.users that return Table Modifier and Type Method Description Table
Users. info(String db, Context ctx)
Returns a table with all users, or users from a specific database. -
Uses of Table in org.basex.query.util.pkg
Methods in org.basex.query.util.pkg that return Table Modifier and Type Method Description Table
RepoManager. table()
Returns all installed packages in a table. -
Uses of Table in org.basex.util
Methods in org.basex.util that return Table Modifier and Type Method Description Table
Table. sort()
Sorts the table by the first column.Table
Table. toTop(byte[] top)
Moves the specified string to top.
-