Class AgTokenizer

java.lang.Object
net.bitnine.agensgraph.util.AgTokenizer

public class AgTokenizer extends Object
This class is used to tokenize the text output.
  • Method Details

    • tokenize

      public static ArrayList<String> tokenize(String string) throws SQLException
      This create tokens from a new string.
      Parameters:
      string - containing tokens
      Returns:
      The tokens value
      Throws:
      SQLException - if something wrong happens