Defining a Table Using SQL DDL Commands
Instead of using the tibdg command line tool to define tables and index columns, you can use SQL Data Definition Language (DDL) command strings from within an application. When you pass these commands to the ExecuteUpdate API of the tibdgSession object, you can dynamically create and drop tables, and secondary table indexes, in a running data grid.
Copyright © Cloud Software Group, Inc. All rights reserved.